Hello community,
here is the log from the commit of package python-psycopg2 for openSUSE:Factory
checked in at 2020-05-19 14:49:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-psycopg2 (Old)
and /work/SRC/openSUSE:Factory/.python-psycopg2.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-psycopg2"
Tue May 19 14:49:51 2020 rev:36 rq:807105 version:2.8.5
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-psycopg2/python-psycopg2.changes
2020-04-25 20:31:05.342364108 +0200
+++
/work/SRC/openSUSE:Factory/.python-psycopg2.new.2738/python-psycopg2.changes
2020-05-19 14:49:53.000256246 +0200
@@ -1,0 +2,5 @@
+Tue May 19 06:16:56 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Sort out the syntax of the deps bsc#1171213
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-psycopg2.spec ++++++
--- /var/tmp/diff_new_pack.CRx0Yk/_old 2020-05-19 14:49:53.524257408 +0200
+++ /var/tmp/diff_new_pack.CRx0Yk/_new 2020-05-19 14:49:53.536257434 +0200
@@ -27,17 +27,14 @@
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
+BuildRequires: python-rpm-macros
# newer postgresql packages pg_config in -server-devel
-%if ( 0%{?sle_version} > 150100 && 0%{?is_opensuse} ) || 0%{?suse_version} >
1500
+%if 0%{?sle_version} > 150100 || 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
-%endif
-%if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24
+%if 0%{?suse_version} || 0%{?fedora_version} >= 24
Suggests: postgresql-server
%endif
%python_subpackages