Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ldc for openSUSE:Factory checked in at 2022-11-25 13:13:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ldc (Old) and /work/SRC/openSUSE:Factory/.ldc.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ldc" Fri Nov 25 13:13:14 2022 rev:20 rq:1038053 version:1.29.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ldc/ldc.changes 2022-11-21 16:44:49.408113778 +0100 +++ /work/SRC/openSUSE:Factory/.ldc.new.1597/ldc.changes 2022-11-25 13:23:07.087667861 +0100 @@ -1,0 +2,6 @@ +Fri Nov 25 07:33:17 UTC 2022 - Max Lin <m...@suse.com> + +- Force to use llvm14 in Leap 15.5 since the default llvm version is + now llvm15 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ldc.spec ++++++ --- /var/tmp/diff_new_pack.LrBaSC/_old 2022-11-25 13:23:07.687671098 +0100 +++ /var/tmp/diff_new_pack.LrBaSC/_new 2022-11-25 13:23:07.691671121 +0100 @@ -33,7 +33,7 @@ %bcond_with ldc_tests # Dynamic compiling is not supported with LLVM >= 12 -%if 0%{?suse_version} > 1550 +%if 0%{?suse_version} > 1550 || ( 0%{?is_opensuse} && 0%{?sle_version} > 150400 ) # We force llvm14 on TW %global jit_support 0 %else @@ -64,7 +64,7 @@ BuildRequires: libconfig++-devel BuildRequires: libcurl-devel BuildRequires: libstdc++-devel -%if 0%{?suse_version} > 1550 +%if 0%{?suse_version} > 1550 || ( 0%{?is_opensuse} && 0%{?sle_version} > 150400 ) # Cannot build with llvm15, so stick with llvm14 for now BuildRequires: clang14 BuildRequires: llvm14-devel @@ -183,7 +183,7 @@ touch no-suse-rules %cmake \ -DCMAKE_USER_MAKE_RULES_OVERRIDE=./no-suse-rules \ -%if 0%{?suse_version} > 1550 +%if 0%{?suse_version} > 1550 || ( 0%{?is_opensuse} && 0%{?sle_version} > 150400 ) -DCMAKE_C_COMPILER="%{_bindir}/clang-14" \ -DCMAKE_CXX_COMPILER="%{_bindir}/clang++-14" \ %else @@ -208,7 +208,7 @@ touch no-suse-rules %cmake \ -DCMAKE_USER_MAKE_RULES_OVERRIDE=./no-suse-rules \ -%if 0%{?suse_version} > 1550 +%if 0%{?suse_version} > 1550 || ( 0%{?is_opensuse} && 0%{?sle_version} > 150400 ) -DCMAKE_C_COMPILER="%{_bindir}/clang-14" \ -DCMAKE_CXX_COMPILER="%{_bindir}/clang++-14" \ %else