|
23 | 23 | # To bootstrap from scratch, set the channel and date from src/stage0.txt
|
24 | 24 | # e.g. 1.10.0 wants rustc: 1.9.0-2016-05-24
|
25 | 25 | # or nightly wants some beta-YYYY-MM-DD
|
26 |
| -%define bootstrap_rust 1.41.1 |
27 |
| -%define bootstrap_cargo 1.41.0 |
28 |
| -%define bootstrap_date 2020-02-27 |
| 26 | +%define bootstrap_rust 1.43.1 |
| 27 | +%define bootstrap_cargo 1.43.1 |
| 28 | +%define bootstrap_date 2020-05-07 |
29 | 29 |
|
30 | 30 | %ifarch x32
|
31 | 31 | %undefine with_cargo
|
|
34 | 34 | Summary: The Rust Programming Language
|
35 | 35 | Summary(pl.UTF-8): Język programowania Rust
|
36 | 36 | Name: rust
|
37 |
| -Version: 1.42.0 |
38 |
| -Release: 3 |
| 37 | +Version: 1.44.1 |
| 38 | +Release: 1 |
39 | 39 | # Licenses: (rust itself) and (bundled libraries)
|
40 | 40 | License: (Apache v2.0 or MIT) and (BSD and ISC and MIT)
|
41 | 41 | Group: Development/Languages
|
42 | 42 | Source0: https://static.rust-lang.org/dist/%{rustc_package}.tar.xz
|
43 |
| -# Source0-md5: 03a6111956f8d3bfdfc21aedce7f06bc |
| 43 | +# Source0-md5: 0cc3b079ddb1eb9a17f9e7e52efcebc5 |
44 | 44 | Source1: https://static.rust-lang.org/dist/%{bootstrap_date}/rust-%{bootstrap_rust}-x86_64-unknown-linux-gnu.tar.xz
|
45 |
| -# Source1-md5: 3336c39311a33005d51298c60b99f2c1 |
| 45 | +# Source1-md5: 62b0974a4bad5aeabd50c7a7fa74518c |
46 | 46 | Source2: https://static.rust-lang.org/dist/%{bootstrap_date}/rust-%{bootstrap_rust}-i686-unknown-linux-gnu.tar.xz
|
47 |
| -# Source2-md5: be3f4d5143483c754a3c272eb213cd07 |
| 47 | +# Source2-md5: 758d55172c8dddb1ec71913b5f532bb2 |
48 | 48 | Source3: https://static.rust-lang.org/dist/%{bootstrap_date}/rust-std-%{bootstrap_rust}-x86_64-unknown-linux-gnux32.tar.xz
|
49 |
| -# Source3-md5: 38da0bf057e0801669f18f74555830bf |
| 49 | +# Source3-md5: 4b07c6922a0965791cf8eb28fee9e89d |
50 | 50 | Source4: https://static.rust-lang.org/dist/%{bootstrap_date}/rust-%{bootstrap_rust}-aarch64-unknown-linux-gnu.tar.xz
|
51 |
| -# Source4-md5: 3408e035e4257846e9417148e1f50412 |
| 51 | +# Source4-md5: 3a9d54ab96f96664b2f6077cccb4e70b |
52 | 52 | URL: https://www.rust-lang.org/
|
53 | 53 | # for src/compiler-rt
|
54 | 54 | BuildRequires: cmake >= 3.4.3
|
@@ -366,7 +366,6 @@ rm -rf $RPM_BUILD_ROOT
|
366 | 366 | %files
|
367 | 367 | %defattr(644,root,root,755)
|
368 | 368 | %doc COPYRIGHT LICENSE-APACHE LICENSE-MIT README.md vendor/backtrace-sys/src/libbacktrace/LICENSE-libbacktrace
|
369 |
| -%attr(755,root,root) %{_bindir}/miri |
370 | 369 | %attr(755,root,root) %{_bindir}/rls
|
371 | 370 | %attr(755,root,root) %{_bindir}/rustc
|
372 | 371 | %attr(755,root,root) %{_bindir}/rustdoc
|
@@ -410,7 +409,6 @@ rm -rf $RPM_BUILD_ROOT
|
410 | 409 | %attr(755,root,root) %{_bindir}/cargo
|
411 | 410 | %attr(755,root,root) %{_bindir}/cargo-clippy
|
412 | 411 | %attr(755,root,root) %{_bindir}/cargo-fmt
|
413 |
| -%attr(755,root,root) %{_bindir}/cargo-miri |
414 | 412 | %attr(755,root,root) %{_bindir}/clippy-driver
|
415 | 413 | %{_mandir}/man1/cargo*.1*
|
416 | 414 | %dir %{_datadir}/cargo
|
|
0 commit comments