Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package postgresql16 for openSUSE:Factory 
checked in at 2023-11-02 20:20:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/postgresql16 (Old)
 and      /work/SRC/openSUSE:Factory/.postgresql16.new.17445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "postgresql16"

Thu Nov  2 20:20:38 2023 rev:3 rq:1121436 version:16.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/postgresql16/postgresql16.changes        
2023-10-26 17:11:42.242286199 +0200
+++ /work/SRC/openSUSE:Factory/.postgresql16.new.17445/postgresql16.changes     
2023-11-02 20:20:41.330111256 +0100
@@ -1,0 +2,6 @@
+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.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ postgresql16.spec ++++++
--- /var/tmp/diff_new_pack.cN1jJf/_old  2023-11-02 20:20:42.050137750 +0100
+++ /var/tmp/diff_new_pack.cN1jJf/_new  2023-11-02 20:20:42.054137897 +0100
@@ -760,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
@@ -960,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

Reply via email to