Hello community,

here is the log from the commit of package libxslt for openSUSE:Factory checked 
in at 2017-09-13 21:35:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libxslt (Old)
 and      /work/SRC/openSUSE:Factory/.libxslt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libxslt"

Wed Sep 13 21:35:10 2017 rev:53 rq:523591 version:1.1.29

Changes:
--------
--- /work/SRC/openSUSE:Factory/libxslt/libxslt-python.changes   2017-08-04 
11:56:49.213306360 +0200
+++ /work/SRC/openSUSE:Factory/.libxslt.new/libxslt-python.changes      
2017-09-13 21:35:11.365214304 +0200
@@ -1,0 +2,6 @@
+Mon Sep 11 18:35:31 UTC 2017 - [email protected]
+
+- Fix RPM groups. Drop ineffective --with-pic.
+  Trim conjecture from description.
+
+-------------------------------------------------------------------
libxslt.changes: same change

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

Other differences:
------------------
++++++ libxslt-python.spec ++++++
--- /var/tmp/diff_new_pack.9r0ksj/_old  2017-09-13 21:35:12.413066873 +0200
+++ /var/tmp/diff_new_pack.9r0ksj/_new  2017-09-13 21:35:12.413066873 +0200
@@ -61,7 +61,6 @@
 autoreconf -fvi
 %configure \
   --with-python=python \
-  --with-pic \
   --disable-static \
   --disable-silent-rules
 make %{?_smp_mflags} PYTHON_SITE_PACKAGES=%{py_sitedir} pythondir=%{py_sitedir}

++++++ libxslt.spec ++++++
--- /var/tmp/diff_new_pack.9r0ksj/_old  2017-09-13 21:35:12.433064059 +0200
+++ /var/tmp/diff_new_pack.9r0ksj/_new  2017-09-13 21:35:12.437063497 +0200
@@ -23,7 +23,7 @@
 Release:        0
 Summary:        XSL Transformation Library
 License:        MIT AND GPL-2.0+
-Group:          System/Libraries
+Group:          Development/Libraries/C and C++
 Url:            http://xmlsoft.org/XSLT/
 Source0:        ftp://xmlsoft.org/libxslt/libxslt-%{version}.tar.gz
 Source1:        ftp://xmlsoft.org/libxslt/libxslt-%{version}.tar.gz.asc
@@ -51,10 +51,8 @@
 It is based on libxml (version 2) for XML parsing, tree manipulation,
 and XPath support. It is written in plain C, making as few assumptions
 as possible and sticks closely to ANSI C/POSIX for easy embedding.
-Although not primarily designed with performance in mind, libxslt seems
-to be a relatively fast processor. It also includes full support for
-the EXSLT set of extension functions as well as some common extensions
-present in other XSLT engines.
+It includes support for the EXSLT set of extension functions as well
+as some common extensions present in other XSLT engines.
 
 %package -n %{libname}
 Summary:        XSL Transformation Library
@@ -69,13 +67,11 @@
 It is based on libxml (version 2) for XML parsing, tree manipulation,
 and XPath support. It is written in plain C, making as few assumptions
 as possible and sticks closely to ANSI C/POSIX for easy embedding.
-Although not primarily designed with performance in mind, libxslt seems
-to be a relatively fast processor. It also includes full support for
-the EXSLT set of extension functions as well as some common extensions
-present in other XSLT engines.
+It includes support for the EXSLT set of extension functions as well
+as some common extensions present in other XSLT engines.
 
 %package devel
-Summary:        Include Files and Libraries mandatory for Development
+Summary:        Development files for libxslt
 License:        LGPL-2.1+
 Group:          Development/Libraries/C and C++
 Requires:       %{libname} = %{version}
@@ -85,8 +81,12 @@
 Requires:       libgpg-error-devel
 
 %description devel
-This package contains all necessary include files and libraries needed
-to develop applications that require these.
+libxslt allows you to transform XML files into other XML files
+(or HTML, text, and more) using the standard XSLT stylesheet
+transformation mechanism.
+
+This subpackage contains the header files for developing
+applications that want to make use of the XSLT libraries.
 
 %package tools
 Summary:        Extended Stylesheet Language (XSL) Transformation utilities
@@ -112,7 +112,6 @@
 autoreconf -fvi
 %configure \
   --disable-static \
-  --with-pic \
   --without-python \
   --disable-silent-rules
 make %{?_smp_mflags}




Reply via email to