Hello community,

here is the log from the commit of package libxslt for openSUSE:Factory checked 
in at 2012-03-22 13:36:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libxslt (Old)
 and      /work/SRC/openSUSE:Factory/.libxslt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libxslt", Maintainer is "vci...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libxslt/libxslt.changes  2012-02-15 
16:16:56.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libxslt.new/libxslt.changes     2012-03-22 
13:36:46.000000000 +0100
@@ -1,0 +2,6 @@
+Sat Mar 17 17:38:20 UTC 2012 - jeng...@medozas.de
+
+- Make sure to follow shlib policy; put tools in a separate package
+  like done in libxml2
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libxslt-python.spec ++++++
--- /var/tmp/diff_new_pack.yNWZZ4/_old  2012-03-22 13:36:47.000000000 +0100
+++ /var/tmp/diff_new_pack.yNWZZ4/_new  2012-03-22 13:36:47.000000000 +0100
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:           libxslt-python
 BuildRequires:  libgcrypt-devel
 BuildRequires:  libgpg-error-devel

++++++ libxslt.spec ++++++
--- /var/tmp/diff_new_pack.yNWZZ4/_old  2012-03-22 13:36:48.000000000 +0100
+++ /var/tmp/diff_new_pack.yNWZZ4/_new  2012-03-22 13:36:48.000000000 +0100
@@ -14,8 +14,6 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-
-
 Name:           libxslt
 Version:        1.1.26
 Release:        0
@@ -53,16 +51,10 @@
 the EXSLT set of extension functions as well as some common extensions
 present in other XSLT engines.
 
-The package comes with xsltproc, a command line interface to the XSLT
-engine.
-
 %package -n libxslt1
 Summary:        XSL Transformation Library
 License:        LGPL-2.1+
 Group:          System/Libraries
-Provides:       libxslt = %{version}-%{release}
-Obsoletes:      libxslt <= %{version}-%{release}
-Provides:       xsltproc = %{version}-%{release}
 
 %description -n libxslt1
 This C library allows you to transform XML files into other XML files
@@ -92,12 +84,25 @@
 Requires:       libgcrypt-devel
 Requires:       libgpg-error-devel
 Requires:       glibc-devel
+Requires:       %name-tools = %version
 #libxml is automatically required with pkgconfig
 
 %description devel
 This package contains all necessary include files and libraries needed
 to develop applications that require these.
 
+%package tools
+Summary:        Extended Stylesheet Language (XSL) Transformation utilities
+License:        MIT and GPL-2.0+
+Group:          Development/Tools
+Provides:       xsltproc = %version-%release
+# O/P added during 12.2 dev:
+Provides:       libxslt = %version-%release
+Obsoletes:      libxslt <= %version-%release
+
+%description tools
+This package contains xsltproc, a command line interface to the XSLT engine.
+
 %prep
 %setup -q
 %patch0
@@ -131,10 +136,7 @@
 
 %files -n %{name}1
 %defattr(-, root, root)
-%doc AUTHORS NEWS README COPYING* Copyright TODO FEATURES
 %{_libdir}/lib*.so.*
-%{_bindir}/xsltproc
-%doc %{_mandir}/man1/xsltproc.*
 
 %files devel
 %defattr(-, root, root)
@@ -149,4 +151,10 @@
 # not available doc/*.png
 %doc doc/*.html doc/html doc/tutorial doc/*.gif
 
+%files tools
+%defattr(-,root,root)
+%doc AUTHORS NEWS README COPYING* Copyright TODO FEATURES
+%{_bindir}/xsltproc
+%doc %{_mandir}/man1/xsltproc.*
+
 %changelog


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to