Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rust1.68 for openSUSE:Factory 
checked in at 2023-04-26 17:25:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rust1.68 (Old)
 and      /work/SRC/openSUSE:Factory/.rust1.68.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rust1.68"

Wed Apr 26 17:25:09 2023 rev:4 rq:1082882 version:1.68.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/rust1.68/rust1.68.changes        2023-03-31 
21:14:41.454193813 +0200
+++ /work/SRC/openSUSE:Factory/.rust1.68.new.1533/rust1.68.changes      
2023-04-26 17:25:30.629675428 +0200
@@ -1,0 +2,5 @@
+Wed Apr 26 05:09:50 UTC 2023 - William Brown <william.br...@suse.com>
+
+- Disable fdupes on SLE/Leap due to incorrect debuginfo extraction
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rust1.68.spec ++++++
--- /var/tmp/diff_new_pack.jnBf9x/_old  2023-04-26 17:25:41.457738599 +0200
+++ /var/tmp/diff_new_pack.jnBf9x/_new  2023-04-26 17:25:41.461738622 +0200
@@ -260,7 +260,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
@@ -623,7 +626,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-

Reply via email to