#1 5.0.0
Merged 6 years ago by tstellar. Opened 6 years ago by tstellar.
rpms/ tstellar/libcxx llvm5-f27  into  f27

5.0.0
Tom Callaway • 6 years ago  
file modified
+1
@@ -4,3 +4,4 @@ 

  /libcxx-3.9.1.src.tar.xz

  /libcxx-4.0.0.src.tar.xz

  /libcxx-4.0.1.src.tar.xz

+ /libcxx-5.0.0.src.tar.xz

file modified
+5 -7
@@ -3,13 +3,12 @@ 

  %global bootstrap 0

  

  Name:		libcxx

- Version:	4.0.1

- Release:	3%{?dist}

+ Version:	5.0.0

+ Release:	1%{?dist}

  Summary:	C++ standard library targeting C++11

  License:	MIT or NCSA

  URL:		http://libcxx.llvm.org/

  Source0:	http://llvm.org/releases/%{version}/libcxx-%{version}.src.tar.xz

- Patch0:		libcxx-4.0.1-noxlocale.patch

  BuildRequires:	clang llvm-devel cmake llvm-static

  %if %{bootstrap} < 1

  BuildRequires:	libcxxabi-devel
@@ -43,10 +42,6 @@ 

  

  %prep

  %setup -q -n %{name}-%{version}.src

- # glibc-2.25.90-8 or newer no longer includes xlocale.h

- %if 0%{?fedora} >= 27

- %patch0 -p1 -b .noxlocale

- %endif

  

  %build

  mkdir _build
@@ -113,6 +108,9 @@ 

  

  

  %changelog

+ * Fri Sep  8 2017 Tom Callaway <spot@fedoraproject.org> - 5.0.0-1

+ - update to 5.0.0

+ 

  * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.1-3

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild

  

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

- SHA512 (libcxx-4.0.1.src.tar.xz) = 91f3f397be606989be99865d0b279557f9afb93f7a74ed10c3a74f4440e38b5694ddf452bbf2f487cacd4391606dd5c7edfe5130f2de19e2acfd6cce619d028a

+ SHA512 (libcxx-5.0.0.src.tar.xz) = 210749f6585d8fd39fc63a32dd85d68de4aa480c91915cbf419b9e8a3b300fa4624f03200ed963cecc8ab233777c36e8c522fa0762a2aa068bc65e6f48118328

Pull-Request has been merged by tstellar

6 years ago