Hello community, here is the log from the commit of package postgresql12 for openSUSE:Leap:15.2 checked in at 2020-06-04 16:02:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/postgresql12 (Old) and /work/SRC/openSUSE:Leap:15.2/.postgresql12.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgresql12" Thu Jun 4 16:02:05 2020 rev:2 rq:811152 version:12.2 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/postgresql12/postgresql12.changes 2020-03-13 10:55:08.220338930 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.postgresql12.new.3606/postgresql12.changes 2020-06-04 16:03:34.447500309 +0200 @@ -1,0 +2,6 @@ +Tue Mar 31 14:23:52 UTC 2020 - Reinhard Max <[email protected]> + +- Temporarily disable JIT support until support status of clang + has been clarified. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ postgresql12.spec ++++++ --- /var/tmp/diff_new_pack.6pw3Mq/_old 2020-06-04 16:03:34.971502063 +0200 +++ /var/tmp/diff_new_pack.6pw3Mq/_new 2020-06-04 16:03:34.975502077 +0200 @@ -51,12 +51,11 @@ %else %bcond_with systemd %endif +%bcond_with llvm %if 0%{?suse_version} >= 1500 && %buildmain %bcond_without systemd_notify -%bcond_without llvm %else %bcond_with systemd_notify -%bcond_with llvm %endif %if %buildmain @@ -95,7 +94,7 @@ BuildRequires: libselinux-devel %endif %if %{with llvm} -BuildRequires: clang-devel +BuildRequires: clang BuildRequires: gcc-c++ BuildRequires: llvm-devel %endif @@ -262,7 +261,7 @@ Provides: postgresql-server-devel-exclusive = %pgmajor Conflicts: postgresql-server-devel-exclusive < %pgmajor %if %{with llvm} -Requires: clang-devel +Requires: clang %endif Requires: libxslt-devel Requires: openssl-devel
