Hello community,

here is the log from the commit of package qpdf for openSUSE:Factory checked in 
at 2012-01-25 10:40:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qpdf (Old)
 and      /work/SRC/openSUSE:Factory/.qpdf.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qpdf", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/qpdf/qpdf.changes        2012-01-04 
07:30:48.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.qpdf.new/qpdf.changes   2012-01-25 
10:40:54.000000000 +0100
@@ -1,0 +2,8 @@
+Mon Jan 23 19:33:01 UTC 2012 - [email protected]
+
+- Fix devel package requires
+- Build with -fvisibility-inlines-hidden, test suite
+  confirms it works and saves a few dozens of entries in the 
+  exported symbol table.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ qpdf.spec ++++++
--- /var/tmp/diff_new_pack.ECaCbF/_old  2012-01-25 10:40:55.000000000 +0100
+++ /var/tmp/diff_new_pack.ECaCbF/_new  2012-01-25 10:40:55.000000000 +0100
@@ -16,6 +16,7 @@
 #
 
 
+
 Name:           qpdf
 Version:        2.3.1
 Release:        0
@@ -48,8 +49,7 @@
 Summary:        Development files for qpdf PDF manipulation library
 Group:          Development/Libraries/C and C++
 Requires:       %{name} = %{version}
-Requires:       pcre-devel
-Requires:       zlib-devel
+Requires:       libstdc++-devel
 
 %description devel
 The qpdf-devel package contains header files and libraries necessary
@@ -59,7 +59,8 @@
 %setup -q
 
 %build
-%configure --disable-test-compare-images \
+export CXXFLAGS="%optflags -fvisibility-inlines-hidden"
+%configure --disable-static --disable-test-compare-images \
            --docdir='${datarootdir}'/doc/packages/%{name}
 make %{?_smp_mflags}
 
@@ -70,8 +71,6 @@
 %install
 %makeinstall
 
-rm %{buildroot}%{_libdir}/libqpdf.a
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig

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

Reply via email to