[libxslt] Candidate release 1 of libxslt 1.1.34 * doc/xsltproc.xml: moved to new place for docbook stylesheet



commit e9709fa901ef82067f655841dbc257ebac2c4782
Author: Daniel Veillard <veillard redhat com>
Date:   Wed Oct 23 20:49:08 2019 +0200

    Candidate release 1 of libxslt 1.1.34
    * doc/xsltproc.xml: moved to new place for docbook stylesheet and work
      around a missing / inrewrite of  docbook xsl catalog in Fedora 30
    * tests/fuzz/Makefile.am: add fuzz.h to sources
    * python/Makefile.am: there is no more TODO
    * libxslt.spec.in: run make tests instead of check to avoid fuzz in that
      environment, and drop python TODO

 doc/xsltproc.xml       |  2 +-
 libxslt.spec.in        |  3 +--
 python/Makefile.am     |  2 +-
 tests/fuzz/Makefile.am | 10 ++++++----
 4 files changed, 9 insertions(+), 8 deletions(-)
---
diff --git a/doc/xsltproc.xml b/doc/xsltproc.xml
index bd1d79f4..08fc3e97 100644
--- a/doc/xsltproc.xml
+++ b/doc/xsltproc.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <?xml-stylesheet type="text/xsl"
-   href="http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl";?>
+   href="http://cdn.docbook.org/release/xsl/current//manpages/docbook.xsl";?>
 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
     "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"; [
     
diff --git a/libxslt.spec.in b/libxslt.spec.in
index 96c0ca65..f4af4d4b 100644
--- a/libxslt.spec.in
+++ b/libxslt.spec.in
@@ -70,7 +70,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name}{,-python}-%{version}
 
 %check
-make check
+make tests
 
 %clean
 rm -fr %{buildroot}
@@ -122,7 +122,6 @@ rm -fr %{buildroot}
 %doc AUTHORS ChangeLog.gz NEWS README Copyright FEATURES
 %{_libdir}/python*/site-packages/libxslt.py*
 %{_libdir}/python*/site-packages/libxsltmod*
-%doc python/TODO
 %doc python/libxsltclass.txt
 %doc python/tests/*.py
 %doc python/tests/*.xml
diff --git a/python/Makefile.am b/python/Makefile.am
index f6b38791..17a0d17c 100644
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -7,7 +7,7 @@ AM_CFLAGS = $(LIBXML_CFLAGS)
 
 DOCS_DIR = $(datadir)/doc/libxslt-python-$(LIBXSLT_VERSION)
 # libxsltclass.txt is generated
-DOCS = TODO
+DOCS=
 
 EXTRA_DIST =                   \
        libxslt.c               \
diff --git a/tests/fuzz/Makefile.am b/tests/fuzz/Makefile.am
index 522f994d..48e3e8cd 100644
--- a/tests/fuzz/Makefile.am
+++ b/tests/fuzz/Makefile.am
@@ -11,13 +11,13 @@ DEPENDENCIES = $(LIBXSLT_LIBS)
 LDADD = $(LIBXSLT_LIBS) \
         $(LIBGCRYPT_LIBS) $(LIBXML_LIBS) $(EXTRA_LIBS) $(M_LIBS)
 
-xpath_SOURCES = xpath.c fuzz.c
+xpath_SOURCES = xpath.c fuzz.c fuzz.h
 xpath_LDFLAGS = -fsanitize=fuzzer
 
-xslt_SOURCES = xslt.c fuzz.c
+xslt_SOURCES = xslt.c fuzz.c fuzz.h
 xslt_LDFLAGS = -fsanitize=fuzzer
 
-testTargets_SOURCES = testTargets.c fuzz.c
+testTargets_SOURCES = testTargets.c fuzz.c fuzz.h
 
 $(top_builddir)/libxslt/libxslt.la:
        cd $(top_builddir)/libxslt && $(MAKE) libxslt.la
@@ -27,7 +27,9 @@ $(top_builddir)/libexslt/libexslt.la: $(top_builddir)/libxslt/libxslt.la
 
 .PHONY: tests fuzz-xpath fuzz-xslt
 
-tests: $(check_PROGRAMS)
+tests:
+
+fuzz: $(check_PROGRAMS)
        @echo '## Running fuzz target tests'
        @./testTargets $(srcdir)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]