From db538115506e302a1f20dc159114e254a9ef3ba8 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Thu, 16 Jan 2020 18:13:36 +0000 Subject: [PATCH] 9.0.1 Release --- libcxx.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libcxx.spec b/libcxx.spec index 9468c71..53398fb 100644 --- a/libcxx.spec +++ b/libcxx.spec @@ -2,12 +2,12 @@ # Otherwise, you have a loop with libcxxabi %global bootstrap 0 #%%global rc_ver 4 -%global baserelease 2 +%global baserelease 1 %global libcxx_srcdir libcxx-%{version}%{?rc_ver:rc%{rc_ver}}.src Name: libcxx -Version: 9.0.0 +Version: 9.0.1 Release: %{baserelease}%{?rc_ver:.rc%{rc_ver}}%{?dist} Summary: C++ standard library targeting C++11 License: MIT or NCSA @@ -89,6 +89,9 @@ make install DESTDIR=%{buildroot} %changelog +* Thu Jan 16 2020 Tom Stellard - 9.0.1-1 +- 9.0.1 Release + * Thu Jan 16 2020 Tom Stellard - 9.0.0-2 - Build with gcc on all arches