From 45f91b6c36ed498b119bd3eec63daab3bd8c1e4c Mon Sep 17 00:00:00 2001 From: serge-sans-paille Date: Thu, 6 Feb 2020 20:46:38 +0000 Subject: [PATCH] 10.0.0rc1 - boostrap off --- libcxx.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libcxx.spec b/libcxx.spec index bc16f0a..a7e938e 100644 --- a/libcxx.spec +++ b/libcxx.spec @@ -1,8 +1,8 @@ # If you need to bootstrap this, turn this on. # Otherwise, you have a loop with libcxxabi -%global bootstrap 1 +%global bootstrap 0 %global rc_ver 1 -%global baserelease 0.1 +%global baserelease 0.2 %global libcxx_srcdir libcxx-%{version}%{?rc_ver:rc%{rc_ver}}.src @@ -92,6 +92,9 @@ make install DESTDIR=%{buildroot} %changelog +* Thu Feb 6 2020 sguelton@redhat.com - 10.0.0-0.2.rc1 +- bootstrap off + * Fri Jan 31 2020 sguelton@redhat.com - 10.0.0-0.1.rc1 - 10.0.0 rc1