Hello community, here is the log from the commit of package postgresql11 for openSUSE:Leap:15.2 checked in at 2020-06-10 16:50:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/postgresql11 (Old) and /work/SRC/openSUSE:Leap:15.2/.postgresql11.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgresql11" Wed Jun 10 16:50:39 2020 rev:3 rq:813066 version:11.7 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/postgresql11/postgresql11.changes 2020-03-20 05:15:21.530566275 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.postgresql11.new.3606/postgresql11.changes 2020-06-10 16:50:45.312507140 +0200 @@ -1,0 +2,6 @@ +Mon Jun 8 09:48:11 UTC 2020 - Max Lin <[email protected]> + +- Follow postgresql change for disable JIT support until support + status of clang has been clarified + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ postgresql11.spec ++++++ --- /var/tmp/diff_new_pack.pVuR3X/_old 2020-06-10 16:50:45.852508706 +0200 +++ /var/tmp/diff_new_pack.pVuR3X/_new 2020-06-10 16:50:45.856508718 +0200 @@ -21,12 +21,11 @@ %else %bcond_with systemd %endif +%bcond_with llvm %if 0%{?suse_version} >= 1500 %bcond_without systemd_notify -%bcond_without llvm %else %bcond_with systemd_notify -%bcond_with llvm %endif %bcond_without selinux @@ -89,7 +88,7 @@ BuildRequires: libselinux-devel %endif %if %{with llvm} -BuildRequires: clang-devel +BuildRequires: clang BuildRequires: gcc-c++ BuildRequires: llvm-devel %endif @@ -257,7 +256,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
