Hello community, here is the log from the commit of package rust for openSUSE:Factory checked in at 2018-05-13 15:57:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rust (Old) and /work/SRC/openSUSE:Factory/.rust.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rust" Sun May 13 15:57:30 2018 rev:27 rq:606297 version:1.25.0 Changes: -------- --- /work/SRC/openSUSE:Factory/rust/rust.changes 2018-03-26 12:34:12.583803921 +0200 +++ /work/SRC/openSUSE:Factory/.rust.new/rust.changes 2018-05-13 15:57:39.658540411 +0200 @@ -1,0 +2,37 @@ +Thu May 3 08:05:33 UTC 2018 - [email protected] + +- Patch disabled + * update-config-guess.patch +- Update to 1.25.0 +- Language changes: + + Stabilised `#[repr(align(x))]`.[47006] [RFC 1358] + + You can now use nested groups of imports.[47948] + e.g. `use std::{fs::File, io::Read, path::{Path, PathBuf}};` + + You can now have `|` at the start of a match arm.[47947] e.g. +- Compiler changes: + + Upgraded to LLVM 6.[47828] + + Added `-C lto=val` option.[47521] + + Added `i586-unknown-linux-musl` target[47282] +- Library changes: + + Impl Send for `process::Command` on Unix.[47760] + + Impl PartialEq and Eq for `ParseCharError`.[47790] + + `UnsafeCell::into_inner` is now safe.[47204] + + Implement libstd for CloudABI.[47268] + + `Float::{from_bits, to_bits}` is now available in libcore.[46931] + + Implement `AsRef<Path>` for Component[46985] + + Implemented `Write` for `Cursor<&mut Vec<u8>>`[46830] + + Moved `Duration` to libcore.[46666] +- Stabilized APIs + + `Location::column` + + `ptr::NonNull` +- Misc + + Rust by example is now shipped with new releases[46196] +- Compatibility Notes: + + Deprecated `net::lookup_host`.[47510] + + `rustdoc` has switched to pulldown as the default markdown renderer.[47398] + + The borrow checker was sometimes incorrectly permitting overlapping borrows + around indexing operations (see [#47349][47349]). This has been fixed (which also + enabled some correct code that used to cause errors (e.g. [#33903][33903] and [#46095][46095]). + + Removed deprecated unstable attribute `#[simd]`.[47251] + +------------------------------------------------------------------- Old: ---- rustc-1.24.1-src.tar.gz New: ---- rustc-1.25.0-src.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rust.spec ++++++ --- /var/tmp/diff_new_pack.cPnAGK/_old 2018-05-13 15:57:56.449927698 +0200 +++ /var/tmp/diff_new_pack.cPnAGK/_new 2018-05-13 15:57:56.453927552 +0200 @@ -17,7 +17,7 @@ # -%global prev_rust 1.24.0 +%global prev_rust 1.24.1 %global cargo_version 0.25.0 %global rust_arch %{_arch} %global abi gnu @@ -45,7 +45,7 @@ %global rustlibdir %{common_libdir}/rustlib %bcond_with rust_bootstrap Name: rust -Version: 1.24.1 +Version: 1.25.0 Release: 0 Summary: A systems programming language License: MIT OR Apache-2.0 @@ -181,7 +181,7 @@ %global cargo_bin %{_builddir}/cargo-%{cargo_version}-%{rust_triple}/cargo/bin/cargo %setup -q -n rustc-%{version}-src -%patch0 -p1 +# %patch0 -p1 sed -e 's:<cargo-bin>:%{cargo_bin}:g' \ -e 's:<rust-triple>:%{rust_triple}:g' \ -e 's:<prefix>:%{_prefix}:g' \ @@ -262,7 +262,9 @@ %files -n rust-std %dir %{rustlibdir} %dir %{rustlibdir}/%{rust_triple} +%dir %{rustlibdir}/%{rust_triple}/codegen-backends %dir %{rustlibdir}/%{rust_triple}/lib +%{rustlibdir}/%{rust_triple}/codegen-backends/librustc_trans-llvm.so %{rustlibdir}/%{rust_triple}/lib/*.rlib %{rustlibdir}/%{rust_triple}/lib/*.so ++++++ rustc-1.24.1-src.tar.gz -> rustc-1.25.0-src.tar.gz ++++++ /work/SRC/openSUSE:Factory/rust/rustc-1.24.1-src.tar.gz /work/SRC/openSUSE:Factory/.rust.new/rustc-1.25.0-src.tar.gz differ: char 12, line 1
