Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rust1.56 for openSUSE:Factory 
checked in at 2021-12-01 20:46:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rust1.56 (Old)
 and      /work/SRC/openSUSE:Factory/.rust1.56.new.31177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rust1.56"

Wed Dec  1 20:46:41 2021 rev:2 rq:934273 version:1.56.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/rust1.56/rust1.56.changes        2021-11-23 
22:11:41.198656426 +0100
+++ /work/SRC/openSUSE:Factory/.rust1.56.new.31177/rust1.56.changes     
2021-12-02 02:26:17.232392856 +0100
@@ -1,0 +2,5 @@
+Fri Nov 26 12:38:48 UTC 2021 - Guillaume GARDET <guillaume.gar...@opensuse.org>
+
+- Disable ccache on armv6, since it fails with signal 7
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rust1.56.spec ++++++
--- /var/tmp/diff_new_pack.khTCHn/_old  2021-12-02 02:26:25.140365568 +0100
+++ /var/tmp/diff_new_pack.khTCHn/_new  2021-12-02 02:26:25.144365554 +0100
@@ -22,6 +22,7 @@
 # even tho, the tests will require more compilation.  If we do not
 # agree on this model we can drop the _multibuild option and do the
 # %check as a part of the main spec.
+
 %global flavor @BUILD_FLAVOR@%{nil}
 %if "%{flavor}" == "test"
 %define psuffix -test
@@ -31,7 +32,6 @@
 %bcond_with test
 %endif
 
-
 %global version_suffix 1.56
 %global version_current 1.56.1
 %global version_previous 1.55.0
@@ -227,8 +227,8 @@
 Recommends:     cargo
 
 %if %{with test}
-BuildRequires:  rust%{version_suffix} = %{version}
 BuildRequires:  cargo%{version_suffix} = %{version}
+BuildRequires:  rust%{version_suffix} = %{version}
 # Required because FileCheck
 BuildRequires:  llvm13-devel
 %endif
@@ -366,7 +366,9 @@
   %{?with_bundled_llvm: --disable-llvm-link-shared --set llvm.link-jobs=4} \
   --enable-optimize \
   %{?with_sccache: --enable-sccache} \
+%ifnarch armv6l armv6hl
   %{!?with_sccache: --enable-ccache} \
+%endif
   --disable-docs \
   --disable-compiler-docs \
   --enable-verbose-tests \

Reply via email to