Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package postgresql14 for openSUSE:Factory checked in at 2024-05-10 12:05:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postgresql14 (Old) and /work/SRC/openSUSE:Factory/.postgresql14.new.1880 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgresql14" Fri May 10 12:05:15 2024 rev:18 rq:1172962 version:14.12 Changes: -------- --- /work/SRC/openSUSE:Factory/postgresql14/postgresql14.changes 2024-03-04 21:25:58.076206758 +0100 +++ /work/SRC/openSUSE:Factory/.postgresql14.new.1880/postgresql14.changes 2024-05-10 12:06:26.828341923 +0200 @@ -1,0 +2,23 @@ +Wed May 8 12:07:46 UTC 2024 - Reinhard Max <[email protected]> + +- Upgrade to 14.12 (bsc#1224051): + * bsc#1224038, CVE-2024-4317: Restrict visibility of pg_stats_ext + and pg_stats_ext_exprs entries to the table owner. See the + release notes for the steps that have to be taken to fix + existing PostgreSQL instances. + * Fix incompatibility with LLVM 18. + * https://www.postgresql.org/docs/release/14.12/ +- Prepare for PostgreSQL 17. +- Make sure all compilation and doc generation happens in %build. + +------------------------------------------------------------------- +Wed May 1 15:24:39 UTC 2024 - Aaron Puchert <[email protected]> + +- Require LLVM <= 17 for now, because LLVM 18 doesn't seem to work. + +------------------------------------------------------------------- +Thu Mar 7 15:04:40 UTC 2024 - Sarah Kriesch <[email protected]> + +- Remove constraints file because improved memory usage for s390x + +------------------------------------------------------------------- Old: ---- _constraints postgresql-14.11.tar.bz2 postgresql-14.11.tar.bz2.sha256 New: ---- postgresql-14.12.tar.bz2 postgresql-14.12.tar.bz2.sha256 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ postgresql14.spec ++++++ --- /var/tmp/diff_new_pack.xUAagl/_old 2024-05-10 12:06:27.852379237 +0200 +++ /var/tmp/diff_new_pack.xUAagl/_new 2024-05-10 12:06:27.856379382 +0200 @@ -16,7 +16,7 @@ # -%define pgversion 14.11 +%define pgversion 14.12 %define pgmajor 14 %define buildlibs 0 %define tarversion %{pgversion} @@ -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-14.11.tar.bz2 -> postgresql-14.12.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/postgresql14/postgresql-14.11.tar.bz2 /work/SRC/openSUSE:Factory/.postgresql14.new.1880/postgresql-14.12.tar.bz2 differ: char 11, line 1 ++++++ postgresql-14.11.tar.bz2.sha256 -> postgresql-14.12.tar.bz2.sha256 ++++++ --- /work/SRC/openSUSE:Factory/postgresql14/postgresql-14.11.tar.bz2.sha256 2024-02-09 23:53:17.401061341 +0100 +++ /work/SRC/openSUSE:Factory/.postgresql14.new.1880/postgresql-14.12.tar.bz2.sha256 2024-05-10 12:06:26.716337842 +0200 @@ -1 +1 @@ -a670bd7dce22dcad4297b261136b3b1d4a09a6f541719562aa14ca63bf2968a8 postgresql-14.11.tar.bz2 +6118d08f9ddcc1bd83cf2b7cc74d3b583bdcec2f37e6245a8ac003b8faa80923 postgresql-14.12.tar.bz2
