8.0.0rc1
This commit is contained in:
parent
19c6a662bb
commit
3f4aa95010
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
||||
/libcxxabi-7.0.0rc3.src.tar.xz
|
||||
/libcxxabi-7.0.0.src.tar.xz
|
||||
/libcxxabi-7.0.1.src.tar.xz
|
||||
/libcxxabi-8.0.0rc1.src.tar.xz
|
||||
|
@ -1,10 +1,10 @@
|
||||
#%%global rc_ver 3
|
||||
%global rc_ver 1
|
||||
%global libcxxabi_srcdir libcxxabi-%{version}%{?rc_ver:rc%{rc_ver}}.src
|
||||
|
||||
|
||||
Name: libcxxabi
|
||||
Version: 7.0.1
|
||||
Release: 2%{?rc_ver:.rc%{rc_ver}}%{?dist}
|
||||
Version: 8.0.0
|
||||
Release: 1%{?rc_ver:.rc%{rc_ver}}%{?dist}
|
||||
Summary: Low level support for a standard C++ library
|
||||
License: MIT or NCSA
|
||||
URL: http://libcxxabi.llvm.org/
|
||||
@ -92,6 +92,9 @@ cp -a include/* %{buildroot}%{_includedir}
|
||||
%{_libdir}/libc++abi.a
|
||||
|
||||
%changelog
|
||||
* Mon Feb 11 2019 sguelton@redhat.com - 8.0.0-1.rc1
|
||||
- remove -fstack-clash-protection
|
||||
|
||||
* Wed Feb 6 2019 Tom Callaway <spot@fedoraproject.org> - 7.0.1-2
|
||||
- remove -fstack-clash-protection
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libcxxabi-7.0.1.src.tar.xz) = 92e8d28f329e9a8cce296f0fddd88324198f722db3a748bb2164b28ae8eca6047c89ed1e70af00bbedd93ce4285b2ab1e0307a65b88dc60e581eebfd6cbd2038
|
||||
SHA512 (libcxxabi-8.0.0rc1.src.tar.xz) = 168d468f65e7349f75249dc49fcf88e1bd6e4167a9edd853170b9ad57a903b6dc4912e46f105a11ceeb049177e851a5c7a9817d789fe921ac67a583efc9bd9a2
|
||||
|
Loading…
Reference in New Issue
Block a user