From 59bda43d25bb73308ce8d3d591792aab1724fc83 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Tue, 5 Jun 2018 10:43:45 -0700 Subject: [PATCH] Update to 1.26.2. Re-bootstrap to deal with LLVM symbol changes. --- rust.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/rust.spec b/rust.spec index c397e96..7707ee4 100644 --- a/rust.spec +++ b/rust.spec @@ -14,7 +14,7 @@ %global bootstrap_date 2018-03-29 # Only the specified arches will use bootstrap binaries. -#global bootstrap_arches %%{rust_arches} +%global bootstrap_arches %%{rust_arches} # Using llvm-static may be helpful as an opt-in, e.g. to aid LLVM rebases. %bcond_with llvm_static @@ -49,14 +49,14 @@ # Some sub-packages are versioned independently of the rust compiler and runtime itself. # Also beware that if any of these are not changed in a version bump, then the release # number should still increase, not be reset to 1! -%global rustc_version 1.26.1 +%global rustc_version 1.26.2 %global cargo_version 1.26.0 %global rustfmt_version 0.4.2 %global rls_version 0.126.0 Name: rust Version: %{rustc_version} -Release: 2%{?dist} +Release: 3%{?dist} Summary: The Rust Programming Language License: (ASL 2.0 or MIT) and (BSD and MIT) # ^ written as: (rust itself) and (bundled libraries) @@ -648,6 +648,10 @@ rm -f %{buildroot}%{rustlibdir}/etc/lldb_*.py* %changelog +* Tue Jun 05 2018 Josh Stone - 1.26.2-3 +- Update to 1.26.2. +- Re-bootstrap to deal with LLVM symbol changes. + * Tue May 29 2018 Josh Stone - 1.26.1-2 - Update to 1.26.1.