- Let clang-devel accept a newer version of clang-tools:
we don't keep multiple versions of the latter. OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm13?expand=0&rev=13
This commit is contained in:
parent
800d442603
commit
9bfbfd22b9
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 19 15:23:13 UTC 2022 - Aaron Puchert <aaronpuchert@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 <aaronpuchert@alice-dsl.net>
|
Tue Feb 15 12:13:13 UTC 2022 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
||||||
|
|
||||||
|
@ -303,7 +303,7 @@ Summary: CLANG frontend for LLVM (devel package)
|
|||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{name}-devel = %{version}
|
Requires: %{name}-devel = %{version}
|
||||||
Requires: clang%{_sonum} = %{version}
|
Requires: clang%{_sonum} = %{version}
|
||||||
Requires: clang-tools = %{version}
|
Requires: clang-tools >= %{version}
|
||||||
Conflicts: cmake(Clang)
|
Conflicts: cmake(Clang)
|
||||||
|
|
||||||
%description -n clang%{_sonum}-devel
|
%description -n clang%{_sonum}-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user