Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package postgresql15 for openSUSE:Factory checked in at 2023-10-26 17:11:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postgresql15 (Old) and /work/SRC/openSUSE:Factory/.postgresql15.new.24901 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgresql15" Thu Oct 26 17:11:40 2023 rev:11 rq:1120249 version:15.4 Changes: -------- --- /work/SRC/openSUSE:Factory/postgresql15/postgresql15.changes 2023-09-20 13:20:58.240978555 +0200 +++ /work/SRC/openSUSE:Factory/.postgresql15.new.24901/postgresql15.changes 2023-10-26 17:11:43.622336884 +0200 @@ -1,0 +2,16 @@ +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: ------------------ ++++++ postgresql15.spec ++++++ --- /var/tmp/diff_new_pack.esivrN/_old 2023-10-26 17:11:44.310362153 +0200 +++ /var/tmp/diff_new_pack.esivrN/_new 2023-10-26 17:11:44.310362153 +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.esivrN/_old 2023-10-26 17:11:44.382364797 +0200 +++ /var/tmp/diff_new_pack.esivrN/_new 2023-10-26 17:11:44.386364944 +0200 @@ -4,11 +4,9 @@ don't unlink the result file -Index: postgresql-15beta1/src/test/regress/pg_regress.c -=================================================================== ---- postgresql-15beta1.orig/src/test/regress/pg_regress.c -+++ postgresql-15beta1/src/test/regress/pg_regress.c -@@ -2574,7 +2574,6 @@ regression_main(int argc, char *argv[], +--- src/test/regress/pg_regress.c.orig ++++ src/test/regress/pg_regress.c +@@ -2585,7 +2585,6 @@ regression_main(int argc, char *argv[], else { unlink(difffilename);
