From 09623302ae8635d7d7ada9290153d7009986b820 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Wed, 1 Mar 2017 13:50:36 -0500 Subject: [PATCH] bootstrap off --- libcxx.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libcxx.spec b/libcxx.spec index 8624205..f415f41 100644 --- a/libcxx.spec +++ b/libcxx.spec @@ -1,10 +1,10 @@ # If you need to bootstrap this, turn this on. # Otherwise, you have a loop with libcxxabi -%global bootstrap 1 +%global bootstrap 0 Name: libcxx Version: 3.8.0 -Release: 4%{?dist} +Release: 5%{?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 +* Wed Mar 1 2016 Tom Callaway - 3.8.0-5 +- bootstrap off + * Thu Jun 09 2016 Dan HorĂ¡k - 3.8.0-4 - exclude Power only in EPEL - default to z10 on s390(x)