Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package postgresql13 for openSUSE:Factory checked in at 2024-05-10 12:05:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postgresql13 (Old) and /work/SRC/openSUSE:Factory/.postgresql13.new.1880 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgresql13" Fri May 10 12:05:18 2024 rev:29 rq:1172963 version:13.15 Changes: -------- --- /work/SRC/openSUSE:Factory/postgresql13/postgresql13.changes 2024-03-04 21:25:59.792269027 +0100 +++ /work/SRC/openSUSE:Factory/.postgresql13.new.1880/postgresql13.changes 2024-05-10 12:06:28.340397019 +0200 @@ -1,0 +2,19 @@ +Wed May 8 14:10:27 UTC 2024 - Reinhard Max <m...@suse.com> + +- Upgrade to 13.15 (bsc#1224051): + * Fix incompatibility with LLVM 18. + * https://www.postgresql.org/docs/release/13.15/ +- Prepare for PostgreSQL 17. +- Make sure all compilation and doc generation happens in %build. + +------------------------------------------------------------------- +Wed May 1 15:24:39 UTC 2024 - Aaron Puchert <aaronpuch...@alice-dsl.net> + +- Require LLVM <= 17 for now, because LLVM 18 doesn't seem to work. + +------------------------------------------------------------------- +Thu Mar 7 15:04:40 UTC 2024 - Sarah Kriesch <sarah.krie...@opensuse.org> + +- Remove constraints file because improved memory usage for s390x + +------------------------------------------------------------------- @@ -22 +41 @@ - * https://www.postgresql.org/docs/release/13.4/ + * https://www.postgresql.org/docs/release/13.14/ Old: ---- _constraints postgresql-13.14.tar.bz2 postgresql-13.14.tar.bz2.sha256 New: ---- postgresql-13.15.tar.bz2 postgresql-13.15.tar.bz2.sha256 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ postgresql13.spec ++++++ --- /var/tmp/diff_new_pack.FnRqS1/_old 2024-05-10 12:06:29.180427627 +0200 +++ /var/tmp/diff_new_pack.FnRqS1/_new 2024-05-10 12:06:29.184427774 +0200 @@ -16,11 +16,11 @@ # -%define pgversion 13.14 +%define pgversion 13.15 %define pgmajor 13 %define buildlibs 0 %define tarversion %{pgversion} -%define latest_supported_llvm_ver 18 +%define latest_supported_llvm_ver 17 ### CUT HERE ### %define pgname postgresql%pgmajor @@ -59,6 +59,12 @@ %define python python %endif +%if %pgmajor >= 17 +%bcond_with dreived +%else +%bcond_without derived +%endif + %if 0%{?suse_version} >= 1500 %bcond_without liblz4 %endif @@ -88,6 +94,12 @@ %if %{with liblz4} BuildRequires: pkgconfig(liblz4) %endif +%if %{without derived} +BuildRequires: bison +BuildRequires: docbook-xsl-stylesheets +BuildRequires: flex +BuildRequires: perl +%endif %if %{with libzstd} BuildRequires: pkgconfig(libzstd) @@ -573,7 +585,7 @@ %if %mini make -C src/interfaces %{?_smp_mflags} PACKAGE_TARNAME=%pgname %else -make %{?_smp_mflags} PACKAGE_TARNAME=%pgname +make %{?_smp_mflags} PACKAGE_TARNAME=%pgname world %if %{with check} @@ -641,9 +653,9 @@ > contrib.files rm flag install -d -m 750 %buildroot/var/lib/pgsql -install -d -m755 %buildroot%pgdocdir +install -d -m 755 %buildroot%pgdocdir cp doc/KNOWN_BUGS doc/MISSING_FEATURES COPYRIGHT \ - README HISTORY %buildroot%pgdocdir + README* HISTORY %buildroot%pgdocdir # Use versioned names for the man pages: for f in %buildroot%pgmandir/man*/*; do mv $f ${f}pg%pgmajor @@ -701,6 +713,7 @@ pg_receivewal \ pg_verify_checksums \ pg_checksums \ + pg_combinebackup \ pg_verifybackup %find_lang plpgsql-$VLANG main.files @@ -711,6 +724,8 @@ pg_ctl \ pg_controldata \ pg_resetwal \ + pg_createsubscriber \ + pg_walsummary \ pg_waldump \ pg_resetxlog \ %if %pgmajor >= 15 @@ -924,7 +939,6 @@ %files llvmjit-devel %defattr(-,root,root) -%doc README %files pltcl -f pltcl.lang %defattr(-,root,root) ++++++ postgresql-13.14.tar.bz2 -> postgresql-13.15.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/postgresql13/postgresql-13.14.tar.bz2 /work/SRC/openSUSE:Factory/.postgresql13.new.1880/postgresql-13.15.tar.bz2 differ: char 11, line 1 ++++++ postgresql-13.14.tar.bz2.sha256 -> postgresql-13.15.tar.bz2.sha256 ++++++ --- /work/SRC/openSUSE:Factory/postgresql13/postgresql-13.14.tar.bz2.sha256 2024-02-09 23:53:18.645106170 +0100 +++ /work/SRC/openSUSE:Factory/.postgresql13.new.1880/postgresql-13.15.tar.bz2.sha256 2024-05-10 12:06:28.272394541 +0200 @@ -1 +1 @@ -b8df078551898960bd500dc5d38a177e9905376df81fe7f2b660a1407fa6a5ed postgresql-13.14.tar.bz2 +42edd415446d33b8c242be76d1ad057531b2264b2e86939339b7075c6e4ec925 postgresql-13.15.tar.bz2