diff --git a/libxslt-1.1.32.tar.gz b/libxslt-1.1.32.tar.gz deleted file mode 100644 index 57e3c38..0000000 --- a/libxslt-1.1.32.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:526ecd0abaf4a7789041622c3950c0e7f2c4c8835471515fd77eec684a355460 -size 3440715 diff --git a/libxslt-1.1.32.tar.gz.asc b/libxslt-1.1.32.tar.gz.asc deleted file mode 100644 index 7c370f1..0000000 --- a/libxslt-1.1.32.tar.gz.asc +++ /dev/null @@ -1,10 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEcBAABAgAGBQJZ+4F4AAoJEBVYiyZZa+pdy1IIAMX1DpzYGdnv6GCPSKeZ0woD -sHmSkygJep0/sUQD1cYunNsNZnGDgWhnsLAvHOn3opJgsiaZhmhJ8Uo7QNlT+ni1 -AvRFgQoSXLWSF5kkun4u7RvnpDI6jYfCuYSwb9SO4EAYFAQQJXQaKCeFq71gad+p -XGHJFAy2TqUVLNZ5I1mQz/oBeDsJ7RzHpYqaBxsLDqrCzRQ9ai23q+dFGS3jvLBr -0gXw0MK73ceOwW12L5aLj4erNbATWmMFMDYZZwftysv3bgx2YfiOoZUTzufrB/Bc -MG8hP76aYBwIKNbhiDFGa2qdHGZGF7YQ4mi1/ZDX1K1G2tKKeEYxscM13JwiGb8= -=NuQO ------END PGP SIGNATURE----- diff --git a/libxslt-1.1.33.tar.gz b/libxslt-1.1.33.tar.gz new file mode 100644 index 0000000..e2a142d --- /dev/null +++ b/libxslt-1.1.33.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e36605144409df979cab43d835002f63988f3dc94d5d3537c12796db90e38c8 +size 3444093 diff --git a/libxslt-1.1.33.tar.gz.asc b/libxslt-1.1.33.tar.gz.asc new file mode 100644 index 0000000..3b3c146 --- /dev/null +++ b/libxslt-1.1.33.tar.gz.asc @@ -0,0 +1,10 @@ +-----BEGIN PGP SIGNATURE----- + +iQEcBAABAgAGBQJcLlTZAAoJEBVYiyZZa+pd9NkIAIf6ei2iSpR/0QOyS71esDq8 +407PcUXd/yUjDANm4Uvm7kKK+SbbfBxFIPva4g984Noe1zYMfjK3u3iNs6jykySf +mN5eo2wNCxsZnqjbnsLgQvn5VCQpPInTddTuGUxgqJyvnR7p785L1oA2EStSPMP4 +BGZ9dZGlbreK35WzgrhUi0VN5egJW2fpMsw7rTPvfwK+90gXL0DEm8v3WlA7fCDL +QsvuPm7jPOXxdt5bYrVP8wpNMTJIGqV6jxh7Vvl6kiGLldUjCyoCh0AGXLror0Gs +sAMlRKJNodpcCYkIWxzjLt74sUciKNrPLHZlXJcclZMONen1GWnVDcv83Tt9n6w= +=iAm8 +-----END PGP SIGNATURE----- diff --git a/libxslt-python.changes b/libxslt-python.changes index 99b5c66..6a8fe30 100644 --- a/libxslt-python.changes +++ b/libxslt-python.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Mon Mar 4 13:11:30 UTC 2019 - Pedro Monreal Gonzalez + +- Update to version 1.1.33 + * Portability: + - Variables need 'extern' in static lib on Cygwin + - Really declare dllexport/dllimport for Cygwin + - Fix callback signatures in Python bindings + - Fix transform callback signatures + - Fix extension callback signatures + - Fix deallocator signatures + - Fix XPath callback signatures + - Fix hash callback signatures + * Bug Fixes: + - Don't cache direct evaluation of patterns with variables + - Move function result RVTs to context variable + - Fix EXSLT functions returning RVTs from outer scopes + - Fix handling of RVTs returned from nested EXSLT functions + - Fix typos + * Improvements: + - Run Travis ASan tests with "sudo: required" + * Cleanups: + - Remove doc/libxslt-decl.txt + - Docs for 1.1.32 release +- Cleaned with spec-cleaner + ------------------------------------------------------------------- Wed Nov 8 12:13:46 UTC 2017 - vcizek@suse.com diff --git a/libxslt-python.spec b/libxslt-python.spec index e1d6c4b..5d33d8e 100644 --- a/libxslt-python.spec +++ b/libxslt-python.spec @@ -1,7 +1,7 @@ # # spec file for package libxslt-python # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,18 +12,18 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define libname libxslt1 Name: libxslt-python -Version: 1.1.32 +Version: 1.1.33 Release: 0 Summary: Python Bindings for libxslt License: MIT Group: Development/Libraries/Python -Url: http://xmlsoft.org/XSLT/ +URL: http://xmlsoft.org/XSLT/ Source0: ftp://xmlsoft.org/libxslt/libxslt-%{version}.tar.gz Source1: ftp://xmlsoft.org/libxslt/libxslt-%{version}.tar.gz.asc Source2: libxslt.keyring diff --git a/libxslt.changes b/libxslt.changes index b154b0c..e292e35 100644 --- a/libxslt.changes +++ b/libxslt.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Mon Mar 4 13:11:30 UTC 2019 - Pedro Monreal Gonzalez + +- Update to version 1.1.33 + * Portability: + - Variables need 'extern' in static lib on Cygwin + - Really declare dllexport/dllimport for Cygwin + - Fix callback signatures in Python bindings + - Fix transform callback signatures + - Fix extension callback signatures + - Fix deallocator signatures + - Fix XPath callback signatures + - Fix hash callback signatures + * Bug Fixes: + - Don't cache direct evaluation of patterns with variables + - Move function result RVTs to context variable + - Fix EXSLT functions returning RVTs from outer scopes + - Fix handling of RVTs returned from nested EXSLT functions + - Fix typos + * Improvements: + - Run Travis ASan tests with "sudo: required" + * Cleanups: + - Remove doc/libxslt-decl.txt + - Docs for 1.1.32 release +- Cleaned with spec-cleaner + ------------------------------------------------------------------- Wed Nov 8 12:13:46 UTC 2017 - vcizek@suse.com diff --git a/libxslt.spec b/libxslt.spec index 418055e..3987029 100644 --- a/libxslt.spec +++ b/libxslt.spec @@ -1,7 +1,7 @@ # # spec file for package libxslt # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,19 +12,19 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define libname %{name}1 %define exname libexslt0 Name: libxslt -Version: 1.1.32 +Version: 1.1.33 Release: 0 Summary: XSL Transformation Library -License: MIT AND GPL-2.0+ +License: MIT AND GPL-2.0-or-later Group: Development/Libraries/C and C++ -Url: http://xmlsoft.org/XSLT/ +URL: http://xmlsoft.org/XSLT/ Source0: ftp://xmlsoft.org/libxslt/libxslt-%{version}.tar.gz Source1: ftp://xmlsoft.org/libxslt/libxslt-%{version}.tar.gz.asc Source2: %{name}.keyring @@ -53,7 +53,7 @@ as some common extensions present in other XSLT engines. %package -n %{libname} Summary: XSL Transformation Library -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: System/Libraries %description -n %{libname} @@ -69,7 +69,7 @@ as some common extensions present in other XSLT engines. %package devel Summary: Development files for libxslt -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: Development/Libraries/C and C++ Requires: %{libname} = %{version} Requires: %{name}-tools = %{version} @@ -87,7 +87,7 @@ applications that want to make use of the XSLT libraries. %package tools Summary: Extended Stylesheet Language (XSL) Transformation utilities -License: MIT AND GPL-2.0+ +License: MIT AND GPL-2.0-or-later Group: Development/Tools/Other Provides: %{name} = %{version} Provides: xsltproc = %{version} @@ -134,9 +134,10 @@ find %{buildroot} -type f -name "*.la" -delete -print %{_libdir}/libexslt.so.* %files tools -%doc AUTHORS NEWS README COPYING* Copyright TODO FEATURES +%license COPYING* +%doc AUTHORS NEWS README Copyright TODO FEATURES %{_bindir}/xsltproc -%{_mandir}/man1/xsltproc.1%{ext_man} +%{_mandir}/man1/xsltproc.1%{?ext_man} %files devel %{_libdir}/libxslt.so @@ -147,7 +148,7 @@ find %{buildroot} -type f -name "*.la" -delete -print %{_includedir}/* %{_datadir}/aclocal/* %{_bindir}/xslt-config -%{_mandir}/man1/xslt-config.1%{ext_man} +%{_mandir}/man1/xslt-config.1%{?ext_man} %{_mandir}/man3/* %doc doc/*.html doc/html doc/tutorial doc/*.gif