Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package postgresql12 for openSUSE:Factory checked in at 2023-10-25 18:04:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postgresql12 (Old) and /work/SRC/openSUSE:Factory/.postgresql12.new.24901 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgresql12" Wed Oct 25 18:04:49 2023 rev:30 rq:1120253 version:12.16 Changes: -------- --- /work/SRC/openSUSE:Factory/postgresql12/postgresql12.changes 2023-08-11 15:55:52.335883905 +0200 +++ /work/SRC/openSUSE:Factory/.postgresql12.new.24901/postgresql12.changes 2023-10-25 18:05:39.360160352 +0200 @@ -0,0 +1,17 @@ +------------------------------------------------------------------- +Tue Oct 10 12:49:02 UTC 2023 - Reinhard Max <[email protected]> + +- boo#1216022: Call install-alternatives from the devel subpackage + as well, otherwise the symlink for ecpg might be missing. + +------------------------------------------------------------------- +Mon Sep 18 15:24:14 UTC 2023 - Dominique Leuenberger <[email protected]> + +- Also buildignore the postgresql*-implementation symbols: this is + needed in order to bootstrap when no postgresql version currently + has valid symbols provided. Once the packages are built, OBS + could translate this to the pgname-* packages and accept the + ignores; during bootstrap though, there is nothing providing the + symbol and the existing buildignores do not suffice. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ postgresql12.spec ++++++ --- /var/tmp/diff_new_pack.SDKxlK/_old 2023-10-25 18:05:40.032182953 +0200 +++ /var/tmp/diff_new_pack.SDKxlK/_new 2023-10-25 18:05:40.032182953 +0200 @@ -159,6 +159,10 @@ #!BuildIgnore: %pgname-pltcl #!BuildIgnore: %pgname-plperl #!BuildIgnore: %pgname-plpython +#!BuildIgnore: postgresql-implementation +#!BuildIgnore: postgresql-server-implementation +#!BuildIgnore: postgresql-server-devel-implementation +#!BuildIgnore: postgresql-llvmjit-devel-implementation Summary: Basic Clients and Utilities for PostgreSQL License: PostgreSQL Group: Productivity/Databases/Tools @@ -505,7 +509,7 @@ touch -r configure tmp %patch1 %patch4 -%patch8 -p1 +%patch8 %patch9 %if %{with llvm} %patch10 @@ -791,17 +795,19 @@ %post -n %pgname-%devel /sbin/ldconfig -%if %{with server_devel} -%post server-devel -%endif /usr/share/postgresql/install-alternatives %pgmajor %postun -n %pgname-%devel /sbin/ldconfig +/usr/share/postgresql/install-alternatives %pgmajor + %if %{with server_devel} +%post server-devel +/usr/share/postgresql/install-alternatives %pgmajor + %postun server-devel -%endif /usr/share/postgresql/install-alternatives %pgmajor +%endif %if !%mini ++++++ postgresql-testsuite-keep-results-file.patch ++++++ --- /var/tmp/diff_new_pack.SDKxlK/_old 2023-10-25 18:05:40.116185778 +0200 +++ /var/tmp/diff_new_pack.SDKxlK/_new 2023-10-25 18:05:40.120185913 +0200 @@ -4,11 +4,9 @@ don't unlink the result file -Index: postgresql-12beta2/src/test/regress/pg_regress.c -=================================================================== ---- postgresql-12beta2.orig/src/test/regress/pg_regress.c -+++ postgresql-12beta2/src/test/regress/pg_regress.c -@@ -2597,7 +2597,6 @@ regression_main(int argc, char *argv[], +--- src/test/regress/pg_regress.c.orig ++++ src/test/regress/pg_regress.c +@@ -2645,7 +2645,6 @@ regression_main(int argc, char *argv[], else { unlink(difffilename);
