21
21
# To bootstrap from scratch, set the channel and date from src/stage0.json
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.72 .0
24
+ %define bootstrap_rust 1.73 .0
25
25
%define bootstrap_cargo %{bootstrap_rust }
26
- %define bootstrap_date 2023-08-24
26
+ %define bootstrap_date 2023-10-05
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.73 .0
40
- Release: 2
39
+ Version: 1.74 .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: 2b5fd1623a6591c3e31eaec674ccc81c
45
+ # Source0-md5: c7f6519e67202c3dca07ef7292fa874f
46
46
Source1: https://static.rust-lang.org/dist/%{bootstrap_date }/rust-%{bootstrap_rust }-x86_64 -unknown-linux-gnu.tar.xz
47
- # Source1-md5: 9607a21044d111c5c40b0febdcefec19
47
+ # Source1-md5: 707fd1a45230b0f1fb343780745ef55f
48
48
Source2: https://static.rust-lang.org/dist/%{bootstrap_date }/rust-%{bootstrap_rust }-i686-unknown-linux-gnu.tar.xz
49
- # Source2-md5: 7f37eec4326ada8325eae7abfc16d6a9
49
+ # Source2-md5: dd509edb694dc917e13b970be94acea4
50
50
Source3: https://static.rust-lang.org/dist/%{bootstrap_date }/rust-%{bootstrap_rust }-aarch64 -unknown-linux-gnu.tar.xz
51
- # Source3-md5: a0ff7728be371c1a4bed093c5b8641ac
51
+ # Source3-md5: aa6889c1a6855952503b322688e227af
52
52
Source4: https://static.rust-lang.org/dist/%{bootstrap_date }/rust-%{bootstrap_rust }-arm-unknown-linux-gnueabihf.tar.xz
53
- # Source4-md5: c767b0183d5d1d78c7ccc41484e64c99
53
+ # Source4-md5: ece1c9ce74150808fd90ee9f8ec9b926
54
54
Source5: https://static.rust-lang.org/dist/%{bootstrap_date }/rust-%{bootstrap_rust }-armv7-unknown-linux-gnueabihf.tar.xz
55
- # Source5-md5: bd6f0fa4eb95c9fef39db034e2817c27
55
+ # Source5-md5: e39ca1687c341437a5fa5fdd1149dc1f
56
56
URL: https://www.rust-lang.org/
57
57
# for src/compiler-rt
58
58
BuildRequires: cmake >= 3.4.3
@@ -68,7 +68,7 @@ BuildRequires: rpm-build >= 4.6
68
68
BuildRequires: rpmbuild(macros) >= 1.752
69
69
%if %{without cross}
70
70
BuildRequires: curl-devel
71
- BuildRequires: libgit2-devel >= 1.6.4
71
+ BuildRequires: libgit2-devel >= 1.7.1
72
72
BuildRequires: libstdc++-devel
73
73
%if %{with system_llvm }
74
74
BuildRequires: llvm >= 15.0
@@ -92,7 +92,7 @@ BuildRequires: glibc-devel(x86-x32)
92
92
# building on x86_64 host with --target x32-pld-linux
93
93
BuildRequires: curl-devel
94
94
BuildRequires: gcc-multilib-x32
95
- BuildRequires: libgit2-devel >= 1.6.4
95
+ BuildRequires: libgit2-devel >= 1.7.1
96
96
BuildRequires: libstdc++-devel
97
97
%{?with_system_llvm:BuildRequires: llvm-devel >= 15.0}
98
98
BuildRequires: openssl-devel >= 1.0.1
@@ -103,8 +103,8 @@ BuildRequires: zlib-devel
103
103
BuildRequires: curl-devel(x86-64)
104
104
BuildRequires: curl-devel(x86-x32)
105
105
BuildRequires: gcc-multilib-64
106
- BuildRequires: libgit2-devel(x86-64) >= 1.6.4
107
- BuildRequires: libgit2-devel(x86-x32) >= 1.6.4
106
+ BuildRequires: libgit2-devel(x86-64) >= 1.7.1
107
+ BuildRequires: libgit2-devel(x86-x32) >= 1.7.1
108
108
BuildRequires: libstdc++-multilib-64-devel
109
109
%if %{with system_llvm }
110
110
BuildRequires: llvm-devel(x86-64) >= 15.0
0 commit comments