Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package postgresql15 for openSUSE:Factory 
checked in at 2024-05-10 12:05:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/postgresql15 (Old)
 and      /work/SRC/openSUSE:Factory/.postgresql15.new.1880 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "postgresql15"

Fri May 10 12:05:10 2024 rev:16 rq:1172961 version:15.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/postgresql15/postgresql15.changes        
2024-03-04 21:26:00.888308797 +0100
+++ /work/SRC/openSUSE:Factory/.postgresql15.new.1880/postgresql15.changes      
2024-05-10 12:06:23.832232752 +0200
@@ -1,0 +2,23 @@
+Wed May  8 12:05:25 UTC 2024 - Reinhard Max <[email protected]>
+
+- Upgrade to 15.7 (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/15.7/
+- Prepare for PostgreSQL 17.
+- Make sure all compilation and doc generation happens in %build.
+
+-------------------------------------------------------------------
+Tue Mar 12 22:48:41 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-15.6.tar.bz2
  postgresql-15.6.tar.bz2.sha256

New:
----
  postgresql-15.7.tar.bz2
  postgresql-15.7.tar.bz2.sha256

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

Other differences:
------------------
++++++ postgresql15.spec ++++++
--- /var/tmp/diff_new_pack.QEMloR/_old  2024-05-10 12:06:24.820268753 +0200
+++ /var/tmp/diff_new_pack.QEMloR/_new  2024-05-10 12:06:24.824268899 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define pgversion 15.6
+%define pgversion 15.7
 %define pgmajor 15
 %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-15.6.tar.bz2 -> postgresql-15.7.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/postgresql15/postgresql-15.6.tar.bz2 
/work/SRC/openSUSE:Factory/.postgresql15.new.1880/postgresql-15.7.tar.bz2 
differ: char 11, line 1

++++++ postgresql-15.6.tar.bz2.sha256 -> postgresql-15.7.tar.bz2.sha256 ++++++
--- /work/SRC/openSUSE:Factory/postgresql15/postgresql-15.6.tar.bz2.sha256      
2024-02-09 23:53:15.905007432 +0100
+++ 
/work/SRC/openSUSE:Factory/.postgresql15.new.1880/postgresql-15.7.tar.bz2.sha256
    2024-05-10 12:06:23.664226630 +0200
@@ -1 +1 @@
-8455146ed9c69c93a57de954aead0302cafad035c2b242175d6aa1e17ebcb2fb  
postgresql-15.6.tar.bz2
+a46fe49485ab6385e39dabbbb654f5d3049206f76cd695e224268729520998f7  
postgresql-15.7.tar.bz2

Reply via email to