This commit is contained in:
Tom Callaway 2016-08-26 14:24:19 -04:00
parent 311df887af
commit 39f1942a16
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/libcxx-3.8.0.src.tar.xz
/libcxx-3.8.1.src.tar.xz

View File

@ -3,8 +3,8 @@
%global bootstrap 1
Name: libcxx
Version: 3.8.0
Release: 4%{?dist}
Version: 3.8.1
Release: 1%{?dist}
Summary: C++ standard library targeting C++11
License: MIT or NCSA
URL: http://libcxx.llvm.org/
@ -91,6 +91,9 @@ make install DESTDIR=%{buildroot}
%{_libdir}/libc++.so
%changelog
* Fri Aug 26 2016 Tom Callaway <spot@fedoraproject.org> - 3.8.1-1
- update to 3.8.1
* Thu Jun 09 2016 Dan Horák <dan[at]danny.cz> - 3.8.0-4
- exclude Power only in EPEL
- default to z10 on s390(x)

View File

@ -1 +1 @@
d6e0bdbbee39f7907ad74fd56d03b88a libcxx-3.8.0.src.tar.xz
1bc60150302ff76a0d79d6f9db22332e libcxx-3.8.1.src.tar.xz