From ee0eb2e7ebb9a1a66ea19a996923697dc701ebfb Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Thu, 13 Oct 2016 17:19:21 -0700 Subject: [PATCH] Rebuild with llvm-static, preparing for 3.9 --- rust.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rust.spec b/rust.spec index 43f573a..0bad936 100644 --- a/rust.spec +++ b/rust.spec @@ -20,7 +20,7 @@ Name: rust Version: 1.12.0 -Release: 5%{?dist} +Release: 6%{?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) @@ -60,7 +60,7 @@ BuildRequires: make BuildRequires: cmake BuildRequires: gcc BuildRequires: gcc-c++ -BuildRequires: llvm-devel +BuildRequires: llvm-devel llvm-static BuildRequires: zlib-devel BuildRequires: python2 BuildRequires: curl @@ -268,6 +268,9 @@ make check-lite VERBOSE=1 -k || python2 src/etc/check-summary.py tmp/*.log || : %changelog +* Thu Oct 13 2016 Josh Stone - 1.12.0-6 +- Rebuild with llvm-static, preparing for 3.9 + * Fri Oct 07 2016 Josh Stone - 1.12.0-5 - Rebuild with fixed eu-strip (rhbz1380961)