Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package postgresql11 for openSUSE:Factory 
checked in at 2021-10-12 21:48:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/postgresql11 (Old)
 and      /work/SRC/openSUSE:Factory/.postgresql11.new.2443 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "postgresql11"

Tue Oct 12 21:48:03 2021 rev:19 rq:923705 version:11.13

Changes:
--------
--- /work/SRC/openSUSE:Factory/postgresql11/postgresql11.changes        
2021-09-13 16:24:40.906755160 +0200
+++ /work/SRC/openSUSE:Factory/.postgresql11.new.2443/postgresql11.changes      
2021-10-12 21:48:11.135771419 +0200
@@ -1,0 +2,8 @@
+Tue Oct  5 11:28:57 UTC 2021 - Reinhard Max <m...@suse.com>
+
+- Let genlists skip non-existing binaries to avoid lots of version
+  conditionals in the file lists.
+- Remove postgresql-testsuite-int8.sql.patch, because its purpose
+  is unclear. This affects only the test subpackage.
+
+-------------------------------------------------------------------

Old:
----
  postgresql-testsuite-int8.sql.patch

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

Other differences:
------------------
++++++ postgresql11.spec ++++++
--- /var/tmp/diff_new_pack.t2Pbs9/_old  2021-10-12 21:48:11.839772427 +0200
+++ /var/tmp/diff_new_pack.t2Pbs9/_new  2021-10-12 21:48:11.843772433 +0200
@@ -142,7 +142,6 @@
 Patch1:         postgresql-conf.patch
 # PL/Perl needs to be linked with rpath (bsc#578053)
 Patch4:         postgresql-plperl-keep-rpath.patch
-Patch6:         postgresql-testsuite-int8.sql.patch
 Patch8:         postgresql-testsuite-keep-results-file.patch
 Patch9:         postgresql-var-run-socket.patch
 %if %{with llvm}
@@ -452,7 +451,6 @@
 touch -r configure tmp
 %patch1
 %patch4
-%patch6
 %patch8 -p1
 %patch9
 %if %{with llvm}
@@ -554,7 +552,7 @@
 for i in  src/test/regress/{data,expected,input,output,sql}; do
        cp -r $i %buildroot%pgtestdir/regress/
 done
-install -m 0644 src/test/regress/{serial,parallel}_schedule 
%buildroot%pgtestdir/regress
+install -m 0644 src/test/regress/*_schedule %buildroot%pgtestdir/regress
 # }}}
 %endif
 
@@ -605,6 +603,9 @@
         PGBIN=%pgbindir/$f
         MAN=%pgmandir/man1/$f.1*
 
+       # Package only binaries that exist in this version
+        test -e %buildroot$PGBIN || continue
+
         touch %buildroot$ALTBIN
         ln -s $ALTBIN %buildroot$BIN
 
@@ -633,22 +634,13 @@
        pg_basebackup \
        pg_isready \
        pg_recvlogical \
-%if %pgsuffix >= 90
        createlang \
        droplang \
        pg_receivexlog \
-%else
        pg_receivewal \
-%if %pgsuffix == 11
        pg_verify_checksums \
-%endif
-%if %pgsuffix >= 12
        pg_checksums \
-%endif
-%if %pgsuffix >= 13
        pg_verifybackup
-%endif
-%endif
 
 %find_lang plpgsql-$VLANG main.files
 %find_lang pgscripts-$VLANG main.files
@@ -657,21 +649,17 @@
        initdb \
        pg_ctl \
        pg_controldata \
-%if %pgsuffix < 90
        pg_resetwal \
        pg_waldump \
-%else
        pg_resetxlog \
-%endif
        postgres \
        postmaster
 
 genlists contrib \
-%if %pgsuffix > 90
        pg_xlogdump \
-%endif
        oid2name \
        pg_archivecleanup \
+       pg_amcheck \
        pg_standby \
        pg_test_fsync \
        pg_upgrade \

Reply via email to