Hello community, here is the log from the commit of package postgresql for openSUSE:Leap:15.2 checked in at 2020-06-04 16:01:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/postgresql (Old) and /work/SRC/openSUSE:Leap:15.2/.postgresql.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgresql" Thu Jun 4 16:01:53 2020 rev:35 rq:810936 version:12 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/postgresql/postgresql.changes 2020-03-13 10:55:03.664335682 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.postgresql.new.3606/postgresql.changes 2020-06-04 16:03:30.839488237 +0200 @@ -1,0 +2,5 @@ +Fri May 29 09:58:48 UTC 2020 - Reinhard Max <[email protected]> + +- Disable LLVM on SLE (bsc#1172274). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ postgresql.spec ++++++ --- /var/tmp/diff_new_pack.OnOOIj/_old 2020-06-04 16:03:31.211489482 +0200 +++ /var/tmp/diff_new_pack.OnOOIj/_new 2020-06-04 16:03:31.215489495 +0200 @@ -27,6 +27,8 @@ %else %bcond_with systemd %endif +# LLVM is currently unsupported on SLE, so don't use it +%bcond_with llvm Name: postgresql Summary: Basic Clients and Utilities for PostgreSQL @@ -426,9 +428,11 @@ %defattr(-,root,root,-) %doc README +%if %{with llvm} %files llvmjit %defattr(-,root,root,-) %doc README +%endif %files plperl %defattr(-,root,root,-)
