From 2d9101b1b1f967a2fdcebbc15ee91d401ba3ad5d Mon Sep 17 00:00:00 2001
From: Josh Stone <jistone(a)redhat.com>
Date: Tue, 28 Feb 2017 15:54:27 -0800
Subject: Rebuild with llvm-static before llvm-3.9 rebase
---
rust.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/rust.spec b/rust.spec
index 0411f89..bbe448d 100644
--- a/rust.spec
+++ b/rust.spec
@@ -20,7 +20,7 @@
# *want* static we'll have to force it with "llvm-config --link-static".
# See also https://github.com/rust-lang/rust/issues/36854
# The new rustbuild accepts `--enable-llvm-link-shared`, else links static.
-%bcond_with llvm_static
+%bcond_without llvm_static
# We can also choose to just use Rust's bundled LLVM, in case the system LLVM
# is insufficient. Rust currently requires LLVM 3.7+.
@@ -33,7 +33,7 @@
Name: rust
Version: 1.15.1
-Release: 1%{?dist}.1
+Release: 1%{?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)
@@ -351,6 +351,9 @@ make check-lite VERBOSE=1 -k || python2 src/etc/check-summary.py tmp/*.log || :
%changelog
+* Tue Feb 28 2017 Josh Stone <jistone(a)redhat.com> - 1.15.1-1.2
+- Rebuild with llvm-static before llvm-3.9 rebase
+
* Thu Feb 16 2017 Josh Stone <jistone(a)redhat.com> - 1.15.1-1.1
- Require newer LLVM to get Mips symbols (#1422930)
--
cgit v1.1
https://src.fedoraproject.org/cgit/rust.git/commit/?h=f25&id=2d9101b1b1f967…