Hello community,

here is the log from the commit of package libpqxx for openSUSE:Factory checked 
in at 2012-03-20 16:31:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libpqxx (Old)
 and      /work/SRC/openSUSE:Factory/.libpqxx.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libpqxx", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libpqxx/libpqxx.changes  2011-12-12 
17:02:50.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libpqxx.new/libpqxx.changes     2012-03-20 
16:31:10.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Mar 19 11:59:02 UTC 2012 - [email protected]
+
+- Add libpqxx-gcc47.patch: Fix build with gcc 4.7.
+
+-------------------------------------------------------------------

New:
----
  libpqxx-gcc47.patch

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

Other differences:
------------------
++++++ libpqxx.spec ++++++
--- /var/tmp/diff_new_pack.KniZ5B/_old  2012-03-20 16:31:16.000000000 +0100
+++ /var/tmp/diff_new_pack.KniZ5B/_new  2012-03-20 16:31:16.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libpqxx
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -36,6 +36,8 @@
 # PATCH-FIX-UPSTREAM libpqxx-gcc46.patch [email protected]
 # -- Fix compilation with gcc 4.6, upstream r1722
 Patch1:         libpqxx-gcc46.patch 
+# PATCH-FIX-UPSTREAM libpqxx-gcc47.patch [email protected] -- Fix build 
with gcc 4.7
+Patch2:         libpqxx-gcc47.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -55,6 +57,7 @@
 %prep
 %setup -q
 %patch1
+%patch2 -p1
 chmod 0644 AUTHORS COPYING ChangeLog NEWS README README-UPGRADE
 
 %build

++++++ libpqxx-gcc47.patch ++++++
Index: libpqxx-3.1/include/pqxx/util.hxx
===================================================================
--- libpqxx-3.1.orig/include/pqxx/util.hxx
+++ libpqxx-3.1/include/pqxx/util.hxx
@@ -19,6 +19,7 @@
 #define PQXX_H_UTIL
 
 #include "pqxx/compiler-public.hxx"
+#include "pqxx/strconv.hxx"
 
 #include <cstdio>
 #include <cctype>
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to