Hello community,

here is the log from the commit of package libpqxx for openSUSE:Leap:15.2 
checked in at 2020-03-15 07:14:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/libpqxx (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.libpqxx.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libpqxx"

Sun Mar 15 07:14:09 2020 rev:12 rq:785167 version:6.4.5

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/libpqxx/libpqxx.changes        2020-01-15 
15:23:01.790496368 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.libpqxx.new.3160/libpqxx.changes      
2020-03-15 07:15:16.549094853 +0100
@@ -1,0 +2,24 @@
+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
+
+-------------------------------------------------------------------
+Tue Apr 16 07:02:02 UTC 2019 - [email protected]
+
+- Added support for pkg-config, keeping support for pg_config
+  [libpqxx-add-pkg-config-support.patch]
+
+-------------------------------------------------------------------
+Tue Apr 16 07:01:40 UTC 2019 - [email protected]
+
+- Added support for python3.
+  [libpqxx-add-python3-support.patch]
+
+-------------------------------------------------------------------

Old:
----
  libpqxx-5.0.1.tar.gz
  libpqxx-sed-4.3.patch

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

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

Other differences:
------------------
++++++ libpqxx.spec ++++++
--- /var/tmp/diff_new_pack.fvtvDc/_old  2020-03-15 07:15:16.973095074 +0100
+++ /var/tmp/diff_new_pack.fvtvDc/_new  2020-03-15 07:15:16.973095074 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libpqxx
 #
-# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,30 +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
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  libtool
 BuildRequires:  pkgconfig
-BuildRequires:  postgresql-devel
-# BuildRequires:  python
-BuildRequires:  %{pythons}
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  postgresql-server-devel
+BuildRequires:  python3
+BuildRequires:  pkgconfig(libpq)
 
 %description
 This is the official C++ client API for postgres.  What libpqxx brings you is
@@ -70,53 +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
-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