Hello community,

here is the log from the commit of package libpqxx for openSUSE:Factory checked 
in at 2017-03-15 01:07:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libpqxx (Old)
 and      /work/SRC/openSUSE:Factory/.libpqxx.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libpqxx"

Wed Mar 15 01:07:03 2017 rev:25 rq:479286 version:4.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libpqxx/libpqxx.changes  2013-05-03 
13:37:20.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libpqxx.new/libpqxx.changes     2017-03-15 
02:00:25.091288304 +0100
@@ -1,0 +2,15 @@
+Tue Mar 14 15:42:31 UTC 2017 - [email protected]
+
+- Add libpqxx-sed-4.3.patch: Fix build with sed 4.3, which is
+  stricter regarding [[:space:]] vs [:space:]. configure.ac needs
+  this to be represented as [[[:space:]]], as autoFOO itself
+  swallows one pair of [].
+- Add libtool BuildRequires and call to autoreconf, as above patch
+  touches the build system.
+
+-------------------------------------------------------------------
+Mon Apr 25 15:15:14 UTC 2016 - [email protected]
+
+- add back buildroot to fix build on sle 11
+
+-------------------------------------------------------------------

New:
----
  libpqxx-sed-4.3.patch

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

Other differences:
------------------
++++++ libpqxx.spec ++++++
--- /var/tmp/diff_new_pack.CaKEyW/_old  2017-03-15 02:00:25.739196705 +0100
+++ /var/tmp/diff_new_pack.CaKEyW/_new  2017-03-15 02:00:25.739196705 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libpqxx
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,8 +27,11 @@
 Group:          System/Libraries
 Url:            http://pqxx.org/development/libpqxx/
 Source:         
http://pqxx.org/download/software/%{name}/%{name}-%{version}.tar.gz
+Patch0:         libpqxx-sed-4.3.patch
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  postgresql-devel
 BuildRequires:  python
@@ -69,9 +72,11 @@
 
 %prep
 %setup -q
+%patch0 -p1
 chmod 0644 AUTHORS COPYING ChangeLog NEWS README README-UPGRADE
 
 %build
+autoreconf -fiv
 %configure \
     --enable-shared \
     --disable-static

++++++ libpqxx-sed-4.3.patch ++++++
Index: libpqxx-4.0.1/configure.ac
===================================================================
--- libpqxx-4.0.1.orig/configure.ac
+++ libpqxx-4.0.1/configure.ac
@@ -468,7 +468,7 @@ occurring in the file.
 ])], -L${with_postgres_lib})
 
 # Remove redundant occurrances of -lpq
-LIBS="`echo "$LIBS" | sed -e 's/-lpq[[:space:]]*[[:space:]]-lpq\>/-lpq/g'`"
+LIBS="`echo "$LIBS" | sed -e 's/-lpq[[[:space:]]]*[[[:space:]]]-lpq\>/-lpq/g'`"
 
 AC_LANG_POP(C)
 

Reply via email to