Hello community,

here is the log from the commit of package qpdf for openSUSE:Factory checked in 
at 2012-04-23 16:12:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-02-27 
18:36:21.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.qpdf.new/qpdf.changes   2012-04-23 
16:12:48.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Apr 22 10:32:13 UTC 2012 - [email protected]
+
+- Add qpdf-gcc47.patch: Fix build with gcc 4.7.
+
+-------------------------------------------------------------------

New:
----
  qpdf-gcc47.patch

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

Other differences:
------------------
++++++ qpdf.spec ++++++
--- /var/tmp/diff_new_pack.J9eeQr/_old  2012-04-23 16:12:57.000000000 +0200
+++ /var/tmp/diff_new_pack.J9eeQr/_new  2012-04-23 16:12:57.000000000 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           qpdf
 Version:        2.3.1
 Release:        0
@@ -24,6 +25,7 @@
 Url:            http://qpdf.sourceforge.net/
 Source:         
http://sourceforge.net/projects/qpdf/files/qpdf/%{version}/qpdf-%{version}.tar.gz
 Patch0:         pcre-8.30.diff
+Patch1:         qpdf-gcc47.patch
 BuildRequires:  gcc-c++
 BuildRequires:  pcre-devel
 BuildRequires:  zlib-devel
@@ -57,6 +59,7 @@
 %prep
 %setup -q
 %patch0
+%patch1 -p1
 
 %build
 export CXXFLAGS="%optflags -fvisibility-inlines-hidden"

++++++ qpdf-gcc47.patch ++++++
Index: qpdf-2.3.1/include/qpdf/QPDFExc.hh
===================================================================
--- qpdf-2.3.1.orig/include/qpdf/QPDFExc.hh
+++ qpdf-2.3.1/include/qpdf/QPDFExc.hh
@@ -8,6 +8,7 @@
 #ifndef __QPDFEXC_HH__
 #define __QPDFEXC_HH__
 
+#include <unistd.h>
 #include <qpdf/DLL.h>
 #include <qpdf/Constants.h>
 #include <stdexcept>
Index: qpdf-2.3.1/include/qpdf/QPDFObjectHandle.hh
===================================================================
--- qpdf-2.3.1.orig/include/qpdf/QPDFObjectHandle.hh
+++ qpdf-2.3.1/include/qpdf/QPDFObjectHandle.hh
@@ -12,6 +12,7 @@
 #include <vector>
 #include <set>
 #include <map>
+#include <unistd.h>
 
 #include <qpdf/DLL.h>
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to