Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package postgresql13 for openSUSE:Factory checked in at 2021-05-21 21:49:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postgresql13 (Old) and /work/SRC/openSUSE:Factory/.postgresql13.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgresql13" Fri May 21 21:49:30 2021 rev:10 rq:894524 version:13.3 Changes: -------- --- /work/SRC/openSUSE:Factory/postgresql13/postgresql13.changes 2021-05-18 18:26:54.566840967 +0200 +++ /work/SRC/openSUSE:Factory/.postgresql13.new.2988/postgresql13.changes 2021-05-21 21:49:32.646350822 +0200 @@ -1,0 +2,6 @@ +Wed May 19 15:24:24 UTC 2021 - Reinhard Max <[email protected]> + +- bsc#1185952: llvm12 breaks PostgreSQL 11 and 12 on s390x. + Use llvm11 as a workaround. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ postgresql13.spec ++++++ --- /var/tmp/diff_new_pack.EQ02yu/_old 2021-05-21 21:49:33.190348565 +0200 +++ /var/tmp/diff_new_pack.EQ02yu/_new 2021-05-21 21:49:33.194348547 +0200 @@ -91,7 +91,6 @@ %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 @@ -116,10 +115,15 @@ BuildRequires: libselinux-devel %endif %if %{with llvm} -BuildRequires: clang BuildRequires: gcc-c++ +%ifarch s390x +BuildRequires: clang11 +BuildRequires: llvm11-devel +%else +BuildRequires: clang BuildRequires: llvm-devel %endif +%endif BuildRequires: libxslt-devel BuildRequires: openldap2-devel BuildRequires: openssl-devel
