|
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.37.0 |
27 |
| -%define bootstrap_cargo 0.38.0 |
28 |
| -%define bootstrap_date 2019-08-15 |
| 26 | +%define bootstrap_rust 1.38.0 |
| 27 | +%define bootstrap_cargo 0.39.0 |
| 28 | +%define bootstrap_date 2019-09-26 |
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.38.0 |
| 37 | +Version: 1.39.0 |
38 | 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: 492d3fbedc865606119336d55b9c4f29 |
| 43 | +# Source0-md5: ee76b165cd95ef420765bfb568adb450 |
44 | 44 | Source1: https://static.rust-lang.org/dist/%{bootstrap_date}/rust-%{bootstrap_rust}-x86_64-unknown-linux-gnu.tar.xz
|
45 |
| -# Source1-md5: 5d874193878390be4acec3f2f54fff9c |
| 45 | +# Source1-md5: b019f0dc0e4c45198d781fa459179ccd |
46 | 46 | Source2: https://static.rust-lang.org/dist/%{bootstrap_date}/rust-%{bootstrap_rust}-i686-unknown-linux-gnu.tar.xz
|
47 |
| -# Source2-md5: c543ba5b28cc1c90eaf509e9d89effe9 |
| 47 | +# Source2-md5: e3a0c200eb1c9eabae930c94296885ee |
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: d3c7de339814808e79bd78f92e18f75b |
| 49 | +# Source3-md5: 067ea32f60e37821723be41a5ba829d9 |
50 | 50 | URL: https://www.rust-lang.org/
|
51 | 51 | # for src/compiler-rt
|
52 | 52 | BuildRequires: cmake >= 3.4.3
|
@@ -357,16 +357,8 @@ rm -rf $RPM_BUILD_ROOT
|
357 | 357 | %attr(755,root,root) %{_bindir}/rustc
|
358 | 358 | %attr(755,root,root) %{_bindir}/rustdoc
|
359 | 359 | %attr(755,root,root) %{_bindir}/rustfmt
|
360 |
| -%attr(755,root,root) %{_libdir}/libarena-*.so |
361 |
| -%attr(755,root,root) %{_libdir}/libfmt_macros-*.so |
362 |
| -%attr(755,root,root) %{_libdir}/libgraphviz-*.so |
363 | 360 | %attr(755,root,root) %{_libdir}/librustc*-*.so
|
364 |
| -%attr(755,root,root) %{_libdir}/libserialize-*.so |
365 | 361 | %attr(755,root,root) %{_libdir}/libstd-*.so
|
366 |
| -%attr(755,root,root) %{_libdir}/libsyntax-*.so |
367 |
| -%attr(755,root,root) %{_libdir}/libsyntax_ext-*.so |
368 |
| -%attr(755,root,root) %{_libdir}/libsyntax_pos-*.so |
369 |
| -%attr(755,root,root) %{_libdir}/libterm-*.so |
370 | 362 | %attr(755,root,root) %{_libdir}/libtest-*.so
|
371 | 363 | %{_mandir}/man1/rustc.1*
|
372 | 364 | %{_mandir}/man1/rustdoc.1*
|
|
0 commit comments