8.0.0 rc3
This commit is contained in:
parent
cf7261f435
commit
39ce1fd5f7
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
||||
/libcxxabi-7.0.1.src.tar.xz
|
||||
/libcxxabi-8.0.0rc1.src.tar.xz
|
||||
/libcxxabi-8.0.0rc2.src.tar.xz
|
||||
/libcxxabi-8.0.0rc3.src.tar.xz
|
||||
|
@ -1,10 +1,10 @@
|
||||
%global rc_ver 2
|
||||
%global rc_ver 3
|
||||
%global libcxxabi_srcdir libcxxabi-%{version}%{?rc_ver:rc%{rc_ver}}.src
|
||||
|
||||
|
||||
Name: libcxxabi
|
||||
Version: 8.0.0
|
||||
Release: 0.2%{?rc_ver:.rc%{rc_ver}}%{?dist}
|
||||
Release: 0.3%{?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 Mar 4 2019 sguelton@redhat.com - 8.0.0-0.2.rc3
|
||||
- 8.0.0 Release candidate 3
|
||||
|
||||
* Sun Feb 24 2019 sguelton@redhat.com - 8.0.0-0.2.rc2
|
||||
- 8.0.0 Release candidate 2
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libcxxabi-8.0.0rc2.src.tar.xz) = 9887da2b1ae4fe821e6e66fd4ce5f134d8600243e64fbac2bc5baaaa08dee689367ab1667522bc91328b18222f9fbe59fe79346b8ef529652b1ac300cf5bc161
|
||||
SHA512 (libcxxabi-8.0.0rc3.src.tar.xz) = f9bbcab81e206f0b5e7306f7f3fd9a8bd934e5877ca6237d53c0380549292a3f64fcdf25cbd95b8effa7c1adfa083584afd029f052f4b24ef9a9a5c6fc0d0305
|
||||
|
Loading…
Reference in New Issue
Block a user