|
21 | 21 | # To bootstrap from scratch, set the channel and date from src/stage0.json
|
22 | 22 | # e.g. 1.10.0 wants rustc: 1.9.0-2016-05-24
|
23 | 23 | # or nightly wants some beta-YYYY-MM-DD
|
24 |
| -%define bootstrap_rust 1.68.2 |
| 24 | +%define bootstrap_rust 1.69.0 |
25 | 25 | %define bootstrap_cargo %{bootstrap_rust}
|
26 |
| -%define bootstrap_date 2023-03-28 |
| 26 | +%define bootstrap_date 2023-04-20 |
27 | 27 |
|
28 | 28 | %ifarch x32
|
29 | 29 | %define with_cross 1
|
|
36 | 36 | Summary: The Rust Programming Language
|
37 | 37 | Summary(pl.UTF-8): Język programowania Rust
|
38 | 38 | Name: rust
|
39 |
| -Version: 1.69.0 |
40 |
| -Release: 3 |
| 39 | +Version: 1.70.0 |
| 40 | +Release: 1 |
41 | 41 | # Licenses: (rust itself) and (bundled libraries)
|
42 | 42 | License: (Apache v2.0 or MIT) and (BSD and ISC and MIT)
|
43 | 43 | Group: Development/Languages
|
44 | 44 | Source0: https://static.rust-lang.org/dist/%{rustc_package}.tar.xz
|
45 |
| -# Source0-md5: 2fac6c46422e743f5f05287e89e72f22 |
| 45 | +# Source0-md5: 165792a4266021589b2d6061f208755f |
46 | 46 | 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 |
48 | 48 | 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 |
50 | 50 | 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 |
52 | 52 | 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 |
54 | 54 | 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 |
58 | 56 | URL: https://www.rust-lang.org/
|
59 | 57 | # for src/compiler-rt
|
60 | 58 | BuildRequires: cmake >= 3.4.3
|
@@ -333,8 +331,6 @@ Dopełnianie parametrów polecenia cargo w powłoce Zsh.
|
333 | 331 |
|
334 | 332 | %prep
|
335 | 333 | %setup -q -n %{rustc_package}
|
336 |
| -%patch0 -p1 |
337 |
| -%patch1 -p1 |
338 | 334 |
|
339 | 335 | %if %{with bootstrap}
|
340 | 336 | %ifarch %{x8664} x32
|
|
0 commit comments