Hello community,

here is the log from the commit of package llvm9 for openSUSE:Factory checked 
in at 2020-03-27 21:54:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/llvm9 (Old)
 and      /work/SRC/openSUSE:Factory/.llvm9.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "llvm9"

Fri Mar 27 21:54:57 2020 rev:13 rq:787863 version:9.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/llvm9/llvm9.changes      2020-03-14 
09:54:27.235071094 +0100
+++ /work/SRC/openSUSE:Factory/.llvm9.new.3160/llvm9.changes    2020-03-27 
21:55:03.142714398 +0100
@@ -1,0 +2,9 @@
+Mon Mar 23 22:42:09 UTC 2020 - Aaron Puchert <[email protected]>
+
+- Remove conflicts of clang-tools with {clang,llvm}{7,8}: the
+  relevant binaries have been removed from those packages. This
+  allows having clang-tools together with older versions of llvm.
+  For a smooth installation we add OrderWithRequires dependencies.
+- Fix typos in (still inactive) !%{with clang_scripts} part.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ llvm9.spec ++++++
--- /var/tmp/diff_new_pack.Do34j1/_old  2020-03-27 21:55:08.494717511 +0100
+++ /var/tmp/diff_new_pack.Do34j1/_new  2020-03-27 21:55:08.530717532 +0100
@@ -249,13 +249,13 @@
 # Some binaries used to be in the clang package.
 Conflicts:      clang5
 Conflicts:      clang6
-Conflicts:      clang7
-Conflicts:      clang8
+OrderWithRequires: clang7
+OrderWithRequires: clang8
 # hmaptool used to be contained in the llvm package.
 Conflicts:      llvm5
 Conflicts:      llvm6
-Conflicts:      llvm7
-Conflicts:      llvm8
+OrderWithRequires: llvm7
+OrderWithRequires: llvm8
 Provides:       clang%{_sonum}-checker
 Conflicts:      scan-build < %{version}
 Conflicts:      scan-view < %{version}
@@ -1029,14 +1029,15 @@
   %{buildroot}%{_datadir}/opt-viewer/style.css
 
 %if !%{with clang_scripts}
-rm %{buildroot}%{_bindir}/{{c++,ccc}-analyzer
+rm %{buildroot}%{_bindir}/{c++,ccc}-analyzer
 rm %{buildroot}%{_bindir}/clang-{doc,format-diff,tidy-diff}
 rm %{buildroot}%{_bindir}/git-clang-format
+rm %{buildroot}%{_bindir}/hmaptool
 rm %{buildroot}%{_bindir}/run-{clang-tidy,find-all-symbols}
 rm %{buildroot}%{_bindir}/scan-{build,view}
 rm %{buildroot}%{_datadir}/bash-completion/completions/clang
 rm -r %{buildroot}%{_datadir}/{clang,scan-build,scan-view}/
-rm %{buildroot}%{_mandir}/man1/scan-build.1%{ext_man}
+rm %{buildroot}%{_mandir}/man1/scan-build.1
 %endif
 
 # Remove documentation sources.


Reply via email to