Accepting request 758955 from devel:tools:compiler
. OBS-URL: https://build.opensuse.org/request/show/758955 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/llvm?expand=0&rev=108
This commit is contained in:
commit
f818259d4c
@ -52,18 +52,11 @@ llvmX package need to be updated.
|
|||||||
new sources.
|
new sources.
|
||||||
4. Update the version number in the patches to match the
|
4. Update the version number in the patches to match the
|
||||||
new sources.
|
new sources.
|
||||||
5. Update the "_revsn" tag in llvmX.spec to match the
|
5. Update the "_relver" tag in llvmX.spec to match
|
||||||
revision number of the tag. This can be found on
|
|
||||||
https://lists.llvm.org/pipermail/llvm-branch-commits
|
|
||||||
and should have like "[llvm-tag]" and
|
|
||||||
"Creating release candidate final" in the subject
|
|
||||||
line. You want to find the one for the current LLVM
|
|
||||||
release.
|
|
||||||
6. Update the "_relver" tag in llvmX.spec to match
|
|
||||||
the "Version" tag.
|
the "Version" tag.
|
||||||
7. Confirm everything builds successfully and there are
|
6. Confirm everything builds successfully and there are
|
||||||
no new rpmlint issues.
|
no new rpmlint issues.
|
||||||
8. Update the llvmX.changes file.
|
7. Update the llvmX.changes file.
|
||||||
2. llvm package:
|
2. llvm package:
|
||||||
1. Update the "Version" tag to match the new llvmX
|
1. Update the "Version" tag to match the new llvmX
|
||||||
version.
|
version.
|
||||||
@ -91,19 +84,12 @@ needs to be updated.
|
|||||||
new sources.
|
new sources.
|
||||||
4. Update the version number in the patches to match the
|
4. Update the version number in the patches to match the
|
||||||
new sources.
|
new sources.
|
||||||
5. Update the "_revsn" tag in llvmX.spec to match the
|
5. Update the "_relver" tag in llvmX.spec to match
|
||||||
revision number of the tag. This can be found on
|
|
||||||
https://lists.llvm.org/pipermail/llvm-branch-commits
|
|
||||||
and should have like "[llvm-tag]" and
|
|
||||||
"Creating release candidate final" in the subject
|
|
||||||
line. You want to find the one for the current LLVM
|
|
||||||
release.
|
|
||||||
6. Update the "_relver" tag in llvmX.spec to match
|
|
||||||
the "Version" tag.
|
the "Version" tag.
|
||||||
7. Confirm everything builds successfully and there are
|
6. Confirm everything builds successfully and there are
|
||||||
no new rpmlint issues. Some patches may need to be
|
no new rpmlint issues. Some patches may need to be
|
||||||
removed or rebased.
|
removed or rebased.
|
||||||
8. Update the llvmX.changes file.
|
7. Update the llvmX.changes file.
|
||||||
|
|
||||||
|
|
||||||
===============================
|
===============================
|
||||||
@ -138,8 +124,8 @@ needs to be modified.
|
|||||||
form "X.0".
|
form "X.0".
|
||||||
8. Change the "_uaver" tag in llvmX.spec to match the
|
8. Change the "_uaver" tag in llvmX.spec to match the
|
||||||
new major/minor versions. It should be of the form "X00".
|
new major/minor versions. It should be of the form "X00".
|
||||||
9. Update the "Version", "_revsn", and "_relver" tags
|
9. Update the "Version", and "_relver" tags and the
|
||||||
and the version numbers in the patches as described in
|
version numbers in the patches as described in
|
||||||
PATCH-LEVEL UPDATES above.
|
PATCH-LEVEL UPDATES above.
|
||||||
10. Confirm llvmX.spec builds successfully and there are
|
10. Confirm llvmX.spec builds successfully and there are
|
||||||
no new rpmlint issues.
|
no new rpmlint issues.
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 20 21:13:19 UTC 2019 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
||||||
|
|
||||||
|
- Update to version 9.0.1.
|
||||||
|
* This release contains bug-fixes for the LLVM 9.0.0 release.
|
||||||
|
This release is API and ABI compatible with 9.0.0.
|
||||||
|
- Update README.packaging: we don't provide revision numbers any
|
||||||
|
longer, because upstream has moved from Subversion to git.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Sep 22 19:55:01 UTC 2019 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
Sun Sep 22 19:55:01 UTC 2019 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
||||||
|
|
||||||
|
12
llvm.spec
12
llvm.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package llvm
|
# spec file for package llvm
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -25,7 +25,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
Name: llvm
|
Name: llvm
|
||||||
Version: 9.0.0
|
Version: 9.0.1
|
||||||
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 OR NCSA
|
||||||
@ -98,7 +98,7 @@ don't require a specific LLVM version should depend on this.
|
|||||||
%package -n clang
|
%package -n clang
|
||||||
Summary: CLANG frontend for LLVM
|
Summary: CLANG frontend for LLVM
|
||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
Url: https://clang.llvm.org/
|
URL: https://clang.llvm.org/
|
||||||
Requires: clang%{_sonum} = %{version}
|
Requires: clang%{_sonum} = %{version}
|
||||||
Recommends: clang-doc
|
Recommends: clang-doc
|
||||||
Provides: llvm-clang = %{version}
|
Provides: llvm-clang = %{version}
|
||||||
@ -114,7 +114,7 @@ don't require a specific Clang version should depend on this.
|
|||||||
%package -n clang-checker
|
%package -n clang-checker
|
||||||
Summary: Static code analyzer for CLANG
|
Summary: Static code analyzer for CLANG
|
||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
Url: https://clang-analyzer.llvm.org/
|
URL: https://clang-analyzer.llvm.org/
|
||||||
Requires: clang%{_sonum}-checker = %{version}
|
Requires: clang%{_sonum}-checker = %{version}
|
||||||
Provides: llvm-clang-checker = %{version}
|
Provides: llvm-clang-checker = %{version}
|
||||||
Obsoletes: llvm-clang-checker < %{version}
|
Obsoletes: llvm-clang-checker < %{version}
|
||||||
@ -213,7 +213,7 @@ don't require a specific LLVM version should depend on this.
|
|||||||
%package -n lldb
|
%package -n lldb
|
||||||
Summary: Software debugger built using LLVM libraries
|
Summary: Software debugger built using LLVM libraries
|
||||||
Group: Development/Tools/Debuggers
|
Group: Development/Tools/Debuggers
|
||||||
Url: https://lldb.llvm.org/
|
URL: https://lldb.llvm.org/
|
||||||
Requires: lldb%{_sonum} = %{version}
|
Requires: lldb%{_sonum} = %{version}
|
||||||
Recommends: python3-lldb
|
Recommends: python3-lldb
|
||||||
|
|
||||||
@ -254,7 +254,7 @@ don't require a specific LLDB version should depend on this.
|
|||||||
%package -n lld
|
%package -n lld
|
||||||
Summary: Linker for Clang/LLVM
|
Summary: Linker for Clang/LLVM
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
Url: https://lld.llvm.org/
|
URL: https://lld.llvm.org/
|
||||||
Requires: lld%{_sonum} = %{version}
|
Requires: lld%{_sonum} = %{version}
|
||||||
|
|
||||||
%description -n lld
|
%description -n lld
|
||||||
|
Loading…
x
Reference in New Issue
Block a user