Hello community, here is the log from the commit of package rust for openSUSE:Factory checked in at 2017-02-16 17:06:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rust (Old) and /work/SRC/openSUSE:Factory/.rust.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rust" Changes: -------- --- /work/SRC/openSUSE:Factory/rust/rust.changes 2017-02-13 22:26:32.080810517 +0100 +++ /work/SRC/openSUSE:Factory/.rust.new/rust.changes 2017-02-16 17:06:13.349901428 +0100 @@ -1,0 +2,5 @@ +Wed Feb 15 05:58:35 UTC 2017 - [email protected] + +- Fixes to build for archs armv7, aarch64, ppc64, s390x + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rust.spec ++++++ --- /var/tmp/diff_new_pack.uNls9H/_old 2017-02-16 17:06:14.357758822 +0100 +++ /var/tmp/diff_new_pack.uNls9H/_new 2017-02-16 17:06:14.365757690 +0100 @@ -62,17 +62,21 @@ Provides: rustc = %{version} Provides: rustc-stable = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build +# Restrict the architectures as building rust relies on being initially +# bootstrapped before we can build the n+1 release ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 ppc64 ppc64le s390x %if 0%{?suse_version} BuildRequires: fdupes %endif -%ifarch %{arm} aarch64 ppc64 ppc64le s390x +%ifarch s390x BuildRequires: cargo-bootstrap BuildRequires: rustc-bootstrap >= %{prev_version} %else -%if %{with bootstrap} || (0%{?suse_version} < 1330 && 0%{?sle_version} < 120300) +# There are no successful builds for less than TW or Leap 42.2, so bootstrap +# until such time that there is. +%if %{with bootstrap} || (0%{?suse_version} < 1330 && 0%{?sle_version} <= 120100) BuildRequires: cargo-bootstrap BuildRequires: rustc-bootstrap >= %{prev_version} %else ++++++ _constraints ++++++ --- /var/tmp/diff_new_pack.uNls9H/_old 2017-02-16 17:06:14.417750333 +0100 +++ /var/tmp/diff_new_pack.uNls9H/_new 2017-02-16 17:06:14.421749768 +0100 @@ -6,7 +6,7 @@ <size unit="G">4</size> </memory> <disk> - <size unit="G">40</size> + <size unit="G">20</size> </disk> </hardware> <overwrite>
