Hello community, here is the log from the commit of package llvm for openSUSE:Factory checked in at 2020-03-14 09:54:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/llvm (Old) and /work/SRC/openSUSE:Factory/.llvm.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "llvm" Sat Mar 14 09:54:10 2020 rev:110 rq:783713 version:9.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/llvm/llvm.changes 2020-02-03 11:27:02.462138300 +0100 +++ /work/SRC/openSUSE:Factory/.llvm.new.3160/llvm.changes 2020-03-14 09:54:10.683058943 +0100 @@ -1,0 +2,7 @@ +Sat Mar 7 22:41:55 UTC 2020 - Aaron Puchert <[email protected]> + +- Drop clang-checker meta package, we now provide this as + unversioned clang-tools coming from the versioned llvmX package. +- Update build conditions mentioned in README.packaging. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ llvm.spec ++++++ --- /var/tmp/diff_new_pack.NPnpJM/_old 2020-03-14 09:54:11.963059883 +0100 +++ /var/tmp/diff_new_pack.NPnpJM/_new 2020-03-14 09:54:11.967059886 +0100 @@ -111,22 +111,6 @@ clang that openSUSE currently supports. Packages that don't require a specific Clang version should depend on this. -%package -n clang-checker -Summary: Static code analyzer for CLANG -Group: Development/Languages/C and C++ -URL: https://clang-analyzer.llvm.org/ -Requires: clang%{_sonum}-checker = %{version} -Provides: llvm-clang-checker = %{version} -Obsoletes: llvm-clang-checker < %{version} - -%description -n clang-checker -This package contains scan-build and scan-view, command line -static code analyzers for CLANG. - -This package is a dummy package that depends on the version of -clang-checker that openSUSE currently supports. Packages that -don't require a specific Clang version should depend on this. - %package -n clang-devel Summary: CLANG frontend for LLVM (devel package) Group: Development/Libraries/C and C++ @@ -263,9 +247,6 @@ %files -n clang %doc README -%files -n clang-checker -%doc README - %files gold %doc README ++++++ README.packaging ++++++ --- /var/tmp/diff_new_pack.NPnpJM/_old 2020-03-14 09:54:12.155060024 +0100 +++ /var/tmp/diff_new_pack.NPnpJM/_new 2020-03-14 09:54:12.171060036 +0100 @@ -143,8 +143,8 @@ %bcond_without/%bcond_with libcxx in llvmX.spec and make it always %bcond_with. If the .so numbers have changed, these can be left-as-is. - 3. Change "%bcond_without pyclang" to - "%bcond_with pyclang" in llvmX.spec. + 3. Change "%bcond_without clang_scripts" to + "%bcond_with clang_scripts" in llvmX.spec. 4. Confirm everything builds successfully and there are no new rpmlint issues. 5. Update the llvmX.changes file.
