|
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.70.0 |
| 24 | +%define bootstrap_rust 1.71.0 |
25 | 25 | %define bootstrap_cargo %{bootstrap_rust}
|
26 |
| -%define bootstrap_date 2023-06-01 |
| 26 | +%define bootstrap_date 2023-07-13 |
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.71.0 |
| 39 | +Version: 1.72.0 |
40 | 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: 81ae525767680c1680bad985ecc35bff |
| 45 | +# Source0-md5: 4125b8bf1b0bc6a520f8ec21252322e7 |
46 | 46 | Source1: https://static.rust-lang.org/dist/%{bootstrap_date}/rust-%{bootstrap_rust}-x86_64-unknown-linux-gnu.tar.xz
|
47 |
| -# Source1-md5: afabe6d2054187af74998fd42c516717 |
| 47 | +# Source1-md5: eea044524488923b1bd30ab130c50821 |
48 | 48 | Source2: https://static.rust-lang.org/dist/%{bootstrap_date}/rust-%{bootstrap_rust}-i686-unknown-linux-gnu.tar.xz
|
49 |
| -# Source2-md5: 2d4b19e6e0994fea57c837460612f8d7 |
| 49 | +# Source2-md5: 10b3fd5d34692087e30c42b61afb6359 |
50 | 50 | Source3: https://static.rust-lang.org/dist/%{bootstrap_date}/rust-%{bootstrap_rust}-aarch64-unknown-linux-gnu.tar.xz
|
51 |
| -# Source3-md5: 329cfb044bff54ac749983285bf4819a |
| 51 | +# Source3-md5: d73a389253563fdb9605077a6cb69267 |
52 | 52 | Source4: https://static.rust-lang.org/dist/%{bootstrap_date}/rust-%{bootstrap_rust}-arm-unknown-linux-gnueabihf.tar.xz
|
53 |
| -# Source4-md5: ba90a8fd5f8af3dd73599434e9f5083f |
| 53 | +# Source4-md5: a0c5131a76e4373fe62b39381069c828 |
54 | 54 | Source5: https://static.rust-lang.org/dist/%{bootstrap_date}/rust-%{bootstrap_rust}-armv7-unknown-linux-gnueabihf.tar.xz
|
55 |
| -# Source5-md5: e8a4cf787e2d82b2ba7b2e63800a1d1a |
56 |
| -Patch0: lint_docs_libs.patch |
57 |
| -Patch1: bash_comp_location.patch |
| 55 | +# Source5-md5: 3dfaf6c55a6dbdc9c7e753b464e79c81 |
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