Bump version to 7.0.1
This commit is contained in:
parent
853b230d36
commit
0205b57093
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@
|
||||
/lldb-7.0.0rc2.src.tar.xz
|
||||
/lldb-7.0.0rc3.src.tar.xz
|
||||
/lldb-7.0.0.src.tar.xz
|
||||
/lldb-7.0.1.src.tar.xz
|
||||
|
@ -1,6 +1,8 @@
|
||||
#%%global rc_ver 3
|
||||
|
||||
Name: lldb
|
||||
Version: 7.0.0
|
||||
Release: 2%{?dist}
|
||||
Version: 7.0.1
|
||||
Release: 1%{?rc_ver:.rc%{rc_ver}}%{?dist}
|
||||
Summary: Next generation high-performance debugger
|
||||
|
||||
License: NCSA
|
||||
@ -115,6 +117,9 @@ rm -f %{buildroot}%{python2_sitearch}/six.*
|
||||
%{python2_sitearch}/lldb
|
||||
|
||||
%changelog
|
||||
* Mon Dec 17 2018 sguelton@redhat.com - 7.0.1-1
|
||||
- 7.0.1 Release
|
||||
|
||||
* Tue Dec 04 2018 sguelton@redhat.com - 7.0.0-2
|
||||
- Ensure rpmlint passes on specfile
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lldb-7.0.0.src.tar.xz) = 32d93276a07b5f7ca64fc45e7b51004825d1636ec3dff163c5de9f769046a81921c1d82f0aa6eddf3778e1ecf8d4f87c3d5e6bcd3f9ac8cae36278bf12e9e9c8
|
||||
SHA512 (lldb-7.0.1.src.tar.xz) = 7e98c3148ac34b42404e5aaaff91728d19e9062110a333f0bc7a62ec324fbb6d033ea44b56e144dc1e94febb2107cfb33c71bb3602c2168a6270dd807a2cc5ff
|
||||
|
Loading…
Reference in New Issue
Block a user