Skip to content

Commit cdc531f

Browse files
committed
up to 1.53.0
1 parent ad04465 commit cdc531f

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

rust.spec

+15-15
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
# To bootstrap from scratch, set the channel and date from src/stage0.txt
2222
# e.g. 1.10.0 wants rustc: 1.9.0-2016-05-24
2323
# 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
2727

2828
%ifarch x32
2929
%define with_cross 1
@@ -36,23 +36,23 @@
3636
Summary: The Rust Programming Language
3737
Summary(pl.UTF-8): Język programowania Rust
3838
Name: rust
39-
Version: 1.52.1
40-
Release: 2
39+
Version: 1.53.0
40+
Release: 1
4141
# Licenses: (rust itself) and (bundled libraries)
4242
License: (Apache v2.0 or MIT) and (BSD and ISC and MIT)
4343
Group: Development/Languages
4444
Source0: https://static.rust-lang.org/dist/%{rustc_package}.tar.xz
45-
# Source0-md5: 2df4835e3a15cc6f7e06fa4a986285d2
45+
# Source0-md5: 2c552dc35afd41ac7294637a7e85f1a3
4646
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
4848
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
5050
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
5252
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
5454
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
5656
URL: https://www.rust-lang.org/
5757
# for src/compiler-rt
5858
BuildRequires: cmake >= 3.4.3
@@ -65,7 +65,7 @@ BuildRequires: rpmbuild(macros) >= 1.752
6565
BuildRequires: curl-devel
6666
BuildRequires: libgit2-devel >= 1.1.0
6767
BuildRequires: libstdc++-devel
68-
%{?with_system_llvm:BuildRequires: llvm-devel >= 9.0}
68+
%{?with_system_llvm:BuildRequires: llvm-devel >= 10.0}
6969
BuildRequires: openssl-devel >= 1.0.1
7070
BuildRequires: tar >= 1:1.22
7171
BuildRequires: xz
@@ -85,7 +85,7 @@ BuildRequires: curl-devel
8585
BuildRequires: gcc-multilib-x32
8686
BuildRequires: libgit2-devel >= 1.1.0
8787
BuildRequires: libstdc++-devel
88-
%{?with_system_llvm:BuildRequires: llvm-devel >= 9.0}
88+
%{?with_system_llvm:BuildRequires: llvm-devel >= 10.0}
8989
BuildRequires: openssl-devel >= 1.0.1
9090
BuildRequires: zlib-devel
9191
%else
@@ -97,8 +97,8 @@ BuildRequires: libgit2-devel(x86-64) >= 1.1.0
9797
BuildRequires: libgit2-devel(x86-x32) >= 1.1.0
9898
BuildRequires: libstdc++-multilib-64-devel
9999
%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
102102
%endif
103103
BuildRequires: openssl-devel(x86-64)
104104
BuildRequires: openssl-devel(x86-x32)

0 commit comments

Comments
 (0)