Hello community, here is the log from the commit of package cargo for openSUSE:Factory checked in at 2018-02-23 15:28:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cargo (Old) and /work/SRC/openSUSE:Factory/.cargo.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cargo" Fri Feb 23 15:28:05 2018 rev:16 rq:578350 version:0.24.0 Changes: -------- --- /work/SRC/openSUSE:Factory/cargo/cargo.changes 2018-01-19 11:46:52.445568805 +0100 +++ /work/SRC/openSUSE:Factory/.cargo.new/cargo.changes 2018-02-23 15:28:06.726177271 +0100 @@ -1,0 +2,7 @@ +Tue Feb 20 06:32:13 UTC 2018 - [email protected] + +- add update-config-guess.patch to update config.* from GNU to + support riscv64 without rpm patching it - as the patch also + updates the checksums while rpm does not + +------------------------------------------------------------------- New: ---- update-config-guess.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cargo.spec ++++++ --- /var/tmp/diff_new_pack.wQmQbn/_old 2018-02-23 15:28:09.382081320 +0100 +++ /var/tmp/diff_new_pack.wQmQbn/_new 2018-02-23 15:28:09.386081175 +0100 @@ -18,6 +18,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %global bootstrap_version 0.24.0 %global bootstrap_rustc_version 1.23.0 %global current_rustc_version 1.23.0 @@ -49,11 +50,12 @@ Version: 0.24.0 Release: 0 Summary: The Rust package manager -License: MIT or Apache-2.0 +License: MIT OR Apache-2.0 Group: Development/Languages/Other Url: https://github.com/rust-lang/cargo Source0: cargo-%{version}.tar.gz Source1: vendor.tar.xz +Patch0: update-config-guess.patch BuildRequires: cmake BuildRequires: curl BuildRequires: git @@ -93,6 +95,7 @@ %prep %setup -q -n cargo-%{version} %setup -q -D -T -a 1 -n cargo-%{version} +%patch0 -p1 mkdir cargo-home cat >cargo-home/config <<EOF [source.crates-io] ++++++ update-config-guess.patch ++++++ ++++ 6743 lines (skipped)
