Hello community,

here is the log from the commit of package libxslt for openSUSE:Factory checked 
in at 2019-03-08 13:28:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libxslt (Old)
 and      /work/SRC/openSUSE:Factory/.libxslt.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libxslt"

Fri Mar  8 13:28:02 2019 rev:56 rq:681467 version:1.1.33

Changes:
--------
--- /work/SRC/openSUSE:Factory/libxslt/libxslt-python.changes   2017-11-14 
14:06:41.734655492 +0100
+++ /work/SRC/openSUSE:Factory/.libxslt.new.28833/libxslt-python.changes        
2019-03-08 13:28:04.322997238 +0100
@@ -1,0 +2,26 @@
+Mon Mar  4 13:11:30 UTC 2019 - Pedro Monreal Gonzalez 
<pmonrealgonza...@suse.com>
+
+- 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
+
+-------------------------------------------------------------------
libxslt.changes: same change

Old:
----
  libxslt-1.1.32.tar.gz
  libxslt-1.1.32.tar.gz.asc

New:
----
  libxslt-1.1.33.tar.gz
  libxslt-1.1.33.tar.gz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libxslt-python.spec ++++++
--- /var/tmp/diff_new_pack.vzVcQk/_old  2019-03-08 13:28:05.230997080 +0100
+++ /var/tmp/diff_new_pack.vzVcQk/_new  2019-03-08 13:28:05.230997080 +0100
@@ -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

++++++ libxslt.spec ++++++
--- /var/tmp/diff_new_pack.vzVcQk/_old  2019-03-08 13:28:05.242997077 +0100
+++ /var/tmp/diff_new_pack.vzVcQk/_new  2019-03-08 13:28:05.246997077 +0100
@@ -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 @@
 
 %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 @@
 
 %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 @@
 
 %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 @@
 %{_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 @@
 %{_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
 

++++++ libxslt-1.1.32.tar.gz -> libxslt-1.1.33.tar.gz ++++++
++++ 7886 lines of diff (skipped)



Reply via email to