Hello community, here is the log from the commit of package rust for openSUSE:Factory checked in at 2020-01-17 22:11:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rust (Old) and /work/SRC/openSUSE:Factory/.rust.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rust" Fri Jan 17 22:11:30 2020 rev:48 rq:765286 version:1.40.0 Changes: -------- --- /work/SRC/openSUSE:Factory/rust/rust.changes 2020-01-15 16:51:18.361373122 +0100 +++ /work/SRC/openSUSE:Factory/.rust.new.26092/rust.changes 2020-01-17 22:11:31.667137351 +0100 @@ -1,0 +2,7 @@ +Fri Jan 17 11:04:12 UTC 2020 - Dominique Leuenberger <[email protected]> + +- Adjust constraints: Request 20GB HDD for all archs. Simplify the + file by removing the overrides for various disk sizes. All archs + are curretnly at roughly 17GB storage in use. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rust.spec ++++++ --- /var/tmp/diff_new_pack.0Vwe6q/_old 2020-01-17 22:11:58.607150336 +0100 +++ /var/tmp/diff_new_pack.0Vwe6q/_new 2020-01-17 22:11:58.635150349 +0100 @@ -1,7 +1,7 @@ # # spec file for package rust # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # Copyright (c) 2019 Luke Jones, [email protected] # # All modifications and additions to the file contributed by third parties @@ -13,7 +13,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -120,7 +120,7 @@ Summary: A systems programming language License: MIT OR Apache-2.0 Group: Development/Languages/Rust -Url: https://www.rust-lang.org +URL: https://www.rust-lang.org Source0: %{dl_url}/rustc-%{version}-src.tar.xz Source99: %{name}-rpmlintrc Source100: %{dl_url}/rust-%{version_bootstrap}-x86_64-unknown-linux-gnu.tar.xz ++++++ _constraints ++++++ --- /var/tmp/diff_new_pack.0Vwe6q/_old 2020-01-17 22:11:58.859150457 +0100 +++ /var/tmp/diff_new_pack.0Vwe6q/_new 2020-01-17 22:11:58.859150457 +0100 @@ -6,7 +6,7 @@ <size unit="G">8</size> </memory> <disk> - <size unit="G">60</size> + <size unit="G">20</size> </disk> </hardware> <!-- i586, armv6 and armv7 tend to run out of memory during builds --> @@ -22,9 +22,6 @@ <physicalmemory> <size unit="G">4</size> </physicalmemory> - <disk> - <size unit="G">15</size> - </disk> </hardware> </overwrite> <!-- x86_64 to use physical memory to speed builds up --> @@ -36,9 +33,6 @@ <physicalmemory> <size unit="G">8</size> </physicalmemory> - <disk> - <size unit="G">50</size> - </disk> </hardware> </overwrite> <!-- aarch64 is a time consuming build, try to use RAM --> @@ -50,22 +44,6 @@ <physicalmemory> <size unit="G">8</size> </physicalmemory> - <disk> - <size unit="G">10</size> - </disk> - </hardware> - </overwrite> -<!-- 25GB of disk as 60GB is unavailable (and unrequired) on s390x and ppc64 --> - <overwrite> - <conditions> - <arch>s390x</arch> - <arch>ppc64</arch> - <arch>ppc64le</arch> - </conditions> - <hardware> - <disk> - <size unit="G">25</size> - </disk> </hardware> </overwrite> </constraints>
