Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rust1.59 for openSUSE:Factory checked in at 2022-03-11 21:40:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rust1.59 (Old) and /work/SRC/openSUSE:Factory/.rust1.59.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rust1.59" Fri Mar 11 21:40:00 2022 rev:2 rq:960317 version:1.59.0 Changes: -------- --- /work/SRC/openSUSE:Factory/rust1.59/rust1.59.changes 2022-03-05 14:43:56.967708980 +0100 +++ /work/SRC/openSUSE:Factory/.rust1.59.new.25692/rust1.59.changes 2022-03-11 21:40:04.326018539 +0100 @@ -1,0 +2,6 @@ +Mon Mar 7 07:40:34 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- reenable armv6hl (bsc#1196328) +- skip MALLOC_PERTURB, its not needed for building + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rust1.59.spec ++++++ --- /var/tmp/diff_new_pack.GgE0OW/_old 2022-03-11 21:40:14.498025775 +0100 +++ /var/tmp/diff_new_pack.GgE0OW/_new 2022-03-11 21:40:14.502025778 +0100 @@ -90,9 +90,6 @@ # armv6/7, s390x, ppc[64[le]], riscv are all "guaranteed to build" only # but may not always work. -# Exclude problematic arches -ExcludeArch: armv6hl - # === broken distro llvm === # In some situations the llvm provided on the platform may not work. # we add these conditions here. @@ -248,7 +245,6 @@ Suggests: lld %endif - %if %{with test} BuildRequires: cargo%{version_suffix} = %{version} BuildRequires: rust%{version_suffix} = %{version} @@ -394,9 +390,7 @@ %{?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 \ @@ -428,6 +422,8 @@ export DESTDIR=%{buildroot} export CARGO_FEATURE_VENDORED=1 unset FFLAGS +unset MALLOC_CHECK_ +unset MALLOC_PERTURB_ # END EXPORTS EOF