Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rust1.69 for openSUSE:Factory checked in at 2023-04-27 19:57:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rust1.69 (Old) and /work/SRC/openSUSE:Factory/.rust1.69.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rust1.69" Thu Apr 27 19:57:10 2023 rev:2 rq:1082881 version:1.69.0 Changes: -------- --- /work/SRC/openSUSE:Factory/rust1.69/rust1.69.changes 2023-04-22 21:57:25.332126581 +0200 +++ /work/SRC/openSUSE:Factory/.rust1.69.new.1533/rust1.69.changes 2023-04-27 19:57:11.788607062 +0200 @@ -1,0 +2,5 @@ +Wed Apr 26 05:10:35 UTC 2023 - William Brown <william.br...@suse.com> + +- Disable fdupes on SLE/Leap due to incorrect debuginfo extraction + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rust1.69.spec ++++++ --- /var/tmp/diff_new_pack.3c9NMP/_old 2023-04-27 19:57:30.868719226 +0200 +++ /var/tmp/diff_new_pack.3c9NMP/_new 2023-04-27 19:57:30.904719438 +0200 @@ -261,7 +261,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 @@ -618,7 +621,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-