#4 7.0.1 release
Merged 5 years ago by spot. Opened 5 years ago by sergesanspaille.
rpms/ sergesanspaille/libcxxabi feature/7.0.1  into  master

file modified
+1
@@ -8,3 +8,4 @@ 

  /libcxxabi-6.0.1.src.tar.xz

  /libcxxabi-7.0.0rc3.src.tar.xz

  /libcxxabi-7.0.0.src.tar.xz

+ /libcxxabi-7.0.1.src.tar.xz

file modified
+5 -2
@@ -1,10 +1,10 @@ 

- %global rc_ver 3

+ #%%global rc_ver 3

  %global libcxxabi_srcdir libcxxabi-%{version}%{?rc_ver:rc%{rc_ver}}.src

  

  

  Name:		libcxxabi

  Version:	7.0.1

- Release:	0.1%{?rc_ver:.rc%{rc_ver}}%{?dist}

+ Release:	1%{?rc_ver:.rc%{rc_ver}}%{?dist}

  Summary:	Low level support for a standard C++ library

  License:	MIT or NCSA

  URL:		http://libcxxabi.llvm.org/
@@ -94,6 +94,9 @@ 

  %{_libdir}/libc++abi.a

  

  %changelog

+ * Mon Dec 17 2018 sguelton@redhat.com - 7.0.1-1

+ - 7.0.1 Release

+ 

  * Mon Dec 10 2018 sguelton@redhat.com - 7.0.1-0.1.rc3

  - 7.0.1-rc3 Release

  

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

- SHA512 (libcxxabi-7.0.1rc3.src.tar.xz) = 0

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

no initial comment

Pull-Request has been merged by spot

5 years ago