Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libxslt for openSUSE:Factory checked 
in at 2021-11-12 15:59:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libxslt (Old)
 and      /work/SRC/openSUSE:Factory/.libxslt.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libxslt"

Fri Nov 12 15:59:03 2021 rev:64 rq:930625 version:1.1.34

Changes:
--------
--- /work/SRC/openSUSE:Factory/libxslt/libxslt.changes  2021-06-14 
23:10:32.424691410 +0200
+++ /work/SRC/openSUSE:Factory/.libxslt.new.1890/libxslt.changes        
2021-11-12 15:59:15.950564955 +0100
@@ -1,0 +2,10 @@
+Wed Nov 10 09:58:52 UTC 2021 - Pedro Monreal <[email protected]>
+
+- Add missing library .so files [bsc#1191771]
+
+-------------------------------------------------------------------
+Fri Nov  5 21:08:07 UTC 2021 - Andreas Stieger <[email protected]>
+
+- shared lib packaging policy boo#1191771
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libxslt.spec ++++++
--- /var/tmp/diff_new_pack.4KfWyY/_old  2021-11-12 15:59:16.630565270 +0100
+++ /var/tmp/diff_new_pack.4KfWyY/_new  2021-11-12 15:59:16.634565272 +0100
@@ -16,8 +16,8 @@
 #
 
 
-%define libname %{name}1
-%define exname  libexslt0
+%define libver 1
+%define libexver 0
 Name:           libxslt
 Version:        1.1.34
 Release:        0
@@ -57,12 +57,12 @@
 It includes support for the EXSLT set of extension functions as well
 as some common extensions present in other XSLT engines.
 
-%package -n %{libname}
+%package -n libxslt%{libver}
 Summary:        XSL Transformation Library
 License:        LGPL-2.1-or-later
 Group:          System/Libraries
 
-%description -n %{libname}
+%description -n libxslt%{libver}
 This C library allows you to transform XML files into other XML files
 (or HTML, text, and more) using the standard XSLT stylesheet
 transformation mechanism.
@@ -73,15 +73,25 @@
 It includes support for the EXSLT set of extension functions as well
 as some common extensions present in other XSLT engines.
 
+%package -n libexslt%{libexver}
+Summary:        EXSLT Library
+License:        LGPL-2.1-or-later
+Group:          System/Libraries
+
+%description -n libexslt%{libexver}
+This is the EXSLT C library developed for libxslt.
+EXSLT is a community initiative to provide extensions to XSLT.
+
 %package devel
 Summary:        Development files for libxslt
 License:        LGPL-2.1-or-later
 Group:          Development/Libraries/C and C++
-Requires:       %{libname} = %{version}
 Requires:       %{name}-tools = %{version}
 Requires:       glibc-devel
+Requires:       libexslt%{libexver} = %{version}
 Requires:       libgcrypt-devel
 Requires:       libgpg-error-devel
+Requires:       libxslt%{libver} = %{version}
 
 %description devel
 libxslt allows you to transform XML files into other XML files
@@ -118,10 +128,10 @@
   --disable-static \
   --without-python \
   --disable-silent-rules
-make %{?_smp_mflags}
+%make_build
 
 %check
-make %{?_smp_mflags} check
+%make_build check
 
 %install
 %make_install
@@ -133,12 +143,18 @@
 #kill all "la" files
 find %{buildroot} -type f -name "*.la" -delete -print
 
-%post -n %{libname} -p /sbin/ldconfig
-%postun -n %{libname} -p /sbin/ldconfig
+%post -n libxslt%{libver} -p /sbin/ldconfig
+%postun -n libxslt%{libver} -p /sbin/ldconfig
+%post -n libexslt%{libexver} -p /sbin/ldconfig
+%postun -n libexslt%{libexver} -p /sbin/ldconfig
 
-%files -n %{libname}
-%{_libdir}/libxslt.so.*
-%{_libdir}/libexslt.so.*
+%files -n libxslt%{libver}
+%license COPYING* Copyright
+%{_libdir}/libxslt.so.%{libver}*
+
+%files -n libexslt%{libexver}
+%license COPYING* Copyright
+%{_libdir}/libexslt.so.%{libexver}*
 
 %files tools
 %license COPYING* Copyright
@@ -147,6 +163,7 @@
 %{_mandir}/man1/xsltproc.1%{?ext_man}
 
 %files devel
+%license COPYING* Copyright
 %{_libdir}/libxslt.so
 %{_libdir}/libexslt.so
 %{_libdir}/*.sh

Reply via email to