Hello community,

here is the log from the commit of package libpqxx for openSUSE:Factory checked 
in at 2019-09-11 10:32:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libpqxx (Old)
 and      /work/SRC/openSUSE:Factory/.libpqxx.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libpqxx"

Wed Sep 11 10:32:28 2019 rev:29 rq:729427 version:6.4.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/libpqxx/libpqxx.changes  2019-04-17 
10:09:38.242867363 +0200
+++ /work/SRC/openSUSE:Factory/.libpqxx.new.7948/libpqxx.changes        
2019-09-11 10:33:07.319335798 +0200
@@ -1,0 +2,12 @@
+Mon Sep  9 08:19:23 UTC 2019 - Martin Pluskal <[email protected]>
+
+- Update to version 6.4.5:
+  * For a full list of changes see provided NEWS
+- Drop no longer needed patches:
+  * libpqxx-add-pkg-config-support.patch
+  * libpqxx-add-python3-support.patch
+  * libpqxx-sed-4.3.patch
+- Drop doc subpackage as no html documentation is provided anymore
+- Small packaging cleanups
+
+-------------------------------------------------------------------

Old:
----
  libpqxx-5.0.1.tar.gz
  libpqxx-add-pkg-config-support.patch
  libpqxx-add-python3-support.patch
  libpqxx-sed-4.3.patch

New:
----
  libpqxx-6.4.5.tar.gz

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

Other differences:
------------------
++++++ libpqxx.spec ++++++
--- /var/tmp/diff_new_pack.UlrbUw/_old  2019-09-11 10:33:07.827335649 +0200
+++ /var/tmp/diff_new_pack.UlrbUw/_new  2019-09-11 10:33:07.831335649 +0200
@@ -12,32 +12,26 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%define abi_ver_major 5
-%define abi_ver_minor 0
-
+%define abi_ver_major 6
+%define abi_ver_minor 4
 Name:           libpqxx
-Version:        5.0.1
+Version:        6.4.5
 Release:        0
 Summary:        C++ Client Library for PostgreSQL
 License:        BSD-3-Clause
 Group:          Development/Libraries/C and C++
-Url:            http://pqxx.org/development/libpqxx/
+URL:            http://pqxx.org/development/libpqxx/
 Source:         
https://github.com/jtv/libpqxx/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
-Patch0:         libpqxx-sed-4.3.patch
-Patch1:         libpqxx-add-python3-support.patch
-Patch2:         libpqxx-add-pkg-config-support.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  libtool
 BuildRequires:  pkgconfig
-BuildRequires:  postgresql-devel
-# BuildRequires:  python
+BuildRequires:  postgresql-server-devel
 BuildRequires:  python3
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig(libpq)
 
 %description
 This is the official C++ client API for postgres.  What libpqxx brings you is
@@ -72,55 +66,34 @@
 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
-%patch1 -p1
-%patch2 -p1
-chmod 0644 COPYING
-find . -name ".cvsignore" -delete
+%autosetup
 
 %build
-autoreconf -fiv
+chmod 0644 COPYING
+sed -i "s|env python|python3|g" tools/splitconfig
+sed -i "s|env python|python3|g" tools/template2mak.py
 %configure \
     --enable-shared \
     --disable-static \
     --disable-documentation
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
 rm %{buildroot}%{_libdir}/%{name}.la
-pushd doc/html/Reference
-    %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 COPYING NEWS README.md README-UPGRADE
+%license COPYING
+%doc AUTHORS NEWS README.md README-UPGRADE
 %{_libdir}/%{name}-%{abi_ver_major}.%{abi_ver_minor}.so
 
 %files devel
-%defattr(-, root, root)
 %{_libdir}/pkgconfig/libpqxx.pc
 %{_libdir}/%{name}.so
 %{_includedir}/pqxx/
-%{_bindir}/pqxx-config
-
-%files doc
-%defattr(-, root, root)
-%doc doc/html
 
 %changelog

++++++ libpqxx-5.0.1.tar.gz -> libpqxx-6.4.5.tar.gz ++++++
++++ 61957 lines of diff (skipped)


Reply via email to