Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package llvm13 for openSUSE:Factory checked in at 2022-02-27 22:42:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/llvm13 (Old) and /work/SRC/openSUSE:Factory/.llvm13.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "llvm13" Sun Feb 27 22:42:49 2022 rev:8 rq:957799 version:13.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/llvm13/llvm13.changes 2022-02-11 23:08:01.486708364 +0100 +++ /work/SRC/openSUSE:Factory/.llvm13.new.1958/llvm13.changes 2022-02-27 22:42:57.630628134 +0100 @@ -1,0 +2,18 @@ +Sat Feb 19 15:23:13 UTC 2022 - Aaron Puchert <aaronpuch...@alice-dsl.net> + +- Let clang-devel accept a newer version of clang-tools: + we don't keep multiple versions of the latter. + +------------------------------------------------------------------- +Tue Feb 15 12:13:13 UTC 2022 - Aaron Puchert <aaronpuch...@alice-dsl.net> + +- AND instead of OR in License tag after sr#954337. + +------------------------------------------------------------------- +Mon Feb 14 14:31:30 UTC 2022 - Aaron Puchert <aaronpuch...@alice-dsl.net> + +- More conflicts for addition to Leap: clang-tools conflicts with + llvm9 because that doesn't have the move of hmaptool yet, and + llvm13-devel with llvm{5,7} as they used to have FileCheck.1.gz. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ llvm13.spec ++++++ --- /var/tmp/diff_new_pack.UyUvnT/_old 2022-02-27 22:42:58.938628513 +0100 +++ /var/tmp/diff_new_pack.UyUvnT/_new 2022-02-27 22:42:58.942628515 +0100 @@ -91,7 +91,7 @@ Version: %_relver%{?_rc:~rc%_rc} Release: 0 Summary: Low Level Virtual Machine -License: Apache-2.0 WITH LLVM-exception OR NCSA +License: Apache-2.0 WITH LLVM-exception AND NCSA Group: Development/Languages/Other URL: https://www.llvm.org/ # NOTE: please see README.packaging in the llvm package for details on how to update this package @@ -201,6 +201,11 @@ %endif Requires: pkgconfig Conflicts: llvm-devel-provider < %{version} +%if %{suse_version} <= 1500 +# llvm{5,7} in SLE/Leap 15.x used to have the man page for FileCheck. +Conflicts: llvm5 +Conflicts: llvm7 +%endif Conflicts: cmake(LLVM) Provides: llvm-devel-provider = %{version} %if %{with ffi} @@ -261,6 +266,10 @@ # hmaptool used to be contained in the llvm package. Conflicts: llvm5 Conflicts: llvm6 +%if %{suse_version} <= 1500 +# llvm9 in SLE/Leap 15.x is still affected. +Conflicts: llvm9 +%endif Conflicts: scan-build < %{version} Conflicts: scan-view < %{version} Provides: scan-build = %{version} @@ -294,7 +303,7 @@ Group: Development/Libraries/C and C++ Requires: %{name}-devel = %{version} Requires: clang%{_sonum} = %{version} -Requires: clang-tools = %{version} +Requires: clang-tools >= %{version} Conflicts: cmake(Clang) %description -n clang%{_sonum}-devel