From 29d6c436c132cf6140793da121bc9046c60be0e8 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Mon, 20 Mar 2017 17:45:02 -0700 Subject: [PATCH] Make rust-lldb arch-specific to deal with lldb deps --- rust.spec | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/rust.spec b/rust.spec index 9911b00..442c0cc 100644 --- a/rust.spec +++ b/rust.spec @@ -48,7 +48,7 @@ Name: rust Version: 1.16.0 -Release: 3%{?dist} +Release: 2%{?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) @@ -422,12 +422,9 @@ make check || : %changelog -* Mon Mar 20 2017 Josh Stone - 1.16.0-3 +* Mon Mar 20 2017 Josh Stone - 1.16.0-2 - Make rust-lldb arch-specific to deal with lldb deps -* Fri Mar 17 2017 Josh Stone - 1.16.0-2 -- Limit rust-lldb arches - * Thu Mar 16 2017 Josh Stone - 1.16.0-1 - Update to 1.16.0. - Use rustbuild instead of the old makefiles.