From 690f618f2d737c78c55256dedd8a5c7a3309355e Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Sat, 22 Apr 2017 12:34:37 -0700 Subject: [PATCH 1/5] 4.0.0 --- .gitignore | 1 + libcxxabi.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0a6f723..a87add1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /libcxxabi-3.9.0.src.tar.xz +/libcxxabi-4.0.0.src.tar.xz diff --git a/libcxxabi.spec b/libcxxabi.spec index d01c3f9..cd0de4b 100644 --- a/libcxxabi.spec +++ b/libcxxabi.spec @@ -1,5 +1,5 @@ Name: libcxxabi -Version: 3.9.0 +Version: 4.0.0 Release: 1%{?dist} Summary: Low level support for a standard C++ library License: MIT or NCSA @@ -88,6 +88,9 @@ cp -a include/* %{buildroot}%{_includedir} %{_libdir}/libc++abi.a %changelog +* Sat Apr 22 2017 Tom Callaway - 4.0.0-1 +- update to 4.0.0 + * Mon Feb 20 2017 Tom Callaway - 3.9.0-1 - update to 3.9.0 - apply fixes from libcxx diff --git a/sources b/sources index 396523b..7244c2d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libcxxabi-3.9.0.src.tar.xz) = 500207bfd59664bd42d920741d6b467c4b88569453742db6470af081c77be04894e097a14b8419e333b51abce484566366e35cbc3ed2607cd86dfc0ec0ddd0c5 +SHA512 (libcxxabi-4.0.0.src.tar.xz) = b69933a0bde00321323e98962cd54b78a48bc5e93448d7a5124cb5ef844497ba7648cd92fcbe476186c60c7742e3121841f150c142c2a14c1bf2aa26a8b93d64 From 9876354613a24ced333d53418f70b11a51d34622 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Sat, 22 Apr 2017 12:56:43 -0700 Subject: [PATCH 2/5] add BR: llvm-static --- libcxxabi.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcxxabi.spec b/libcxxabi.spec index cd0de4b..4d46e50 100644 --- a/libcxxabi.spec +++ b/libcxxabi.spec @@ -5,7 +5,7 @@ Summary: Low level support for a standard C++ library License: MIT or NCSA URL: http://libcxxabi.llvm.org/ Source0: http://llvm.org/releases/%{version}/libcxxabi-%{version}.src.tar.xz -BuildRequires: clang llvm-devel cmake +BuildRequires: clang llvm-devel cmake llvm-static BuildRequires: libcxx-devel >= %{version} %if 0%{?rhel} # libcxx-devel has this, so we need to as well. From e596f3420fad2a950db4b54881ea7e7e9159e2f1 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Fri, 23 Jun 2017 12:39:48 -0400 Subject: [PATCH 3/5] 4.0.1 --- .gitignore | 1 + libcxxabi.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a87add1..9bb22eb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /libcxxabi-3.9.0.src.tar.xz /libcxxabi-4.0.0.src.tar.xz +/libcxxabi-4.0.1.src.tar.xz diff --git a/libcxxabi.spec b/libcxxabi.spec index 4d46e50..fc391f1 100644 --- a/libcxxabi.spec +++ b/libcxxabi.spec @@ -1,5 +1,5 @@ Name: libcxxabi -Version: 4.0.0 +Version: 4.0.1 Release: 1%{?dist} Summary: Low level support for a standard C++ library License: MIT or NCSA @@ -88,6 +88,9 @@ cp -a include/* %{buildroot}%{_includedir} %{_libdir}/libc++abi.a %changelog +* Fri Jun 23 2017 Tom Callaway - 4.0.1-1 +- update to 4.0.1 + * Sat Apr 22 2017 Tom Callaway - 4.0.0-1 - update to 4.0.0 diff --git a/sources b/sources index 7244c2d..687b2d8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libcxxabi-4.0.0.src.tar.xz) = b69933a0bde00321323e98962cd54b78a48bc5e93448d7a5124cb5ef844497ba7648cd92fcbe476186c60c7742e3121841f150c142c2a14c1bf2aa26a8b93d64 +SHA512 (libcxxabi-4.0.1.src.tar.xz) = e94315ba8a507d8481d70c33e7ab2d724d51726edb8412c70a1b5f59e3f15d5825f1502dc2db138b20e5293fb90a184050be94d5ac270fd7ce78b502efb9f86a From 908b6598e2e3d9f7bc4a780dd848090a6ebd98e9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 26 Jul 2017 18:41:16 +0000 Subject: [PATCH 4/5] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- libcxxabi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libcxxabi.spec b/libcxxabi.spec index fc391f1..322716c 100644 --- a/libcxxabi.spec +++ b/libcxxabi.spec @@ -1,6 +1,6 @@ Name: libcxxabi Version: 4.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Low level support for a standard C++ library License: MIT or NCSA URL: http://libcxxabi.llvm.org/ @@ -88,6 +88,9 @@ cp -a include/* %{buildroot}%{_includedir} %{_libdir}/libc++abi.a %changelog +* Wed Jul 26 2017 Fedora Release Engineering - 4.0.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Fri Jun 23 2017 Tom Callaway - 4.0.1-1 - update to 4.0.1 From 02e85c3d104ee2f2044fab82143cd0492189c066 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 3 Aug 2017 01:19:18 +0000 Subject: [PATCH 5/5] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- libcxxabi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libcxxabi.spec b/libcxxabi.spec index 322716c..4eafcde 100644 --- a/libcxxabi.spec +++ b/libcxxabi.spec @@ -1,6 +1,6 @@ Name: libcxxabi Version: 4.0.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Low level support for a standard C++ library License: MIT or NCSA URL: http://libcxxabi.llvm.org/ @@ -88,6 +88,9 @@ cp -a include/* %{buildroot}%{_includedir} %{_libdir}/libc++abi.a %changelog +* Thu Aug 03 2017 Fedora Release Engineering - 4.0.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + * Wed Jul 26 2017 Fedora Release Engineering - 4.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild