Accepting request 957799 from devel:tools:compiler
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/957799 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/llvm13?expand=0&rev=8
This commit is contained in:
commit
844d9aa93b
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
||||||
|
|
||||||
|
- AND instead of OR in License tag after sr#954337.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 14 14:31:30 UTC 2022 - Aaron Puchert <aaronpuchert@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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 8 23:14:36 UTC 2022 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
Tue Feb 8 23:14:36 UTC 2022 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
||||||
|
|
||||||
|
13
llvm13.spec
13
llvm13.spec
@ -91,7 +91,7 @@ Name: llvm13
|
|||||||
Version: %_relver%{?_rc:~rc%_rc}
|
Version: %_relver%{?_rc:~rc%_rc}
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Low Level Virtual Machine
|
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
|
Group: Development/Languages/Other
|
||||||
URL: https://www.llvm.org/
|
URL: https://www.llvm.org/
|
||||||
# NOTE: please see README.packaging in the llvm package for details on how to update this package
|
# NOTE: please see README.packaging in the llvm package for details on how to update this package
|
||||||
@ -201,6 +201,11 @@ Requires: llvm%{_sonum}-polly-devel
|
|||||||
%endif
|
%endif
|
||||||
Requires: pkgconfig
|
Requires: pkgconfig
|
||||||
Conflicts: llvm-devel-provider < %{version}
|
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)
|
Conflicts: cmake(LLVM)
|
||||||
Provides: llvm-devel-provider = %{version}
|
Provides: llvm-devel-provider = %{version}
|
||||||
%if %{with ffi}
|
%if %{with ffi}
|
||||||
@ -261,6 +266,10 @@ Conflicts: clang6
|
|||||||
# hmaptool used to be contained in the llvm package.
|
# hmaptool used to be contained in the llvm package.
|
||||||
Conflicts: llvm5
|
Conflicts: llvm5
|
||||||
Conflicts: llvm6
|
Conflicts: llvm6
|
||||||
|
%if %{suse_version} <= 1500
|
||||||
|
# llvm9 in SLE/Leap 15.x is still affected.
|
||||||
|
Conflicts: llvm9
|
||||||
|
%endif
|
||||||
Conflicts: scan-build < %{version}
|
Conflicts: scan-build < %{version}
|
||||||
Conflicts: scan-view < %{version}
|
Conflicts: scan-view < %{version}
|
||||||
Provides: scan-build = %{version}
|
Provides: scan-build = %{version}
|
||||||
@ -294,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