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:
Dominique Leuenberger 2019-12-25 09:54:35 +00:00 committed by Git OBS Bridge
commit f818259d4c
3 changed files with 23 additions and 28 deletions

View File

@ -52,18 +52,11 @@ llvmX package need to be updated.
new sources.
4. Update the version number in the patches to match the
new sources.
5. Update the "_revsn" tag in llvmX.spec to match the
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
5. Update the "_relver" tag in llvmX.spec to match
the "Version" tag.
7. Confirm everything builds successfully and there are
6. Confirm everything builds successfully and there are
no new rpmlint issues.
8. Update the llvmX.changes file.
7. Update the llvmX.changes file.
2. llvm package:
1. Update the "Version" tag to match the new llvmX
version.
@ -91,19 +84,12 @@ needs to be updated.
new sources.
4. Update the version number in the patches to match the
new sources.
5. Update the "_revsn" tag in llvmX.spec to match the
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
5. Update the "_relver" tag in llvmX.spec to match
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
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".
8. Change the "_uaver" tag in llvmX.spec to match the
new major/minor versions. It should be of the form "X00".
9. Update the "Version", "_revsn", and "_relver" tags
and the version numbers in the patches as described in
9. Update the "Version", and "_relver" tags and the
version numbers in the patches as described in
PATCH-LEVEL UPDATES above.
10. Confirm llvmX.spec builds successfully and there are
no new rpmlint issues.

View File

@ -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>

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -25,7 +25,7 @@
%endif
%endif
Name: llvm
Version: 9.0.0
Version: 9.0.1
Release: 0
Summary: Low Level Virtual Machine
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
Summary: CLANG frontend for LLVM
Group: Development/Languages/C and C++
Url: https://clang.llvm.org/
URL: https://clang.llvm.org/
Requires: clang%{_sonum} = %{version}
Recommends: clang-doc
Provides: llvm-clang = %{version}
@ -114,7 +114,7 @@ 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/
URL: https://clang-analyzer.llvm.org/
Requires: clang%{_sonum}-checker = %{version}
Provides: 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
Summary: Software debugger built using LLVM libraries
Group: Development/Tools/Debuggers
Url: https://lldb.llvm.org/
URL: https://lldb.llvm.org/
Requires: lldb%{_sonum} = %{version}
Recommends: python3-lldb
@ -254,7 +254,7 @@ don't require a specific LLDB version should depend on this.
%package -n lld
Summary: Linker for Clang/LLVM
Group: Development/Tools/Building
Url: https://lld.llvm.org/
URL: https://lld.llvm.org/
Requires: lld%{_sonum} = %{version}
%description -n lld