Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package postgresql10 for openSUSE:Factory 
checked in at 2021-09-13 16:24:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/postgresql10 (Old)
 and      /work/SRC/openSUSE:Factory/.postgresql10.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "postgresql10"

Mon Sep 13 16:24:14 2021 rev:25 rq:917538 version:10.18

Changes:
--------
--- /work/SRC/openSUSE:Factory/postgresql10/postgresql10.changes        
2021-05-18 18:26:51.458854437 +0200
+++ /work/SRC/openSUSE:Factory/.postgresql10.new.1899/postgresql10.changes      
2021-09-13 16:24:39.694753759 +0200
@@ -1,0 +2,15 @@
+Tue Aug 31 11:14:53 UTC 2021 - Reinhard Max <[email protected]>
+
+- bsc#1185952: fix build with llvm12 on s390x.
+  0001-jit-Workaround-potential-datalayout-mismatch-on-s390.patch
+- bsc#1179945: Re-enable icu for PostgreSQL 10.
+- bsc#1187751: Make the dependency of postgresqlXX-server-devel on
+  llvm and clang optional (postgresql-llvm-optional.patch).
+
+-------------------------------------------------------------------
+Tue Aug 24 13:14:42 UTC 2021 - Marcus Rueckert <[email protected]>
+
+- bsc#1190177: Upgrade to version 10.18:
+  * https://www.postgresql.org/docs/10/release-10-18.html
+
+-------------------------------------------------------------------

Old:
----
  postgresql-10.17.tar.bz2
  postgresql-10.17.tar.bz2.sha256

New:
----
  0001-jit-Workaround-potential-datalayout-mismatch-on-s390.patch
  postgresql-10.18.tar.bz2
  postgresql-10.18.tar.bz2.sha256
  postgresql-llvm-optional.patch

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

Other differences:
------------------
++++++ postgresql10.spec ++++++
--- /var/tmp/diff_new_pack.idBEx4/_old  2021-09-13 16:24:40.378754550 +0200
+++ /var/tmp/diff_new_pack.idBEx4/_new  2021-09-13 16:24:40.382754555 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define pgversion 10.17
+%define pgversion 10.18
 %define pgmajor 10
 %define pgsuffix %pgmajor
 %define buildlibs 0
@@ -72,11 +72,7 @@
 BuildRequires:  timezone
 BuildRequires:  zlib-devel
 %bcond_without  selinux
-%if %pgmajor > 10 || 0%{?suse_version} <= 1500
 %bcond_without  icu
-%else
-%bcond_with icu
-%endif
 %if  !%buildlibs
 BuildRequires:  %libecpg
 BuildRequires:  %libpq
@@ -88,10 +84,10 @@
 %bcond_with     systemd
 %bcond_with     systemd_notify
 %endif
+
 %if 0%{?suse_version} >= 1500 && %pgsuffix >= 11 && %pgsuffix < 90
 %bcond_without  llvm
 %else
-# LLVM is currently unsupported on SLE, so don't use it
 %bcond_with     llvm
 %endif
 %endif
@@ -149,6 +145,10 @@
 Patch6:         postgresql-testsuite-int8.sql.patch
 Patch8:         postgresql-testsuite-keep-results-file.patch
 Patch9:         postgresql-var-run-socket.patch
+%if %{with llvm}
+Patch10:        postgresql-llvm-optional.patch
+Patch11:        0001-jit-Workaround-potential-datalayout-mismatch-on-s390.patch
+%endif
 URL:            https://www.postgresql.org/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Provides:       postgresql = %version-%release
@@ -223,9 +223,9 @@
 Provides:       %libecpg = %version-%release
 Provides:       %libpq = %version-%release
 Provides:       %pgname-devel = %version-%release
-Conflicts:      %pgname-devel
 Conflicts:      %libecpg
 Conflicts:      %libpq
+Conflicts:      %pgname-devel
 %else
 Requires:       %libecpg >= %version
 Requires:       %libpq >= %version
@@ -251,8 +251,8 @@
 Provides:       postgresql-server-devel-exclusive = %pgmajor
 Conflicts:      postgresql-server-devel-exclusive < %pgmajor
 %if %{with llvm}
-Requires:       clang
-Requires:       llvm
+Recommends:     clang
+Recommends:     llvm
 %endif
 Requires:       libxslt-devel
 Requires:       openssl-devel
@@ -455,6 +455,10 @@
 %patch6
 %patch8 -p1
 %patch9
+%if %{with llvm}
+%patch10
+%patch11
+%endif
 touch -r tmp configure
 rm tmp
 find src/test/ -name '*.orig' -delete
@@ -529,8 +533,7 @@
 %endif
 
 %install
-VLANG=${RPM_PACKAGE_VERSION%%.*}
-VSO=${RPM_PACKAGE_VERSION%%%%.*}
+VLANG=%pgmajor
 %if %mini
 make DESTDIR=%buildroot PACKAGE_TARNAME=%pgname -C src/include install
 make DESTDIR=%buildroot PACKAGE_TARNAME=%pgname -C src/interfaces install
@@ -918,6 +921,7 @@
 %if %buildlibs && %mini
 %files %devel -f devel.files -f libpq.files -f libecpg.files
 %else
+
 %files %devel -f devel.files
 %endif
 

++++++ 0001-jit-Workaround-potential-datalayout-mismatch-on-s390.patch ++++++
# This patch only exists on PostgreSQL 11 and later
++++++ postgresql-10.17.tar.bz2 -> postgresql-10.18.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/postgresql10/postgresql-10.17.tar.bz2 
/work/SRC/openSUSE:Factory/.postgresql10.new.1899/postgresql-10.18.tar.bz2 
differ: char 11, line 1

++++++ postgresql-10.17.tar.bz2.sha256 -> postgresql-10.18.tar.bz2.sha256 ++++++
--- /work/SRC/openSUSE:Factory/postgresql10/postgresql-10.17.tar.bz2.sha256     
2021-05-18 18:26:51.438854524 +0200
+++ 
/work/SRC/openSUSE:Factory/.postgresql10.new.1899/postgresql-10.18.tar.bz2.sha256
   2021-09-13 16:24:39.674753736 +0200
@@ -1 +1 @@
-5af28071606c9cd82212c19ba584657a9d240e1c4c2da28fc1f3998a2754b26c  
postgresql-10.17.tar.bz2
+57477c2edc82c3f86a74747707b3babc1f301f389315ae14e819e025c0ba3801  
postgresql-10.18.tar.bz2

++++++ postgresql-llvm-optional.patch ++++++
# This patch only exists on PostgreSQL 11 and later

Reply via email to