Hello community,

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

Package is "cargo"

Wed Oct 25 17:44:08 2017 rev:11 rq:536438 version:0.22.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/cargo/cargo.changes      2017-09-21 
12:36:55.829657797 +0200
+++ /work/SRC/openSUSE:Factory/.cargo.new/cargo.changes 2017-10-25 
17:44:23.448230715 +0200
@@ -1,0 +2,16 @@
+Tue Oct 17 20:10:33 UTC 2017 - [email protected]
+
+- Update to 0.22.0
+  + You can now call cargo install with multiple package names
+  + Cargo commands inside a virtual workspace will now implicitly pass --all
+  + Added a [patch] section to Cargo.toml to handle prepublication 
dependencies RFC 1969
+  + include & exclude fields in Cargo.toml now accept gitignore like patterns
+  + Added the --all-targets option
+  + Using required dependencies as a feature is now deprecated and emits a 
warning
+
+-------------------------------------------------------------------
+Tue Oct 17 19:37:36 UTC 2017 - [email protected]
+
+- Restrict x86 version to build i686 only
+
+-------------------------------------------------------------------

Old:
----
  cargo-0.21.0.tar.gz

New:
----
  cargo-0.22.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cargo.spec ++++++
--- /var/tmp/diff_new_pack.dLBzKF/_old  2017-10-25 17:44:24.212194860 +0200
+++ /var/tmp/diff_new_pack.dLBzKF/_new  2017-10-25 17:44:24.212194860 +0200
@@ -20,8 +20,9 @@
 
 
 %global bootstrap_version 0.20.0
-%global bootstrap_rustc_version 1.19.0
-%global current_rustc_version 1.20.0
+%global bootstrap_rustc_version 1.20.0
+%global current_rustc_version 1.21.0
+%bcond_with cargo_bootstrap
 
 %global rust_arch %{_arch}
 %global abi gnu
@@ -35,11 +36,14 @@
 %ifarch ppc64le
 %global rust_arch powerpc64le
 %endif
+# Must restrict the x86 build to i686 since i586 is currently unsupported
+%ifarch %ix86
+%global rust_arch i686
+%endif
 %global rust_triple %{rust_arch}-unknown-linux-%{abi}
 
-%bcond_with cargo_bootstrap
 Name:           cargo
-Version:        0.21.0
+Version:        0.22.0
 Release:        0
 Summary:        The Rust package manager
 License:        MIT or Apache-2.0
@@ -64,9 +68,13 @@
 Conflicts:      otherproviders(cargo)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  x86_64 %{arm} aarch64 ppc64 ppc64le s390x
+%ifarch %ix86
+ExclusiveArch:  i586 i686
+BuildArch:      i686
+%endif
 # There are no successful builds for less than TW or Leap 42.2, so bootstrap
 # until such time that there is.
-%if %{with cargo_bootstrap} || (0%{?suse_version} < 1330 && 0%{?sle_version} < 
120200)
+%if %{with cargo_bootstrap}
 BuildRequires:  cargo-bootstrap = %{bootstrap_version}
 BuildRequires:  rust-std-bootstrap = %{bootstrap_rustc_version}
 BuildRequires:  rustc-bootstrap = %{bootstrap_rustc_version}

++++++ cargo-0.21.0.tar.gz -> cargo-0.22.0.tar.gz ++++++
++++ 9581 lines of diff (skipped)

++++++ vendor.tar.xz ++++++
/work/SRC/openSUSE:Factory/cargo/vendor.tar.xz 
/work/SRC/openSUSE:Factory/.cargo.new/vendor.tar.xz differ: char 26, line 1


Reply via email to