From 2cf5e865e8cc8c184cfb3834621f28a75e14fdd3 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Sat, 3 Sep 2016 09:22:04 -0700 Subject: [PATCH] Rebuild without bootstrap binaries. --- rust.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rust.spec b/rust.spec index 25bddbc..9f43b5b 100644 --- a/rust.spec +++ b/rust.spec @@ -4,7 +4,7 @@ # To bootstrap from scratch, set the channel and date from src/stage0.txt # e.g. 1.10.0 wants rustc: 1.9.0-2016-05-24 # or nightly wants some beta-YYYY-MM-DD -%bcond_without bootstrap +%bcond_with bootstrap %global bootstrap_channel 1.10.0 %global bootstrap_date 2016-07-05 @@ -22,7 +22,7 @@ Name: rust Version: 1.11.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: The Rust Programming Language License: (ASL 2.0 or MIT) and (BSD and ISC and MIT) # ^ written as: (rust itself) and (bundled libraries) @@ -272,6 +272,9 @@ make check-lite VERBOSE=1 -k || echo "make check-lite exited with code $?" %changelog +* Sat Sep 03 2016 Josh Stone - 1.11.0-3 +- Rebuild without bootstrap binaries. + * Fri Sep 02 2016 Josh Stone - 1.11.0-2 - Bootstrap armv7hl, with backported no-neon patch.