Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rust1.67 for openSUSE:Factory checked in at 2023-04-27 19:58:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rust1.67 (Old) and /work/SRC/openSUSE:Factory/.rust1.67.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rust1.67" Thu Apr 27 19:58:02 2023 rev:3 rq:1082883 version:1.67.1 Changes: -------- --- /work/SRC/openSUSE:Factory/rust1.67/rust1.67.changes 2023-02-14 16:43:51.177883831 +0100 +++ /work/SRC/openSUSE:Factory/.rust1.67.new.1533/rust1.67.changes 2023-04-27 19:58:03.032908308 +0200 @@ -1,0 +2,5 @@ +Wed Apr 26 04:15:15 UTC 2023 - William Brown <william.br...@suse.com> + +- Disable fdupes on SLE/Leap due to incorrect debuginfo extraction + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rust1.67.spec ++++++ --- /var/tmp/diff_new_pack.jsGgRJ/_old 2023-04-27 19:58:17.936995923 +0200 +++ /var/tmp/diff_new_pack.jsGgRJ/_new 2023-04-27 19:58:17.940995947 +0200 @@ -256,7 +256,10 @@ BuildRequires: chrpath BuildRequires: curl +# BUG - fdupes on leap/sle causes issues with debug info +%if 0%{?is_opensuse} == 1 && 0%{?suse_version} >= 1550 BuildRequires: fdupes +%endif BuildRequires: pkgconfig BuildRequires: procps BuildRequires: python3-base @@ -619,7 +622,9 @@ fi # Silence any duplicate library warnings. +%if 0%{?is_opensuse} == 1 && 0%{?suse_version} >= 1550 %fdupes %{buildroot}/%{common_libdir} +%endif # Ugly hack to get brp-15-strip-debug call llvm-strip, which is wasm-aware, as system-strip will break wasm-files (same for ar/ranlib) export CROSS_COMPILE=llvm-