Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rust1.53 for openSUSE:Factory 
checked in at 2021-08-06 22:44:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rust1.53 (Old)
 and      /work/SRC/openSUSE:Factory/.rust1.53.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rust1.53"

Fri Aug  6 22:44:24 2021 rev:2 rq:910201 version:1.53.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/rust1.53/rust1.53.changes        2021-07-07 
18:31:09.690669922 +0200
+++ /work/SRC/openSUSE:Factory/.rust1.53.new.1899/rust1.53.changes      
2021-08-06 22:44:26.862106059 +0200
@@ -1,0 +2,5 @@
+Tue Aug  3 23:46:40 UTC 2021 - William Brown <william.br...@suse.com>
+
+- Change rust dependency specifier to work with versioned rust.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rust1.53.spec ++++++
--- /var/tmp/diff_new_pack.efpb5P/_old  2021-08-06 22:44:34.458092583 +0200
+++ /var/tmp/diff_new_pack.efpb5P/_new  2021-08-06 22:44:34.462092576 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package rust
+# spec file
 #
 # Copyright (c) 2021 SUSE LLC
 # Copyright (c) 2019 Luke Jones, l...@ljones.dev
@@ -16,14 +16,6 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
-# === rust arch support tiers ===
-# https://doc.rust-lang.org/nightly/rustc/platform-support.html
-# tl;dr only aarch64, x86_64 and i686 are guaranteed to work.
-#
-# armv6/7, s390x, ppc[64[le]], riscv are all "guaranteed to build" only
-# but may not always work.
-#
-
 
 %global version_suffix 1.53
 %global version_current 1.53.0
@@ -187,8 +179,8 @@
 %endif
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
-BuildRequires:  pkgconfig(libssh2) >= 1.6.0
 BuildRequires:  pkgconfig(libgit2)
+BuildRequires:  pkgconfig(libssh2) >= 1.6.0
 # Real LLVM minimum version should be 9.x, but rust has a fallback mode
 %if !%with bundled_llvm
 BuildRequires:  llvm-devel >= 10.0
@@ -196,18 +188,12 @@
 BuildRequires:  ninja
 %endif
 %if !%with rust_bootstrap
-# We will now package cargo using the version number of rustc since it
-# is being built from rust sources. Old cargo packages have a 0.x
-# number
-BuildRequires:  cargo <= %{version_current}
-BuildRequires:  cargo >= %{version_previous}
-BuildRequires:  rust <= %{version_current}
-BuildRequires:  rust >= %{version_previous}
+BuildRequires:  (rust+cargo >= %{version_previous} with rust+cargo <= 
%{version_current})
 %endif
 Recommends:     cargo
 
-Conflicts:      rustc-bootstrap
 Conflicts:      rust+rustc < %{version}
+Conflicts:      rustc-bootstrap
 Obsoletes:      rust+rustc < %{version}
 Provides:       rust+rustc = %{version}
 Conflicts:      rust-std < %{version}

Reply via email to