Hello community,
here is the log from the commit of package python-psycopg2 for openSUSE:Factory
checked in at 2020-03-19 19:51:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-psycopg2 (Old)
and /work/SRC/openSUSE:Factory/.python-psycopg2.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-psycopg2"
Thu Mar 19 19:51:43 2020 rev:33 rq:786407 version:2.8.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-psycopg2/python-psycopg2.changes
2020-03-03 10:15:49.514598836 +0100
+++
/work/SRC/openSUSE:Factory/.python-psycopg2.new.3160/python-psycopg2.changes
2020-03-19 19:54:25.320277937 +0100
@@ -1,0 +2,5 @@
+Thu Mar 19 08:19:57 UTC 2020 - Hans-Peter Jansen <[email protected]>
+
+- fix postgresql build dependency: pg_config is in postgresql-server-devel
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-psycopg2.spec ++++++
--- /var/tmp/diff_new_pack.utSaxZ/_old 2020-03-19 19:54:25.992277961 +0100
+++ /var/tmp/diff_new_pack.utSaxZ/_new 2020-03-19 19:54:25.996277961 +0100
@@ -27,7 +27,12 @@
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
+# newer postgresql packages pg_config in -server-devel
+%if ( 0%{?sle_version} > 150100 && 0%{?is_opensuse} ) || 0%{?suse_version} >
1500
+BuildRequires: postgresql-server-devel >= 9.1
+%else
BuildRequires: postgresql-devel >= 9.1
+%endif
BuildRequires: python-rpm-macros
%if 0%{?suse_version} > 1500
BuildRequires: postgresql-server-devel