File project.diff of Package valgrind

--- valgrind.changes.orig
+++ valgrind.changes
@@ -1,4 +1,9 @@
 -------------------------------------------------------------------
+Sun Nov 30 11:53:26 UTC 2025 - Giacomo Comes <gcomes.obs@gmail.com>
+
+- do not run test for Leap 16.0/i586
+
+-------------------------------------------------------------------
 Thu Jan 30 12:53:08 UTC 2025 - Dirk Müller <dmueller@suse.com>
 
 - update to 3.24.0 (jsc#PED-10260):
--- valgrind.spec.orig
+++ valgrind.spec
@@ -230,8 +230,14 @@ install -m 644 -t %{buildroot}/%{_includ
 # has too many spurious failures
 # make %{?_smp_mflags} regtest
 #patent pending self test
+%if %{suse_version} == 1600
+%ifnarch %{ix86}
 VALGRIND_LIB=$PWD/.in_place VALGRIND_LIB_INNER=$PWD/.in_place ./coregrind/valgrind  %{_bindir}/perl -wc tests/vg_regtest
 %endif
+%else
+VALGRIND_LIB=$PWD/.in_place VALGRIND_LIB_INNER=$PWD/.in_place ./coregrind/valgrind  %{_bindir}/perl -wc tests/vg_regtest
+%endif
+%endif
 %endif
 
 %if "%{flavor}" == ""
openSUSE Build Service is sponsored by