diff --git a/.gitignore b/.gitignore index be368c4..d84f93a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /libcxx-3.8.0.src.tar.xz +/libcxx-3.8.1.src.tar.xz diff --git a/libcxx.spec b/libcxx.spec index 8624205..c8e3c8f 100644 --- a/libcxx.spec +++ b/libcxx.spec @@ -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 - 3.8.1-1 +- update to 3.8.1 + * Thu Jun 09 2016 Dan HorĂ¡k - 3.8.0-4 - exclude Power only in EPEL - default to z10 on s390(x) diff --git a/sources b/sources index 7858a06..75dca73 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d6e0bdbbee39f7907ad74fd56d03b88a libcxx-3.8.0.src.tar.xz +1bc60150302ff76a0d79d6f9db22332e libcxx-3.8.1.src.tar.xz