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.51 .0
25
- %define bootstrap_cargo 1.51 .0
26
- %define bootstrap_date 2021-03-25
24
+ %define bootstrap_rust 1.52 .0
25
+ %define bootstrap_cargo 1.52 .0
26
+ %define bootstrap_date 2021-05-06
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.52.1
40
- Release: 2
39
+ Version: 1.53.0
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: 2df4835e3a15cc6f7e06fa4a986285d2
45
+ # Source0-md5: 2c552dc35afd41ac7294637a7e85f1a3
46
46
Source1: https://static.rust-lang.org/dist/%{bootstrap_date }/rust-%{bootstrap_rust }-x86_64 -unknown-linux-gnu.tar.xz
47
- # Source1-md5: 7640d6538716c6492e56f361e3af0631
47
+ # Source1-md5: 5451acacf06d3eed947fdfa7eb96d0e8
48
48
Source2: https://static.rust-lang.org/dist/%{bootstrap_date }/rust-%{bootstrap_rust }-i686-unknown-linux-gnu.tar.xz
49
- # Source2-md5: 64f117dc1ae1543c8910eaa9a971ddd4
49
+ # Source2-md5: 136df423e63932ed02d18e9ba7923537
50
50
Source3: https://static.rust-lang.org/dist/%{bootstrap_date }/rust-%{bootstrap_rust }-aarch64 -unknown-linux-gnu.tar.xz
51
- # Source3-md5: 3ac79872671df7ea0215fd351f52ffcf
51
+ # Source3-md5: 2868d64a0ec681f3fe2bb59e20569d26
52
52
Source4: https://static.rust-lang.org/dist/%{bootstrap_date }/rust-%{bootstrap_rust }-arm-unknown-linux-gnueabihf.tar.xz
53
- # Source4-md5: f624772d7c7ba2e83a51b4e9c1657f7b
53
+ # Source4-md5: e36ad0e20aef949b4335cf2599a136bb
54
54
Source5: https://static.rust-lang.org/dist/%{bootstrap_date }/rust-%{bootstrap_rust }-armv7-unknown-linux-gnueabihf.tar.xz
55
- # Source5-md5: 077d3f28a33af2cdb3897da9f8b81ca4
55
+ # Source5-md5: 77d28773b9fa07979a075e5232b23ac7
56
56
URL: https://www.rust-lang.org/
57
57
# for src/compiler-rt
58
58
BuildRequires: cmake >= 3.4.3
@@ -65,7 +65,7 @@ BuildRequires: rpmbuild(macros) >= 1.752
65
65
BuildRequires: curl-devel
66
66
BuildRequires: libgit2-devel >= 1.1.0
67
67
BuildRequires: libstdc++-devel
68
- %{?with_system_llvm:BuildRequires: llvm-devel >= 9 .0}
68
+ %{?with_system_llvm:BuildRequires: llvm-devel >= 10 .0}
69
69
BuildRequires: openssl-devel >= 1.0.1
70
70
BuildRequires: tar >= 1:1.22
71
71
BuildRequires: xz
@@ -85,7 +85,7 @@ BuildRequires: curl-devel
85
85
BuildRequires: gcc-multilib-x32
86
86
BuildRequires: libgit2-devel >= 1.1.0
87
87
BuildRequires: libstdc++-devel
88
- %{?with_system_llvm:BuildRequires: llvm-devel >= 9 .0}
88
+ %{?with_system_llvm:BuildRequires: llvm-devel >= 10 .0}
89
89
BuildRequires: openssl-devel >= 1.0.1
90
90
BuildRequires: zlib-devel
91
91
%else
@@ -97,8 +97,8 @@ BuildRequires: libgit2-devel(x86-64) >= 1.1.0
97
97
BuildRequires: libgit2-devel(x86-x32) >= 1.1.0
98
98
BuildRequires: libstdc++-multilib-64-devel
99
99
%if %{with system_llvm }
100
- BuildRequires: llvm-devel(x86-64) >= 9 .0
101
- BuildRequires: llvm-devel(x86-x32) >= 9 .0
100
+ BuildRequires: llvm-devel(x86-64) >= 10 .0
101
+ BuildRequires: llvm-devel(x86-x32) >= 10 .0
102
102
%endif
103
103
BuildRequires: openssl-devel(x86-64)
104
104
BuildRequires: openssl-devel(x86-x32)
0 commit comments