7.0.0-rc3 Release
This commit is contained in:
parent
8b3a4ed143
commit
02d7a3319e
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/libcxxabi-6.0.0rc1.src.tar.xz
|
||||
/libcxxabi-6.0.0.src.tar.xz
|
||||
/libcxxabi-6.0.1.src.tar.xz
|
||||
/libcxxabi-7.0.0rc3.src.tar.xz
|
||||
|
@ -1,8 +1,8 @@
|
||||
# %%global rc_ver 1
|
||||
%global rc_ver 3
|
||||
|
||||
Name: libcxxabi
|
||||
Version: 6.0.1
|
||||
Release: 2%{?dist}
|
||||
Version: 7.0.0
|
||||
Release: 0.1.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
|
||||
* Wed Sep 12 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-0.1.rc3
|
||||
- 7.0.0-rc3 Release
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libcxxabi-6.0.1.src.tar.xz) = bbb4c7b412e295cb735f637df48a83093eef45ed5444f7766790b4b047f75fd5fd634d8f3a8ac33a5c1407bd16fd450ba113f60a9bcc1d0a911fe0c54e9c81f2
|
||||
SHA512 (libcxxabi-7.0.0rc3.src.tar.xz) = 24d60a10f96226fb2825e61b82c6def8ddb93a7395fe0cef9a8f56aea8fc7cdfeaf5ec85242a6ad50c417dcff97efc8ea7400167725b9c5b6e5ca950df7b4c8d
|
||||
|
Loading…
Reference in New Issue
Block a user