11.1.0-rc1 release
This commit is contained in:
parent
2b527af424
commit
5198f8789f
2
.gitignore
vendored
2
.gitignore
vendored
@ -48,3 +48,5 @@
|
||||
/libcxxabi-11.0.1rc2.src.tar.xz
|
||||
/libcxxabi-11.0.1.src.tar.xz
|
||||
/libcxxabi-11.0.1.src.tar.xz.sig
|
||||
/libcxxabi-11.1.0rc1.src.tar.xz
|
||||
/libcxxabi-11.1.0rc1.src.tar.xz.sig
|
||||
|
@ -1,12 +1,12 @@
|
||||
%global toolchain clang
|
||||
#%%global rc_ver 2
|
||||
%global baserelease 3
|
||||
%global rc_ver 1
|
||||
%global baserelease 1
|
||||
%global libcxxabi_srcdir libcxxabi-%{version}%{?rc_ver:rc%{rc_ver}}.src
|
||||
|
||||
|
||||
Name: libcxxabi
|
||||
Version: 11.0.1
|
||||
Release: %{baserelease}%{?rc_ver:.rc%{rc_ver}}%{?dist}
|
||||
Version: 11.1.0
|
||||
Release: %{?rc_ver:0.}%{baserelease}%{?rc_ver:.rc%{rc_ver}}%{?dist}
|
||||
Summary: Low level support for a standard C++ library
|
||||
License: MIT or NCSA
|
||||
URL: http://libcxxabi.llvm.org/
|
||||
@ -100,6 +100,9 @@ cp -a include/* %{buildroot}%{_includedir}
|
||||
%{_libdir}/libc++abi.a
|
||||
|
||||
%changelog
|
||||
* Thu Jan 14 2021 Serge Guelton - 11.1.0-0.1.rc1
|
||||
- 11.1.0-rc1 release
|
||||
|
||||
* Wed Jan 06 2021 Serge Guelton - 11.0.1-3
|
||||
- LLVM 11.0.1 final
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (libcxxabi-11.0.1.src.tar.xz) = ea8975df66df3fedd99f42688153ab1de521f4ebb244339f501b212fab151b17378571ffd1c9d5d30d619888ee93128deda9996b682b368e0ca5ac27593de874
|
||||
SHA512 (libcxxabi-11.0.1.src.tar.xz.sig) = 9c75ee1a474bb0213b6f4e0baf14996df30835b99d55ce5894671be83f61dbaec1945b35e3dbced472081a79620529eb889dacb8228cc59be4847b295c81397d
|
||||
SHA512 (libcxxabi-11.1.0rc1.src.tar.xz) = 38c8960655f722c832f7893a8fae042857f1b275c20561a6ebacc9f8591b8200a0975080923960eb64e395f15aee37d0b517b274517b0b05032e2b3e47aa7c7f
|
||||
SHA512 (libcxxabi-11.1.0rc1.src.tar.xz.sig) = df15679ca029d323b5b6f8256ca489c336a6da51f25c5beff9ab976fc8a9483914f8442f48270d76b34e4e83cf5fe8503a5d568c9d588940cafa0887ff9cd358
|
||||
|
Loading…
Reference in New Issue
Block a user