Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package postgresql15 for openSUSE:Factory 
checked in at 2022-11-05 14:46:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/postgresql15 (Old)
 and      /work/SRC/openSUSE:Factory/.postgresql15.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "postgresql15"

Sat Nov  5 14:46:42 2022 rev:3 rq:1033574 version:15.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/postgresql15/postgresql15.changes        
2022-10-10 18:43:30.334732154 +0200
+++ /work/SRC/openSUSE:Factory/.postgresql15.new.2275/postgresql15.changes      
2022-11-05 14:46:46.970598661 +0100
@@ -1,0 +2,9 @@
+Thu Oct 13 14:03:27 UTC 2022 - Reinhard Max <m...@suse.com>
+
+- Update to 15.0:
+  * https://www.postgresql.org/about/news/p-2526/ 
+  * https://www.postgresql.org/docs/15/release-15.html
+- Move pg_upgrade from *-contrib to *-server.
+- Drop support for the 9.x versioning scheme.
+
+-------------------------------------------------------------------

Old:
----
  postgresql-15rc2.tar.bz2
  postgresql-15rc2.tar.bz2.sha256

New:
----
  postgresql-15.0.tar.bz2
  postgresql-15.0.tar.bz2.sha256

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

Other differences:
------------------
++++++ postgresql15.spec ++++++
--- /var/tmp/diff_new_pack.AyNjyw/_old  2022-11-05 14:46:47.742603165 +0100
+++ /var/tmp/diff_new_pack.AyNjyw/_new  2022-11-05 14:46:47.746603187 +0100
@@ -16,16 +16,14 @@
 #
 
 
-%define pgversion 15~rc2
+%define pgversion 15.0
 %define pgmajor 15
-%define pgsuffix %pgmajor
 %define buildlibs 1
-%define tarversion 15rc2
+%define tarversion %pgversion
 %define latest_supported_llvm_ver 14
 
 ### CUT HERE ###
-%define pgname postgresql%pgsuffix
-%define priority %pgsuffix
+%define pgname postgresql%pgmajor
 %define libpq libpq5
 %define libecpg libecpg6
 %define libpq_so libpq.so.5
@@ -52,9 +50,9 @@
 %define mini 0
 %endif
 
-# Use Python 2 for PostgreSQL 9.x on all platforms and for PostgreSQL 10 on 
SLE12.
+# Use Python 2 for for PostgreSQL 10 on SLE12.
 # Use Python 3 for everything else.
-%if %pgsuffix < 90 && ( 0%{?is_opensuse} || 0%{?sle_version} >= 150000 || 
%pgsuffix > 10 )
+%if 0%{?is_opensuse} || 0%{?sle_version} >= 150000 || %pgmajor > 10
 %define python python3
 %else
 %define python python
@@ -104,7 +102,7 @@
 %bcond_with     systemd_notify
 %endif
 
-%if 0%{?suse_version} >= 1500 && %pgsuffix >= 11 && %pgsuffix < 90
+%if 0%{?suse_version} >= 1500 && %pgmajor >= 11
 %ifarch riscv64
 %bcond_with     llvm
 %else
@@ -121,7 +119,7 @@
 %bcond_with     check
 %endif
 
-%if ( %pgsuffix >= 11 && %pgsuffix < 90 ) || %mini
+%if %pgmajor >= 11 || %mini
 %bcond_without server_devel
 %else
 %bcond_with server_devel
@@ -301,7 +299,7 @@
 
 This package contains the header files and libraries needed to compile
 C extensions that link into the PostgreSQL server. For building client
-applications, see the postgresql%pgsuffix-devel package.
+applications, see the postgresql%pgmajor-devel package.
 %endif
 
 %description %devel
@@ -317,7 +315,7 @@
 which will interact with a PostgreSQL server.
 
 For building PostgreSQL server extensions, see the
-postgresql%pgsuffix-server-devel package.
+postgresql%pgmajor-server-devel package.
 
 %package server
 Summary:        The Programs Needed to Create and Run a PostgreSQL Server
