#6 8.0.0rc2
Merged 5 years ago by tstellar. Opened 5 years ago by sergesanspaille.
rpms/ sergesanspaille/libcxxabi f30-llvm  into  master

file modified
+2
@@ -9,3 +9,5 @@ 

  /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

+ /libcxxabi-8.0.0rc2.src.tar.xz

file modified
+9 -3
@@ -1,10 +1,10 @@ 

- #%%global rc_ver 3

+ %global rc_ver 2

  %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:	0.2%{?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,12 @@ 

  %{_libdir}/libc++abi.a

  

  %changelog

+ * Sun Feb 24 2019 sguelton@redhat.com - 8.0.0-0.2.rc2

+ - 8.0.0 Release candidate 2

+ 

+ * Mon Feb 11 2019 sguelton@redhat.com - 8.0.0-0.1.rc1

+ - 8.0.0 Release candidate 1

+ 

  * Wed Feb  6 2019 Tom Callaway <spot@fedoraproject.org> - 7.0.1-2

  - remove -fstack-clash-protection

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (libcxxabi-7.0.1.src.tar.xz) = 92e8d28f329e9a8cce296f0fddd88324198f722db3a748bb2164b28ae8eca6047c89ed1e70af00bbedd93ce4285b2ab1e0307a65b88dc60e581eebfd6cbd2038

+ SHA512 (libcxxabi-8.0.0rc2.src.tar.xz) = 9887da2b1ae4fe821e6e66fd4ce5f134d8600243e64fbac2bc5baaaa08dee689367ab1667522bc91328b18222f9fbe59fe79346b8ef529652b1ac300cf5bc161

no initial comment

Pull-Request has been merged by tstellar

5 years ago