From 1963761c96308983e46d00a71cc6eaa30e8f4867 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Wed, 15 May 2019 16:05:50 -0700 Subject: [PATCH] beta test --- rust.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/rust.spec b/rust.spec index 89d60aa..d44f49e 100644 --- a/rust.spec +++ b/rust.spec @@ -9,10 +9,10 @@ # e.g. 1.10.0 wants rustc: 1.9.0-2016-05-24 # or nightly wants some beta-YYYY-MM-DD # Note that cargo matches the program version here, not its crate version. -%global bootstrap_rust 1.33.0 -%global bootstrap_cargo 1.33.0 +%global bootstrap_rust 1.34.0 +%global bootstrap_cargo 1.34.0 %global bootstrap_channel %{bootstrap_rust} -%global bootstrap_date 2019-02-28 +%global bootstrap_date 2019-04-08 # Only the specified arches will use bootstrap binaries. #global bootstrap_arches %%{rust_arches} @@ -53,8 +53,8 @@ %endif Name: rust -Version: 1.34.2 -Release: 1 +Version: 1.35.0 +Release: 0.1.beta.7%{?dist} Summary: The Rust Programming Language License: (ASL 2.0 or MIT) and (BSD and MIT) # ^ written as: (rust itself) and (bundled libraries) @@ -676,6 +676,9 @@ rm -f %{buildroot}%{rustlibdir}/etc/lldb_*.py* %changelog +* Wed May 15 2019 Josh Stone - 1.35.0-0.1.beta.7 +- beta test + * Tue May 14 2019 Josh Stone - 1.34.2-1 - Update to 1.34.2 -- fixes CVE-2019-12083.