Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package postgresql13 for openSUSE:Factory checked in at 2021-10-12 21:48:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postgresql13 (Old) and /work/SRC/openSUSE:Factory/.postgresql13.new.2443 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgresql13" Tue Oct 12 21:48:00 2021 rev:12 rq:923701 version:13.4 Changes: -------- --- /work/SRC/openSUSE:Factory/postgresql13/postgresql13.changes 2021-09-13 16:24:44.054758799 +0200 +++ /work/SRC/openSUSE:Factory/.postgresql13.new.2443/postgresql13.changes 2021-10-12 21:48:08.323767393 +0200 @@ -1,0 +2,10 @@ +Mon Sep 27 13:58:17 UTC 2021 - Reinhard Max <m...@suse.com> + +- Stop building the mini and lib packages as they are now coming + from postgresql14. +- 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: ---- _multibuild postgresql-testsuite-int8.sql.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ postgresql13.spec ++++++ --- /var/tmp/diff_new_pack.BsIQnS/_old 2021-10-12 21:48:08.883768195 +0200 +++ /var/tmp/diff_new_pack.BsIQnS/_new 2021-10-12 21:48:08.883768195 +0200 @@ -19,7 +19,7 @@ %define pgversion 13.4 %define pgmajor 13 %define pgsuffix %pgmajor -%define buildlibs 1 +%define buildlibs 0 %define tarversion %{pgversion} ### CUT HERE ### @@ -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 \