Hello community,

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

Package is "libpqxx"

Wed May  3 15:56:22 2017 rev:26 rq:490013 version:5.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libpqxx/libpqxx.changes  2017-03-15 
02:00:25.091288304 +0100
+++ /work/SRC/openSUSE:Factory/.libpqxx.new/libpqxx.changes     2017-05-03 
15:56:22.943067903 +0200
@@ -1,0 +2,14 @@
+Sun Apr 23 08:43:47 UTC 2017 - [email protected]
+
+- Select better RPM groups
+
+-------------------------------------------------------------------
+Mon Apr 17 18:06:38 UTC 2017 - [email protected]
+
+- update to 5.0.1
+  * See NEWS or https://github.com/jtv/libpqxx/blob/5.0.1/NEWS
+    for details
+- rebased libpqxx-sed-4.3.patch
+- split doc subpackage
+
+-------------------------------------------------------------------

Old:
----
  libpqxx-4.0.1.tar.gz

New:
----
  libpqxx-5.0.1.tar.gz

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

Other differences:
------------------
++++++ libpqxx.spec ++++++
--- /var/tmp/diff_new_pack.IOPtBk/_old  2017-05-03 15:56:23.922929572 +0200
+++ /var/tmp/diff_new_pack.IOPtBk/_new  2017-05-03 15:56:23.922929572 +0200
@@ -16,25 +16,25 @@
 #
 
 
-%define abi_ver_major 4
+%define abi_ver_major 5
 %define abi_ver_minor 0
 
 Name:           libpqxx
-Version:        4.0.1
+Version:        5.0.1
 Release:        0
 Summary:        C++ Client Library for PostgreSQL
 License:        BSD-3-Clause
-Group:          System/Libraries
+Group:          Development/Libraries/C and C++
 Url:            http://pqxx.org/development/libpqxx/
-Source:         
http://pqxx.org/download/software/%{name}/%{name}-%{version}.tar.gz
+Source:         
https://github.com/jtv/libpqxx/archive/%{version}.tar.gz#/%{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:  pkgconfig
 BuildRequires:  postgresql-devel
 BuildRequires:  python
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 This is the official C++ client API for postgres.  What libpqxx brings you is
@@ -62,24 +62,34 @@
 
 %package devel
 Summary:        C++ Client Library for PostgreSQL
-Group:          Development/Libraries/Other
+Group:          Development/Libraries/C and C++
 Requires:       %{name}-%{abi_ver_major}_%{abi_ver_minor} = %{version}
 
 %description devel
-This package contains header files and documentation needed for writing
+This package contains header files needed for writing
 C++ programs that connect to a PostgreSQL database.
 
+%package doc
+Summary:        Documentation for %{name}
+Group:          Documentation/HTML
+BuildArch:      noarch
+
+%description doc
+This package contains documentation needed for writing
+C++ programs that connect to a PostgreSQL database.
 
 %prep
 %setup -q
 %patch0 -p1
-chmod 0644 AUTHORS COPYING ChangeLog NEWS README README-UPGRADE
+chmod 0644 COPYING
+find . -name ".cvsignore" -delete
 
 %build
 autoreconf -fiv
 %configure \
     --enable-shared \
-    --disable-static
+    --disable-static \
+    --disable-documentation
 make %{?_smp_mflags}
 
 %install
@@ -89,17 +99,23 @@
     %fdupes -s .
 popd
 
+%post   %{abi_ver_major}_%{abi_ver_minor} -p /sbin/ldconfig
+%postun %{abi_ver_major}_%{abi_ver_minor} -p /sbin/ldconfig
+
 %files %{abi_ver_major}_%{abi_ver_minor}
 %defattr(-, root, root)
-%doc AUTHORS ChangeLog NEWS README README-UPGRADE COPYING
+%doc AUTHORS ChangeLog COPYING NEWS README.md README-UPGRADE
 %{_libdir}/%{name}-%{abi_ver_major}.%{abi_ver_minor}.so
 
 %files devel
 %defattr(-, root, root)
-%doc doc/html
 %{_libdir}/pkgconfig/libpqxx.pc
 %{_libdir}/%{name}.so
 %{_includedir}/pqxx/
 %{_bindir}/pqxx-config
 
+%files doc
+%defattr(-, root, root)
+%doc doc/html
+
 %changelog

++++++ libpqxx-4.0.1.tar.gz -> libpqxx-5.0.1.tar.gz ++++++
++++ 131469 lines of diff (skipped)

++++++ libpqxx-sed-4.3.patch ++++++
--- /var/tmp/diff_new_pack.IOPtBk/_old  2017-05-03 15:56:24.482850526 +0200
+++ /var/tmp/diff_new_pack.IOPtBk/_new  2017-05-03 15:56:24.482850526 +0200
@@ -1,13 +1,13 @@
-Index: libpqxx-4.0.1/configure.ac
+Index: libpqxx-5.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.
+--- libpqxx-5.0.1.orig/configure.ac
++++ libpqxx-5.0.1/configure.ac
+@@ -451,7 +451,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'`"
+-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