@@ -645,7 +643,7 @@
 cp -a %SOURCE3 %buildroot%pgdocdir/README.SUSE
 # Use versioned names for the man pages:
 for f in %buildroot%pgmandir/man*/*; do
-        mv $f ${f}pg%pgsuffix
+        mv $f ${f}pg%pgmajor
 done
 %endif
 
@@ -712,6 +710,9 @@
        pg_resetwal \
        pg_waldump \
        pg_resetxlog \
+%if %pgmajor >= 15
+       pg_upgrade \
+%endif
        postgres \
        postmaster
 
@@ -722,7 +723,9 @@
        pg_amcheck \
        pg_standby \
        pg_test_fsync \
+%if %pgmajor < 15
        pg_upgrade \
+%endif
         pgbench \
        vacuumlo \
        pg_test_timing
@@ -752,7 +755,7 @@
 popd
 
 mkdir -p %buildroot%pgmandir/man1
-cp -a doc/src/sgml/man1/ecpg.1 %buildroot%pgmandir/man1/ecpg.1pg%pgsuffix
+cp -a doc/src/sgml/man1/ecpg.1 %buildroot%pgmandir/man1/ecpg.1pg%pgmajor
 %find_lang ecpg-$VLANG devel.files
 ln -s %pgbindir/ecpg %buildroot%_bindir/ecpg
 
@@ -792,25 +795,25 @@
 %if %{with server_devel}
 %post server-devel
 %endif
-/usr/share/postgresql/install-alternatives %priority
+/usr/share/postgresql/install-alternatives %pgmajor
 
 %postun %devel
 /sbin/ldconfig
 %if %{with server_devel}
 %postun server-devel
 %endif
-/usr/share/postgresql/install-alternatives %priority
+/usr/share/postgresql/install-alternatives %pgmajor
 
 %if !%mini
 
 %postun
-/usr/share/postgresql/install-alternatives %priority
+/usr/share/postgresql/install-alternatives %pgmajor
 
 %post
-/usr/share/postgresql/install-alternatives %priority
+/usr/share/postgresql/install-alternatives %pgmajor
 
 %post server
-/usr/share/postgresql/install-alternatives %priority
+/usr/share/postgresql/install-alternatives %pgmajor
 
 %preun server
 # Stop only when we are uninstalling the currently running version
@@ -833,7 +836,7 @@
 fi
 
 %postun server
-/usr/share/postgresql/install-alternatives %priority
+/usr/share/postgresql/install-alternatives %pgmajor
 # Restart only when we are updating the currently running version
 # or from the old packaging scheme
 test -n "$FIRST_ARG" || FIRST_ARG="$1"
@@ -857,10 +860,10 @@
 fi
 
 %post contrib
-/usr/share/postgresql/install-alternatives %priority
+/usr/share/postgresql/install-alternatives %pgmajor
 
 %postun contrib
-/usr/share/postgresql/install-alternatives %priority
+/usr/share/postgresql/install-alternatives %pgmajor
 
 %if %buildlibs
 %post -n %libpq -p /sbin/ldconfig
@@ -907,9 +910,7 @@
 %dir %pgbasedir
 %dir %pgextensiondir
 %dir %pglibdir
-%if %pgsuffix < 90
 %pglibdir/pgoutput.so
-%endif
 %pglibdir/plpgsql.so
 %pglibdir/dict_snowball.so
 %pgdatadir/tsearch_data
@@ -920,9 +921,6 @@
 %if %buildlibs
 %exclude %pgdatadir/pg_service.conf.sample
 %endif
-%if %pgsuffix > 90
-%exclude %pgdatadir/*.pltcl
-%endif
 %pglibdir/*_and_*.so
 %pglibdir/euc2004_sjis2004.so
 %pglibdir/libpqwalreceiver.so
@@ -945,10 +943,6 @@
 %defattr(-,root,root)
 %pgextensiondir/pltcl*
 %pglibdir/pltcl.so
-%if %pgsuffix > 90
-%pgdatadir/*.pltcl
-%pgbindir/pltcl*
-%endif
 
 %files plperl -f plperl.lang
 %defattr(-,root,root)

++++++ postgresql-15rc2.tar.bz2 -> postgresql-15.0.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/postgresql15/postgresql-15rc2.tar.bz2 
/work/SRC/openSUSE:Factory/.postgresql15.new.2275/postgresql-15.0.tar.bz2 
differ: char 11, line 1

++++++ postgresql-15rc2.tar.bz2.sha256 -> postgresql-15.0.tar.bz2.sha256 ++++++
--- /work/SRC/openSUSE:Factory/postgresql15/postgresql-15rc2.tar.bz2.sha256     
2022-10-10 18:43:30.250731973 +0200
+++ 
/work/SRC/openSUSE:Factory/.postgresql15.new.2275/postgresql-15.0.tar.bz2.sha256
    2022-11-05 14:46:46.958598591 +0100
@@ -1 +1 @@
-11739405e96699198733f4a0055362262c9c89f32d2e835e0b815687d700cc23  
postgresql-15rc2.tar.bz2
+72ec74f4a7c16e684f43ea42e215497fcd4c55d028a68fb72e99e61ff40da4d6  
postgresql-15.0.tar.bz2

Reply via email to