Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package postgresql11 for openSUSE:Factory 
checked in at 2023-10-31 20:26:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/postgresql11 (Old)
 and      /work/SRC/openSUSE:Factory/.postgresql11.new.17445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "postgresql11"

Tue Oct 31 20:26:34 2023 rev:31 rq:1121438 version:11.21

Changes:
--------
--- /work/SRC/openSUSE:Factory/postgresql11/postgresql11.changes        
2023-08-11 15:55:50.679874038 +0200
+++ /work/SRC/openSUSE:Factory/.postgresql11.new.17445/postgresql11.changes     
2023-10-31 20:26:51.244483929 +0100
@@ -1,0 +2,22 @@
+Tue Oct 31 10:57:13 UTC 2023 - Reinhard Max <m...@suse.com>
+
+- boo#1216734: Revert the last change and make the devel package
+  independend of all other subpackages except for the libs.
+
+-------------------------------------------------------------------
+Tue Oct 10 12:49:02 UTC 2023 - Reinhard Max <m...@suse.com>
+
+- 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 <dims...@opensuse.org>
+
+- 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:
------------------
++++++ postgresql11.spec ++++++
--- /var/tmp/diff_new_pack.EhVQwX/_old  2023-10-31 20:26:51.828505381 +0100
+++ /var/tmp/diff_new_pack.EhVQwX/_new  2023-10-31 20:26:51.828505381 +0100
@@ -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
@@ -756,7 +760,9 @@
 mkdir -p %buildroot%pgmandir/man1
 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
+# The devel subpackage is exclusive across versions
+# and not handled by update-alternatives.
+mv %buildroot%pgbindir/ecpg %buildroot%_bindir/ecpg
 
 %if !%mini
 %find_lang pg_config-$VLANG server-devel.files
@@ -791,17 +797,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
 
@@ -954,10 +962,9 @@
 
 %dir %pgbasedir
 %dir %pgbindir
-%ghost %_bindir/ecpg
+%_bindir/ecpg
 %_libdir/pkgconfig/*
 %_libdir/lib*.so
-%pgbindir/ecpg
 %pgincludedir
 %if %{with server_devel}
 %exclude %pgincludedir/server

++++++ postgresql-testsuite-keep-results-file.patch ++++++
--- /var/tmp/diff_new_pack.EhVQwX/_old  2023-10-31 20:26:51.896507878 +0100
+++ /var/tmp/diff_new_pack.EhVQwX/_new  2023-10-31 20:26:51.900508025 +0100
@@ -4,10 +4,10 @@
 
     don't unlink the result file
 
-Index: postgresql-11beta1/src/test/regress/pg_regress.c
+Index: src/test/regress/pg_regress.c
 ===================================================================
---- postgresql-11beta1.orig/src/test/regress/pg_regress.c
-+++ postgresql-11beta1/src/test/regress/pg_regress.c
+--- src/test/regress/pg_regress.c
++++ src/test/regress/pg_regress.c
 @@ -2574,7 +2574,6 @@ regression_main(int argc, char *argv[],
        else
        {

Reply via email to