Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
2f73b198ef |
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/libcxxabi-6.0.0.src.tar.xz
|
||||
/libcxxabi-6.0.1.src.tar.xz
|
||||
/libcxxabi-7.0.0rc3.src.tar.xz
|
||||
/libcxxabi-7.0.0.src.tar.xz
|
||||
|
@ -1,8 +1,6 @@
|
||||
%global rc_ver 3
|
||||
|
||||
Name: libcxxabi
|
||||
Version: 7.0.0
|
||||
Release: 0.1.rc%{rc_ver}%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: Low level support for a standard C++ library
|
||||
License: MIT or NCSA
|
||||
URL: http://libcxxabi.llvm.org/
|
||||
@ -92,6 +90,9 @@ cp -a include/* %{buildroot}%{_includedir}
|
||||
%{_libdir}/libc++abi.a
|
||||
|
||||
%changelog
|
||||
* Tue Sep 25 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-1
|
||||
- 7.0.0 Release
|
||||
|
||||
* Wed Sep 12 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-0.1.rc3
|
||||
- 7.0.0-rc3 Release
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libcxxabi-7.0.0rc3.src.tar.xz) = 24d60a10f96226fb2825e61b82c6def8ddb93a7395fe0cef9a8f56aea8fc7cdfeaf5ec85242a6ad50c417dcff97efc8ea7400167725b9c5b6e5ca950df7b4c8d
|
||||
SHA512 (libcxxabi-7.0.0.src.tar.xz) = 95aa8f60477739e6d6eb6ba1e32c98928e1b8104d18d659336cf7f1c5bfd1ed505015077dfbe39329c0c9d2b5b428d853e5652b0106c0cde317d2d013ebd1cf0
|
||||
|
Loading…
Reference in New Issue
Block a user