|
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.64.0 |
| 24 | +%define bootstrap_rust 1.65.0 |
25 | 25 | %define bootstrap_cargo %{bootstrap_rust}
|
26 |
| -%define bootstrap_date 2022-09-22 |
| 26 | +%define bootstrap_date 2022-11-03 |
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.65.0 |
| 39 | +Version: 1.66.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: e8588b74b238f0f2f2701217cfd449e1 |
| 45 | +# Source0-md5: b519b711f36f1d2b4e23cd5c28bb16d1 |
46 | 46 | Source1: https://static.rust-lang.org/dist/%{bootstrap_date}/rust-%{bootstrap_rust}-x86_64-unknown-linux-gnu.tar.xz
|
47 |
| -# Source1-md5: 2c4c8116a0121d260591c4f4e9a9e1a8 |
| 47 | +# Source1-md5: 74858f078f2e16ccf2a0b5ce2cb08557 |
48 | 48 | Source2: https://static.rust-lang.org/dist/%{bootstrap_date}/rust-%{bootstrap_rust}-i686-unknown-linux-gnu.tar.xz
|
49 |
| -# Source2-md5: 810702367f20ea89a62096df07d8e88d |
| 49 | +# Source2-md5: d5819e8f1fed42b8c4e7e996da7fba4f |
50 | 50 | Source3: https://static.rust-lang.org/dist/%{bootstrap_date}/rust-%{bootstrap_rust}-aarch64-unknown-linux-gnu.tar.xz
|
51 |
| -# Source3-md5: c335b36395834b5e532a8d3247cc3cd4 |
| 51 | +# Source3-md5: 81f3f09ab36e7b800775024d277e27fd |
52 | 52 | Source4: https://static.rust-lang.org/dist/%{bootstrap_date}/rust-%{bootstrap_rust}-arm-unknown-linux-gnueabihf.tar.xz
|
53 |
| -# Source4-md5: 1e2a697052328304af093875255f2591 |
| 53 | +# Source4-md5: 7bf66e055741fddaf3f82efe6eeb83b7 |
54 | 54 | Source5: https://static.rust-lang.org/dist/%{bootstrap_date}/rust-%{bootstrap_rust}-armv7-unknown-linux-gnueabihf.tar.xz
|
55 |
| -# Source5-md5: 25b5bb6f3b2db5b876bd379bf3d79867 |
| 55 | +# Source5-md5: a4bbebeed5c0d2f79f362dd7d3619769 |
| 56 | +Patch0: no-install-miri.patch |
56 | 57 | URL: https://www.rust-lang.org/
|
57 | 58 | # for src/compiler-rt
|
58 | 59 | BuildRequires: cmake >= 3.4.3
|
@@ -337,6 +338,7 @@ Dopełnianie parametrów polecenia cargo w powłoce Zsh.
|
337 | 338 |
|
338 | 339 | %prep
|
339 | 340 | %setup -q -n %{rustc_package}
|
| 341 | +%patch0 -p1 |
340 | 342 |
|
341 | 343 | %if %{with bootstrap}
|
342 | 344 | %ifarch %{x8664} x32
|
|
0 commit comments