|
@@ -9,7 +9,7 @@
|
|
# Some sub-packages are versioned independently of the rust compiler and runtime itself.
|
|
# 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
|
|
# 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!
|
|
# number should still increase, not be reset to 1!
|
|
-%global rustc_version 1.54.0
|
|
|
|
|
|
+%global rustc_version 1.55.0
|
|
%global cargo_version %{rustc_version}
|
|
%global cargo_version %{rustc_version}
|
|
%global rustfmt_version %{rustc_version}
|
|
%global rustfmt_version %{rustc_version}
|
|
%global rls_version %{rustc_version}
|
|
%global rls_version %{rustc_version}
|
|
@@ -25,8 +25,8 @@
|
|
# To bootstrap from scratch, set the channel and date from src/stage0.txt
|
|
# To bootstrap from scratch, set the channel and date from src/stage0.txt
|
|
# 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
|
|
-%global bootstrap_rust 1.53.0
|
|
|
|
-%global bootstrap_cargo 1.53.0
|
|
|
|
|
|
+%global bootstrap_rust 1.54.0
|
|
|
|
+%global bootstrap_cargo 1.54.0
|
|
%global bootstrap_channel %{bootstrap_rust}
|
|
%global bootstrap_channel %{bootstrap_rust}
|
|
|
|
|
|
# Only the specified arches will use bootstrap binaries.
|
|
# Only the specified arches will use bootstrap binaries.
|
|
@@ -57,7 +57,7 @@
|
|
Summary: The Rust Programming Language
|
|
Summary: The Rust Programming Language
|
|
Name: rust
|
|
Name: rust
|
|
Version: %{rustc_version}
|
|
Version: %{rustc_version}
|
|
-Release: 2%{?_dist_release}
|
|
|
|
|
|
+Release: 1%{?_dist_release}
|
|
Group: programming
|
|
Group: programming
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
@@ -760,7 +760,11 @@ export RUSTFLAGS="$RUSTFLAGS -C linker=ld.lld -C link-arg=-fuse-ld=lld"
|
|
%{_bindir}/cargo-miri
|
|
%{_bindir}/cargo-miri
|
|
%endif
|
|
%endif
|
|
|
|
|
|
|
|
+
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Sep 15 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.55.0-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Wed Aug 11 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.54.0-2
|
|
* Wed Aug 11 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.54.0-2
|
|
- rebuilt with current toolchain.
|
|
- rebuilt with current toolchain.
|
|
|
|
|