Skip to content

Commit 7da6653

Browse files
committed
- updated to 1.41.0 (1.40.0 needed for bootstrap)
1 parent d5c5ced commit 7da6653

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

rust.spec

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
# To bootstrap from scratch, set the channel and date from src/stage0.txt
2424
# e.g. 1.10.0 wants rustc: 1.9.0-2016-05-24
2525
# or nightly wants some beta-YYYY-MM-DD
26-
%define bootstrap_rust 1.38.0
27-
%define bootstrap_cargo 0.39.0
28-
%define bootstrap_date 2019-09-26
26+
%define bootstrap_rust 1.40.0
27+
%define bootstrap_cargo 1.40.0
28+
%define bootstrap_date 2019-12-19
2929

3030
%ifarch x32
3131
%undefine with_cargo
@@ -34,26 +34,26 @@
3434
Summary: The Rust Programming Language
3535
Summary(pl.UTF-8): Język programowania Rust
3636
Name: rust
37-
Version: 1.39.0
38-
Release: 2
37+
Version: 1.41.0
38+
Release: 1
3939
# Licenses: (rust itself) and (bundled libraries)
4040
License: (Apache v2.0 or MIT) and (BSD and ISC and MIT)
4141
Group: Development/Languages
4242
Source0: https://static.rust-lang.org/dist/%{rustc_package}.tar.xz
43-
# Source0-md5: ee76b165cd95ef420765bfb568adb450
43+
# Source0-md5: e8c9d1d39ceb0dd43ee0100d0f019da4
4444
Source1: https://static.rust-lang.org/dist/%{bootstrap_date}/rust-%{bootstrap_rust}-x86_64-unknown-linux-gnu.tar.xz
45-
# Source1-md5: b019f0dc0e4c45198d781fa459179ccd
45+
# Source1-md5: db6b86d8f11fcc95a204e0e8bac5f2a0
4646
Source2: https://static.rust-lang.org/dist/%{bootstrap_date}/rust-%{bootstrap_rust}-i686-unknown-linux-gnu.tar.xz
47-
# Source2-md5: e3a0c200eb1c9eabae930c94296885ee
47+
# Source2-md5: 6adca51ae634e6bcd6b403fd554c4cb2
4848
Source3: https://static.rust-lang.org/dist/%{bootstrap_date}/rust-std-%{bootstrap_rust}-x86_64-unknown-linux-gnux32.tar.xz
49-
# Source3-md5: 067ea32f60e37821723be41a5ba829d9
49+
# Source3-md5: d0183d3eb143de574fa349d10e821730
5050
URL: https://www.rust-lang.org/
5151
# for src/compiler-rt
5252
BuildRequires: cmake >= 3.4.3
5353
BuildRequires: curl
5454
BuildRequires: libstdc++-devel
55-
%{?with_system_llvm:BuildRequires: llvm-devel}
56-
BuildRequires: ncurses-devel
55+
%{?with_system_llvm:BuildRequires: llvm-devel >= 7.0}
56+
BuildRequires: openssl-devel >= 1.0.1
5757
BuildRequires: python >= 1:2.7
5858
BuildRequires: zlib-devel
5959
%if %{without bootstrap}
@@ -365,8 +365,6 @@ rm -rf $RPM_BUILD_ROOT
365365
%dir %{rustlibdir}
366366
%dir %{rustlibdir}/%{rust_triple}
367367
%{rustlibdir}/%{rust_triple}/analysis
368-
%dir %{rustlibdir}/%{rust_triple}/codegen-backends
369-
%attr(755,root,root) %{rustlibdir}/%{rust_triple}/codegen-backends/*.so
370368
%dir %{rustlibdir}/%{rust_triple}/lib
371369
%attr(755,root,root) %{rustlibdir}/%{rust_triple}/lib/*.so
372370
%{rustlibdir}/%{rust_triple}/lib/*.rlib

0 commit comments

Comments
 (0)