diff --git a/SPECS/rust-bin/rust-bin.spec b/SPECS/rust-bin/rust-bin.spec index 63d3d5117b..4228553638 100644 --- a/SPECS/rust-bin/rust-bin.spec +++ b/SPECS/rust-bin/rust-bin.spec @@ -3,6 +3,7 @@ # SPDX-FileContributor: Ruoqing He # SPDX-FileContributor: Zheng Junjie # SPDX-FileContributor: misaka00251 +# SPDX-FileContributor: panglars # # SPDX-License-Identifier: MulanPSL-2.0 @@ -16,14 +17,14 @@ %endif Name: rust-bin -Version: 1.94.1 +Version: 1.95.0 Release: %autorelease Summary: A systems programming language License: Apache-2.0 OR MIT URL: https://forge.rust-lang.org/infra/other-installation-methods.html#standalone -#!RemoteAsset: sha256:58038bca429819cc4cd52b9c364983c2e8a4c1dade8beaa0e4edd767e952ebf8 +#!RemoteAsset: sha256:8b527cb1a09f53f83aa3420b4e763c9ea64a54d89e6d7242da35c8aeaa325593 Source0: https://static.rust-lang.org/dist/rust-%{version}-riscv64gc-unknown-linux-gnu.tar.gz -#!RemoteAsset: sha256:ea7866c5cab0d8c99e7416bcc5f9ecf0e122d396b85c7e7dee5669f10ee80194 +#!RemoteAsset: sha256:a47ac940abd12399d59ad15c877e7113fa35f2b9ec7e6a8a045d4fd8b9741dea Source1: https://static.rust-lang.org/dist/rust-%{version}-x86_64-unknown-linux-gnu.tar.gz ExclusiveArch: riscv64 x86_64 @@ -72,5 +73,6 @@ rm %{buildroot}%{_prefix}/lib/rustlib/manifest-* %{_prefix}/lib/libLLVM.so.*-rust-%{version}-stable %endif %exclude %{_sysconfdir}/target-spec-json-schema.json + %changelog %autochangelog diff --git a/SPECS/rust/rust.spec b/SPECS/rust/rust.spec index c2d1c2e1dc..83c70a5297 100644 --- a/SPECS/rust/rust.spec +++ b/SPECS/rust/rust.spec @@ -4,6 +4,7 @@ # SPDX-FileContributor: Zheng Junjie # SPDX-FileContributor: yyjeqhc # SPDX-FileContributor: misaka00251 +# SPDX-FileContributor: panglars # # SPDX-License-Identifier: MulanPSL-2.0 @@ -25,13 +26,13 @@ %global rust_env %{rust_env} RUST_BACKTRACE=1 Name: rust -Version: 1.94.1 +Version: 1.95.0 Release: %autorelease Summary: Rust systems programming language License: MIT AND Apache-2.0 URL: http://www.rust-lang.org/ VCS: git:https://github.com/rust-lang/rust.git -#!RemoteAsset: sha256:174fce10ce012317ca995810296d8af199318838180b03d68a853e0f02d4b571 +#!RemoteAsset: sha256:62b67230754da642a264ca0cb9fc08820c54e2ed7b3baba0289876d4cdb48c08 Source0: https://static.rust-lang.org/dist/rustc-%{version}-src.tar.xz Source1: rust-openruyi.toml.in @@ -59,9 +60,9 @@ BuildRequires: pkgconfig(zlib) BuildRequires: python3 BuildRequires: findutils %if %{with rust_bin} -BuildRequires: rust-bin >= 1.93.0 +BuildRequires: rust-bin >= 1.94.0 %else -BuildRequires: rust >= 1.93.0 +BuildRequires: rust >= 1.94.0 %endif # For tests. BuildRequires: git-core