Script 'mail_helper' called by obssrc
Hello community,

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

Package is "postgresql12"

Fri May 10 12:05:21 2024 rev:34 rq:1172964 version:12.19

Changes:
--------
--- /work/SRC/openSUSE:Factory/postgresql12/postgresql12.changes        
2024-03-04 21:25:53.292033161 +0100
+++ /work/SRC/openSUSE:Factory/.postgresql12.new.1880/postgresql12.changes      
2024-05-10 12:06:31.108497882 +0200
@@ -1,0 +2,19 @@
+Wed May  8 14:16:55 UTC 2024 - Reinhard Max <m...@suse.com>
+
+- Upgrade to 12.19 (bsc#1224051):
+  * Fix incompatibility with LLVM 18.
+  * https://www.postgresql.org/docs/release/12.19/
+- 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
+
+-------------------------------------------------------------------

Old:
----
  _constraints
  postgresql-12.18.tar.bz2
  postgresql-12.18.tar.bz2.sha256

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

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

Other differences:
------------------
++++++ postgresql12.spec ++++++
--- /var/tmp/diff_new_pack.C2Bh4w/_old  2024-05-10 12:06:32.024531261 +0200
+++ /var/tmp/diff_new_pack.C2Bh4w/_new  2024-05-10 12:06:32.028531406 +0200
@@ -16,11 +16,11 @@
 #
 
 
-%define pgversion 12.18
+%define pgversion 12.19
 %define pgmajor 12
 %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-12.18.tar.bz2 -> postgresql-12.19.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/postgresql12/postgresql-12.18.tar.bz2 
/work/SRC/openSUSE:Factory/.postgresql12.new.1880/postgresql-12.19.tar.bz2 
differ: char 11, line 1

++++++ postgresql-12.18.tar.bz2.sha256 -> postgresql-12.19.tar.bz2.sha256 ++++++
--- /work/SRC/openSUSE:Factory/postgresql12/postgresql-12.18.tar.bz2.sha256     
2024-02-09 23:53:20.197162098 +0100
+++ 
/work/SRC/openSUSE:Factory/.postgresql12.new.1880/postgresql-12.19.tar.bz2.sha256
   2024-05-10 12:06:30.972492926 +0200
@@ -1 +1 @@
-4f9919725d941ce9868e07fe1ed1d3a86748599b483386547583928b74c3918a  
postgresql-12.18.tar.bz2
+617e3de52c22e822f4f57d01d5b2240503e198a9eccaf598a851109bd18e6fbb  
postgresql-12.19.tar.bz2

Reply via email to