diff --git a/rust.spec b/rust.spec index ad3ff33d7cc97e9cb38354422061cc67e319466e..1b6532bb919573c525ec3be81e44d88a3f6fee6e 100644 --- a/rust.spec +++ b/rust.spec @@ -1,9 +1,9 @@ %global rust_arches x86_64 i686 armv7hl aarch64 ppc64 ppc64le s390x %{!?channel: %global channel stable} -%global bootstrap_rust 1.52.1 -%global bootstrap_cargo 1.52.1 -%global bootstrap_channel 1.52.1 -%global bootstrap_date 2021-10-02 +%global bootstrap_rust 1.53.0 +%global bootstrap_cargo 1.53.0 +%global bootstrap_channel 1.53.0 +%global bootstrap_date 2021-10-14 %bcond_with llvm_static %bcond_with bundled_llvm %bcond_without bundled_libgit2 @@ -11,8 +11,8 @@ %bcond_without curl_http2 %bcond_without lldb Name: rust -Version: 1.53.0 -Release: 2 +Version: 1.54.0 +Release: 1 Summary: The Rust Programming Language License: (ASL 2.0 or MIT) and (BSD and MIT) URL: https://www.rust-lang.org @@ -465,6 +465,9 @@ export %{rust_env} %{_mandir}/man1/cargo*.1* %changelog +* Thu Oct 14 2021 sdlzx - 1.54.0-1 +- Update to 1.54.0 + * Fri Oct 08 2021 donglongtao - 1.53.0-2 - Update debuginfo-level config diff --git a/rustc-1.53.0-src.tar.gz b/rustc-1.54.0-src.tar.gz similarity index 88% rename from rustc-1.53.0-src.tar.gz rename to rustc-1.54.0-src.tar.gz index 252efeea47d2137989c4cad88cb3ec857e2ce46a..0fd963bbdf4e59e3f2aa7a5a9a8a156b43f06dfd 100644 Binary files a/rustc-1.53.0-src.tar.gz and b/rustc-1.54.0-src.tar.gz differ