diff --git a/rust.spec b/rust.spec index d399ed1..3dd8ec7 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 @@ -27,7 +27,7 @@ Name: rust Version: 1.11.0 -Release: 3%{?dist}.1 +Release: 3%{?dist}.2 Summary: The Rust Programming Language License: (ASL 2.0 or MIT) and (BSD and ISC and MIT) # ^ written as: (rust itself) and (bundled libraries) @@ -299,6 +299,9 @@ make check-lite VERBOSE=1 -k || echo "make check-lite exited with code $?" %changelog +* Tue Sep 20 2016 Josh Stone - 1.11.0-3.2 +- Rebuild without bootstrap binaries. + * Mon Sep 19 2016 Josh Stone - 1.11.0-3.1 - Bootstrap el7, with bundled llvm