beta test

This commit is contained in:
Josh Stone 2019-05-15 16:05:50 -07:00
parent 39814efda6
commit 1963761c96

View File

@ -9,10 +9,10 @@
# e.g. 1.10.0 wants rustc: 1.9.0-2016-05-24 # e.g. 1.10.0 wants rustc: 1.9.0-2016-05-24
# or nightly wants some beta-YYYY-MM-DD # or nightly wants some beta-YYYY-MM-DD
# Note that cargo matches the program version here, not its crate version. # Note that cargo matches the program version here, not its crate version.
%global bootstrap_rust 1.33.0 %global bootstrap_rust 1.34.0
%global bootstrap_cargo 1.33.0 %global bootstrap_cargo 1.34.0
%global bootstrap_channel %{bootstrap_rust} %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. # Only the specified arches will use bootstrap binaries.
#global bootstrap_arches %%{rust_arches} #global bootstrap_arches %%{rust_arches}
@ -53,8 +53,8 @@
%endif %endif
Name: rust Name: rust
Version: 1.34.2 Version: 1.35.0
Release: 1 Release: 0.1.beta.7%{?dist}
Summary: The Rust Programming Language Summary: The Rust Programming Language
License: (ASL 2.0 or MIT) and (BSD and MIT) License: (ASL 2.0 or MIT) and (BSD and MIT)
# ^ written as: (rust itself) and (bundled libraries) # ^ written as: (rust itself) and (bundled libraries)
@ -676,6 +676,9 @@ rm -f %{buildroot}%{rustlibdir}/etc/lldb_*.py*
%changelog %changelog
* Wed May 15 2019 Josh Stone <jistone@redhat.com> - 1.35.0-0.1.beta.7
- beta test
* Tue May 14 2019 Josh Stone <jistone@redhat.com> - 1.34.2-1 * Tue May 14 2019 Josh Stone <jistone@redhat.com> - 1.34.2-1
- Update to 1.34.2 -- fixes CVE-2019-12083. - Update to 1.34.2 -- fixes CVE-2019-12083.