|
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.66.1 |
| 24 | +%define bootstrap_rust 1.67.1 |
25 | 25 | %define bootstrap_cargo %{bootstrap_rust}
|
26 |
| -%define bootstrap_date 2023-01-10 |
| 26 | +%define bootstrap_date 2023-02-09 |
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.67.1 |
| 39 | +Version: 1.68.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: e5e47e53c52574ce89ea200e52819f81 |
| 45 | +# Source0-md5: e0c4908ceb01945930da218d172a21ba |
46 | 46 | Source1: https://static.rust-lang.org/dist/%{bootstrap_date}/rust-%{bootstrap_rust}-x86_64-unknown-linux-gnu.tar.xz
|
47 |
| -# Source1-md5: 7bdb0591ffdc443f986a3563b5fa5f71 |
| 47 | +# Source1-md5: 800e693e0ac317755f8f0e19269540db |
48 | 48 | Source2: https://static.rust-lang.org/dist/%{bootstrap_date}/rust-%{bootstrap_rust}-i686-unknown-linux-gnu.tar.xz
|
49 |
| -# Source2-md5: f6771f700a1c0cafede4f205c1d7c3d9 |
| 49 | +# Source2-md5: 65d86e2c17b1a09df55860a1d8dec9d4 |
50 | 50 | Source3: https://static.rust-lang.org/dist/%{bootstrap_date}/rust-%{bootstrap_rust}-aarch64-unknown-linux-gnu.tar.xz
|
51 |
| -# Source3-md5: 41a059934972af4b327958ce6ee54ac7 |
| 51 | +# Source3-md5: 127fdf3e824e23808a1fa6a8e92bcf56 |
52 | 52 | Source4: https://static.rust-lang.org/dist/%{bootstrap_date}/rust-%{bootstrap_rust}-arm-unknown-linux-gnueabihf.tar.xz
|
53 |
| -# Source4-md5: 3ad4208d29ca809073b43f96767e8b32 |
| 53 | +# Source4-md5: 70acb1412ca21e288105d86a7d5b975b |
54 | 54 | Source5: https://static.rust-lang.org/dist/%{bootstrap_date}/rust-%{bootstrap_rust}-armv7-unknown-linux-gnueabihf.tar.xz
|
55 |
| -# Source5-md5: f091919a1e13f71db429b3af957bf361 |
| 55 | +# Source5-md5: 1d917abdc484fd34c1471a931349a2c5 |
| 56 | +Patch0: llvm-tools-install.patch |
56 | 57 | URL: https://www.rust-lang.org/
|
57 | 58 | # for src/compiler-rt
|
58 | 59 | BuildRequires: cmake >= 3.4.3
|
@@ -341,6 +342,7 @@ Dopełnianie parametrów polecenia cargo w powłoce Zsh.
|
341 | 342 |
|
342 | 343 | %prep
|
343 | 344 | %setup -q -n %{rustc_package}
|
| 345 | +%patch0 -p1 -R |
344 | 346 |
|
345 | 347 | %if %{with bootstrap}
|
346 | 348 | %ifarch %{x8664} x32
|
|
0 commit comments