Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package postgresql17 for openSUSE:Factory checked in at 2024-10-23 21:08:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postgresql17 (Old) and /work/SRC/openSUSE:Factory/.postgresql17.new.26871 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgresql17" Wed Oct 23 21:08:45 2024 rev:3 rq:1216991 version:17.0 Changes: -------- --- /work/SRC/openSUSE:Factory/postgresql17/postgresql17.changes 2024-09-27 17:10:47.056882755 +0200 +++ /work/SRC/openSUSE:Factory/.postgresql17.new.26871/postgresql17.changes 2024-10-23 21:10:07.750319494 +0200 @@ -1,0 +2,6 @@ +Mon Oct 7 08:50:46 UTC 2024 - Fabian Vogt <fv...@suse.com> + +- Use cmake(LLVM) < instead of <= to also allow building against + LLVM 18.1 and newer 18.x versions + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ postgresql17.spec ++++++ --- /var/tmp/diff_new_pack.iFEuZr/_old 2024-10-23 21:10:08.454348723 +0200 +++ /var/tmp/diff_new_pack.iFEuZr/_new 2024-10-23 21:10:08.458348889 +0200 @@ -21,7 +21,8 @@ %define buildlibs 1 %define tarversion %{pgversion} %define oldest_supported_llvm_ver 10 -%define latest_supported_llvm_ver 18 +# To be able to use cmake(LLVM) < ... +%define latest_supported_llvm_ver_plus_one 19 ### CUT HERE ### %define pgname postgresql%pgmajor @@ -146,8 +147,8 @@ %endif %if %{with llvm} BuildRequires: gcc-c++ -BuildRequires: (cmake(Clang) >= %{oldest_supported_llvm_ver} with cmake(Clang) <= %{latest_supported_llvm_ver}) -BuildRequires: (cmake(LLVM) >= %{oldest_supported_llvm_ver} with cmake(LLVM) <= %{latest_supported_llvm_ver}) +BuildRequires: (cmake(Clang) >= %{oldest_supported_llvm_ver} with cmake(Clang) < %{latest_supported_llvm_ver_plus_one}) +BuildRequires: (cmake(LLVM) >= %{oldest_supported_llvm_ver} with cmake(LLVM) < %{latest_supported_llvm_ver_plus_one}) %endif BuildRequires: libxslt-devel BuildRequires: openldap2-devel