Hello community,

here is the log from the commit of package postgresql for openSUSE:Factory 
checked in at 2020-08-15 21:13:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/postgresql (Old)
 and      /work/SRC/openSUSE:Factory/.postgresql.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "postgresql"

Sat Aug 15 21:13:20 2020 rev:58 rq:826578 version:12.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/postgresql/postgresql.changes    2020-06-11 
09:57:27.377762029 +0200
+++ /work/SRC/openSUSE:Factory/.postgresql.new.3399/postgresql.changes  
2020-08-15 21:13:28.003388340 +0200
@@ -1,0 +2,19 @@
+Thu Aug 13 08:22:16 UTC 2020 - Reinhard Max <m...@suse.com>
+
+- We also transfer PostgreSQL 9.4.26 to the new package layout in
+  SLE12-SP2 and newer. Reflect this in the conflict with
+  postgresql94.
+
+-------------------------------------------------------------------
+Fri Jun 26 13:49:21 UTC 2020 - Reinhard Max <m...@suse.com>
+
+- Also conflict with PostgreSQL versions before 9.
+- Conflicting with older versions is not limited to SLE.
+
+-------------------------------------------------------------------
+Tue Jun 16 12:17:33 UTC 2020 - Reinhard Max <m...@suse.com>
+
+- Bump version to 12.0.1, so that the binary packages also have
+  a cut-point to conflict with.
+
+-------------------------------------------------------------------
@@ -7,0 +27,6 @@
+
+-------------------------------------------------------------------
+Tue Mar 24 10:45:25 UTC 2020 - Reinhard Max <m...@suse.com>
+
+- Bump package version to 12, but leave default at 10 for
+  SLE-15 and SLE-15-SP1.

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

Other differences:
------------------
++++++ postgresql.spec ++++++
--- /var/tmp/diff_new_pack.GW7Om9/_old  2020-08-15 21:13:30.303389628 +0200
+++ /var/tmp/diff_new_pack.GW7Om9/_new  2020-08-15 21:13:30.307389630 +0200
@@ -16,7 +16,7 @@
 #
 
 %define pgmajor 12
-%define defaultpackage postgresql%version
+%define defaultpackage postgresql%pgmajor
 
 #Compat macro for new _fillupdir macro introduced in Nov 2017
 %if ! %{defined _fillupdir}
@@ -40,7 +40,7 @@
 Summary:        Basic Clients and Utilities for PostgreSQL
 License:        PostgreSQL
 Group:          Productivity/Databases/Tools
-Version:        %pgmajor
+Version:        %pgmajor.0.1
 Release:        0
 Url:            https://www.postgresql.org/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -48,15 +48,19 @@
 Requires:       postgresql-implementation
 Requires:       update-alternatives
 Recommends:     %defaultpackage
-%if 0%{?sle_version}
-# At this point we changed the package layout on SLE and conflict with
-# older releases to get a clean cut.
+# In June 2020 we changed the package layout for PostgreSQL and
+# conflict with older releases to get a clean cut-over.
+Conflicts:      postgresql < 9
+Conflicts:      postgresql90
+Conflicts:      postgresql91
+Conflicts:      postgresql92
+Conflicts:      postgresql93
+Conflicts:      postgresql94 < 9.4.26
 Conflicts:      postgresql95 < 9.5.22
 Conflicts:      postgresql96 < 9.6.18
 Conflicts:      postgresql10 < 10.13
 Conflicts:      postgresql11 < 11.8
 Conflicts:      postgresql12 < 12.3
-%endif
 BuildArch:      noarch
 Source0:        postgresql-init
 Source1:        postgresql-sysconfig


Reply via email to