Hello community, here is the log from the commit of package cargo for openSUSE:Factory checked in at 2017-11-23 09:36:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cargo (Old) and /work/SRC/openSUSE:Factory/.cargo.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cargo" Thu Nov 23 09:36:22 2017 rev:12 rq:544300 version:0.22.0 Changes: -------- --- /work/SRC/openSUSE:Factory/cargo/cargo.changes 2017-10-25 17:44:23.448230715 +0200 +++ /work/SRC/openSUSE:Factory/.cargo.new/cargo.changes 2017-11-23 09:36:23.530076053 +0100 @@ -1,0 +2,7 @@ +Tue Nov 20 13:24:06 UTC 2017 - [email protected] + +- adapt cargo bootstrap version to 0.22 +- adapt rustc bootstrap version to 1.21 +- add armv6 support + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cargo.spec ++++++ --- /var/tmp/diff_new_pack.N6ML6m/_old 2017-11-23 09:36:25.218014467 +0100 +++ /var/tmp/diff_new_pack.N6ML6m/_new 2017-11-23 09:36:25.218014467 +0100 @@ -19,9 +19,15 @@ # -%global bootstrap_version 0.20.0 -%global bootstrap_rustc_version 1.20.0 +%global bootstrap_version 0.22.0 +%global bootstrap_rustc_version 1.21.0 %global current_rustc_version 1.21.0 + +# context hasn't been ported to all architectures yet +%ifarch %arm aarch64 +%define _with_cargo_bootstrap 1 +%endif + %bcond_with cargo_bootstrap %global rust_arch %{_arch} @@ -30,6 +36,10 @@ %global rust_arch armv7 %global abi gnueabihf %endif +%ifarch armv6hl +%global rust_arch arm +%global abi gnueabihf +%endif %ifarch ppc64 %global rust_arch powerpc64 %endif
