Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package postgresql13 for openSUSE:Factory 
checked in at 2023-10-25 18:04:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/postgresql13 (Old)
 and      /work/SRC/openSUSE:Factory/.postgresql13.new.24901 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "postgresql13"

Wed Oct 25 18:04:47 2023 rev:24 rq:1120252 version:13.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/postgresql13/postgresql13.changes        
2023-08-11 15:55:53.651891746 +0200
+++ /work/SRC/openSUSE:Factory/.postgresql13.new.24901/postgresql13.changes     
2023-10-25 18:05:38.084117436 +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:
------------------
++++++ postgresql13.spec ++++++
--- /var/tmp/diff_new_pack.64GeWh/_old  2023-10-25 18:05:39.012148647 +0200
+++ /var/tmp/diff_new_pack.64GeWh/_new  2023-10-25 18:05:39.016148782 +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.64GeWh/_old  2023-10-25 18:05:39.092151338 +0200
+++ /var/tmp/diff_new_pack.64GeWh/_new  2023-10-25 18:05:39.092151338 +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
+@@ -2668,7 +2668,6 @@ regression_main(int argc, char *argv[],
        else
        {
                unlink(difffilename);

Reply via email to