|
21 | 21 | # To bootstrap from scratch, set the channel and date from src/stage0.txt
|
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.47.0 |
25 |
| -%define bootstrap_cargo 1.47.0 |
26 |
| -%define bootstrap_date 2020-10-08 |
| 24 | +%define bootstrap_rust 1.48.0 |
| 25 | +%define bootstrap_cargo 1.48.0 |
| 26 | +%define bootstrap_date 2020-11-19 |
27 | 27 |
|
28 | 28 | %ifarch x32
|
29 | 29 | %define with_cross 1
|
30 | 30 | %endif
|
31 | 31 | Summary: The Rust Programming Language
|
32 | 32 | Summary(pl.UTF-8): Język programowania Rust
|
33 | 33 | Name: rust
|
34 |
| -Version: 1.48.0 |
| 34 | +Version: 1.49.0 |
35 | 35 | Release: 0.1
|
36 | 36 | # Licenses: (rust itself) and (bundled libraries)
|
37 | 37 | License: (Apache v2.0 or MIT) and (BSD and ISC and MIT)
|
38 | 38 | Group: Development/Languages
|
39 | 39 | Source0: https://static.rust-lang.org/dist/%{rustc_package}.tar.xz
|
40 |
| -# Source0-md5: 1d8996bba1abbd5b3b149ccc89589664 |
| 40 | +# Source0-md5: f13014e17f84a99ff749f81e0cd1d2b1 |
41 | 41 | Source1: https://static.rust-lang.org/dist/%{bootstrap_date}/rust-%{bootstrap_rust}-x86_64-unknown-linux-gnu.tar.xz
|
42 |
| -# Source1-md5: 9365de1153dae7bf1f99224382f8d77c |
| 42 | +# Source1-md5: 9aab1315df1f461bc988c5b5abcb8c89 |
43 | 43 | Source2: https://static.rust-lang.org/dist/%{bootstrap_date}/rust-%{bootstrap_rust}-i686-unknown-linux-gnu.tar.xz
|
44 |
| -# Source2-md5: 9c351771a541e38416dd99ca85309059 |
| 44 | +# Source2-md5: 107dda909166a9c57d7907ac956eecd9 |
45 | 45 | Source3: https://static.rust-lang.org/dist/%{bootstrap_date}/rust-%{bootstrap_rust}-aarch64-unknown-linux-gnu.tar.xz
|
46 |
| -# Source3-md5: 1bb96238b441204e2b47561857ca9916 |
| 46 | +# Source3-md5: 905c4ad9d3737fdf04c1acfd1b612b7c |
47 | 47 | Source4: https://static.rust-lang.org/dist/%{bootstrap_date}/rust-%{bootstrap_rust}-arm-unknown-linux-gnueabihf.tar.xz
|
48 |
| -# Source4-md5: e178fcecb4bfdbacc967b76a5313c889 |
| 48 | +# Source4-md5: f8502775faa60c018e38eda59c43147e |
49 | 49 | Patch0: %{name}-x32.patch
|
50 | 50 | URL: https://www.rust-lang.org/
|
51 | 51 | # for src/compiler-rt
|
@@ -419,6 +419,7 @@ rm -rf $RPM_BUILD_ROOT
|
419 | 419 | %files
|
420 | 420 | %defattr(644,root,root,755)
|
421 | 421 | %doc COPYRIGHT LICENSE-APACHE LICENSE-MIT README.md library/backtrace/crates/backtrace-sys/src/libbacktrace/LICENSE-libbacktrace
|
| 422 | +%attr(755,root,root) %{_bindir}/miri |
422 | 423 | %attr(755,root,root) %{_bindir}/rustc
|
423 | 424 | %attr(755,root,root) %{_bindir}/rustdoc
|
424 | 425 | %attr(755,root,root) %{_bindir}/rustfmt
|
@@ -472,6 +473,7 @@ rm -rf $RPM_BUILD_ROOT
|
472 | 473 | %attr(755,root,root) %{_bindir}/cargo
|
473 | 474 | %attr(755,root,root) %{_bindir}/cargo-clippy
|
474 | 475 | %attr(755,root,root) %{_bindir}/cargo-fmt
|
| 476 | +%attr(755,root,root) %{_bindir}/cargo-miri |
475 | 477 | %attr(755,root,root) %{_bindir}/clippy-driver
|
476 | 478 | %{_mandir}/man1/cargo*.1*
|
477 | 479 | %dir %{_datadir}/cargo
|
|
0 commit comments