Skip to content

Commit 45dc277

Browse files
committed
up to 1.70.0
1 parent 23c4a9f commit 45dc277

File tree

3 files changed

+10
-293
lines changed

3 files changed

+10
-293
lines changed

111167.patch

-248
This file was deleted.

llvm-tools-install.patch

-31
This file was deleted.

rust.spec

+10-14
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
# To bootstrap from scratch, set the channel and date from src/stage0.json
2222
# e.g. 1.10.0 wants rustc: 1.9.0-2016-05-24
2323
# or nightly wants some beta-YYYY-MM-DD
24-
%define bootstrap_rust 1.68.2
24+
%define bootstrap_rust 1.69.0
2525
%define bootstrap_cargo %{bootstrap_rust}
26-
%define bootstrap_date 2023-03-28
26+
%define bootstrap_date 2023-04-20
2727

2828
%ifarch x32
2929
%define with_cross 1
@@ -36,25 +36,23 @@
3636
Summary: The Rust Programming Language
3737
Summary(pl.UTF-8): Język programowania Rust
3838
Name: rust
39-
Version: 1.69.0
40-
Release: 3
39+
Version: 1.70.0
40+
Release: 1
4141
# Licenses: (rust itself) and (bundled libraries)
4242
License: (Apache v2.0 or MIT) and (BSD and ISC and MIT)
4343
Group: Development/Languages
4444
Source0: https://static.rust-lang.org/dist/%{rustc_package}.tar.xz
45-
# Source0-md5: 2fac6c46422e743f5f05287e89e72f22
45+
# Source0-md5: 165792a4266021589b2d6061f208755f
4646
Source1: https://static.rust-lang.org/dist/%{bootstrap_date}/rust-%{bootstrap_rust}-x86_64-unknown-linux-gnu.tar.xz
47-
# Source1-md5: b82ae74e630a849d6675b93ddf0ed6ca
47+
# Source1-md5: f64b22de708c5a4e6ca2a0b549b9c438
4848
Source2: https://static.rust-lang.org/dist/%{bootstrap_date}/rust-%{bootstrap_rust}-i686-unknown-linux-gnu.tar.xz
49-
# Source2-md5: a2affbb1e831228c71f972a270717ce3
49+
# Source2-md5: 0abd3a7776a84e4a631df506ba6b7b8a
5050
Source3: https://static.rust-lang.org/dist/%{bootstrap_date}/rust-%{bootstrap_rust}-aarch64-unknown-linux-gnu.tar.xz
51-
# Source3-md5: 489073dd8a8380c28a570bf70c9fbd6e
51+
# Source3-md5: 75bcdcf347a5195d1c20aa176734fb05
5252
Source4: https://static.rust-lang.org/dist/%{bootstrap_date}/rust-%{bootstrap_rust}-arm-unknown-linux-gnueabihf.tar.xz
53-
# Source4-md5: bb43d3fca2893f2de0b892e0f4a8fdb3
53+
# Source4-md5: 58660f3595f67f0da91abaf209298588
5454
Source5: https://static.rust-lang.org/dist/%{bootstrap_date}/rust-%{bootstrap_rust}-armv7-unknown-linux-gnueabihf.tar.xz
55-
# Source5-md5: 5691b194302d66b40c3e4eee0eeb1813
56-
Patch0: llvm-tools-install.patch
57-
Patch1: 111167.patch
55+
# Source5-md5: bf50136eba1bbaae5002f728efa637aa
5856
URL: https://www.rust-lang.org/
5957
# for src/compiler-rt
6058
BuildRequires: cmake >= 3.4.3
@@ -333,8 +331,6 @@ Dopełnianie parametrów polecenia cargo w powłoce Zsh.
333331

334332
%prep
335333
%setup -q -n %{rustc_package}
336-
%patch0 -p1
337-
%patch1 -p1
338334

339335
%if %{with bootstrap}
340336
%ifarch %{x8664} x32

0 commit comments

Comments
 (0)