Hello community,

here is the log from the commit of package cargo for openSUSE:Factory checked 
in at 2017-02-16 17:06:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cargo (Old)
 and      /work/SRC/openSUSE:Factory/.cargo.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cargo"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cargo/cargo.changes      2017-02-14 
00:48:15.583434965 +0100
+++ /work/SRC/openSUSE:Factory/.cargo.new/cargo.changes 2017-02-16 
17:06:18.369191227 +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:
------------------
++++++ cargo.spec ++++++
--- /var/tmp/diff_new_pack.3DAqa5/_old  2017-02-16 17:06:19.301059373 +0100
+++ /var/tmp/diff_new_pack.3DAqa5/_new  2017-02-16 17:06:19.309058241 +0100
@@ -38,13 +38,12 @@
 # PATCH-FIX-UPSTREAM -- https://github.com/rust-lang/cargo/pull/3554
 Patch0:         reproducible.patch
 
-%if %{with bootstrap}
-BuildRequires:  cargo-bootstrap <= %{version}
-BuildRequires:  cargo-bootstrap >= %{prev_version}
-%endif
-%if %{without bootstrap}
-BuildRequires:  cargo <= %{version}
-BuildRequires:  cargo >= %{prev_version}
+# 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} < 
120200)
+BuildRequires:  cargo-bootstrap
+%else
+BuildRequires:  cargo
 %endif
 BuildRequires:  cmake
 BuildRequires:  curl
@@ -55,7 +54,7 @@
 BuildRequires:  rust >= %{prev_rustc}
 BuildRequires:  rust-std >= %{prev_rustc}
 BuildRequires:  zlib-devel
-ExclusiveArch:  %{ix86} x86_64 %{arm} aarch64 ppc64 ppc64le
+ExclusiveArch:  %{ix86} x86_64 %{arm} aarch64 ppc64 ppc64le s390x
 
 Conflicts:      cargo-bootstrap
 


Reply via email to