]> git.pld-linux.org Git - packages/rust.git/commitdiff
- up to 1.28.0
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 26 Aug 2018 12:58:52 +0000 (14:58 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 26 Aug 2018 12:58:52 +0000 (14:58 +0200)
rust.spec

index eb31b405c48737028d64f60ec9475fe2fbebc0da..b45a408b46d69e8889038572601d87704aee0851 100644 (file)
--- a/rust.spec
+++ b/rust.spec
 # To bootstrap from scratch, set the channel and date from src/stage0.txt
 # e.g. 1.10.0 wants rustc: 1.9.0-2016-05-24
 # or nightly wants some beta-YYYY-MM-DD
-%define                bootstrap_rust  1.24.0
-%define                bootstrap_cargo 0.25.0
-%define                bootstrap_date  2018-02-15
+%define                bootstrap_rust  1.27.2
+%define                bootstrap_cargo 1.27.0
+%define                bootstrap_date  2018-07-20
 
 Summary:       The Rust Programming Language
 Summary(pl.UTF-8):     Język programowania Rust
 Name:          rust
-Version:       1.25.0
-Release:       2
+Version:       1.28.0
+Release:       1
 # Licenses: (rust itself) and (bundled libraries)
 License:       (Apache v2.0 or MIT) and (BSD and ISC and MIT)
 Group:         Development/Languages
 Source0:       https://static.rust-lang.org/dist/%{rustc_package}.tar.gz
-# Source0-md5: d8d4d30c8d0b905f978bee3fdd618db5
+# Source0-md5: 80acd625df9389e16a88fc4f1d0f646b
 Source1:       https://static.rust-lang.org/dist/%{bootstrap_date}/rust-%{bootstrap_rust}-x86_64-unknown-linux-gnu.tar.gz
-# Source1-md5: 61be17f80e1811211450e5b733624232
+# Source1-md5: 3564263497f7b3cb0c9391f7b0c5831d
 Source2:       https://static.rust-lang.org/dist/%{bootstrap_date}/rust-%{bootstrap_rust}-i686-unknown-linux-gnu.tar.gz
-# Source2-md5: 5568788cd5d96173a89bd0e82a2aa356
+# Source2-md5: 5df2caf50f5e8c4706d8151ebd845f9c
 Patch0:                x32.patch
 URL:           https://www.rust-lang.org/
 # for src/compiler-rt
@@ -190,7 +190,6 @@ test -f %{local_rust_root}/bin/rustc
 %{?with_system_llvm:%{__rm} -r src/llvm}
 
 # extract bundled licenses for packaging
-cp -p src/rt/hoedown/LICENSE src/rt/hoedown/LICENSE-hoedown
 sed -e '/*\//q' src/libbacktrace/backtrace.h \
        >src/libbacktrace/LICENSE-libbacktrace
 
@@ -287,7 +286,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc COPYRIGHT LICENSE-APACHE LICENSE-MIT README.md src/libbacktrace/LICENSE-libbacktrace src/rt/hoedown/LICENSE-hoedown
+%doc COPYRIGHT LICENSE-APACHE LICENSE-MIT README.md src/libbacktrace/LICENSE-libbacktrace
 %attr(755,root,root) %{_bindir}/rustc
 %attr(755,root,root) %{_bindir}/rustdoc
 %attr(755,root,root) %{_libdir}/libarena-*.so
This page took 0.048279 seconds and 4 git commands to generate.