Hello community,

here is the log from the commit of package qpdf for openSUSE:Factory checked in 
at 2013-07-12 20:57:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qpdf (Old)
 and      /work/SRC/openSUSE:Factory/.qpdf.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qpdf"

Changes:
--------
--- /work/SRC/openSUSE:Factory/qpdf/qpdf.changes        2013-07-08 
21:45:50.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.qpdf.new/qpdf.changes   2013-07-12 
20:57:11.000000000 +0200
@@ -1,0 +2,7 @@
+Wed Jul 10 18:07:12 UTC 2013 - [email protected]
+
+- Update to 5.0.0
+  * Same as 4.2.0 but shared lib version bumped due to ABI changes
+- Apply shared library packaging policy
+
+-------------------------------------------------------------------

Old:
----
  qpdf-4.2.0.tar.gz

New:
----
  qpdf-5.0.0.tar.gz

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

Other differences:
------------------
++++++ qpdf.spec ++++++
--- /var/tmp/diff_new_pack.rmndqD/_old  2013-07-12 20:57:12.000000000 +0200
+++ /var/tmp/diff_new_pack.rmndqD/_new  2013-07-12 20:57:12.000000000 +0200
@@ -17,8 +17,9 @@
 
 
 Name:           qpdf
-Version:        4.2.0
+Version:        5.0.0
 Release:        0
+%define so_version 13
 Summary:        Command-line tools and library for transforming PDF files
 License:        Artistic-2.0
 Group:          Development/Libraries/C and C++
@@ -55,6 +56,14 @@
 The qpdf-devel package contains header files and libraries necessary
 for developing programs using the qpdf library.
 
+%package -n libqpdf%{so_version}
+Summary:        Shared libraries for qpdf
+Group:          Development/Libraries/C and C++
+
+%description -n libqpdf%{so_version}
+This packages contains the shared libraries required for the qpdf
+package.
+
 %prep
 %setup -q
 
@@ -74,22 +83,25 @@
 
 rm %{buildroot}%{_libdir}/*.la
 
-%post -p /sbin/ldconfig
+%post -n libqpdf%{so_version} -p /sbin/ldconfig
 
-%postun -p /sbin/ldconfig
+%postun -n libqpdf%{so_version} -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
 %dir %{_datadir}/doc/packages/%{name}
 %doc %{_datadir}/doc/packages/%{name}/*
 %{_bindir}/*
-%{_libdir}/libqpdf*.so.*
 %{_mandir}/man1/*
 
+%files -n libqpdf%{so_version}
+%defattr(-,root,root)
+%{_libdir}/libqpdf.so.%{so_version}*
+
 %files devel
 %defattr(-,root,root)
 %{_includedir}/*
 %{_libdir}/pkgconfig/libqpdf.pc
-%{_libdir}/libqpdf*.so
+%{_libdir}/libqpdf.so
 
 %changelog

++++++ qpdf-4.2.0.tar.gz -> qpdf-5.0.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/qpdf/qpdf-4.2.0.tar.gz 
/work/SRC/openSUSE:Factory/.qpdf.new/qpdf-5.0.0.tar.gz differ: char 5, line 1

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to