Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rhash for openSUSE:Factory checked in at 2026-06-04 18:51:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rhash (Old) and /work/SRC/openSUSE:Factory/.rhash.new.2375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rhash" Thu Jun 4 18:51:29 2026 rev:13 rq:1356799 version:1.4.6 Changes: -------- --- /work/SRC/openSUSE:Factory/rhash/rhash.changes 2025-12-29 15:16:22.285944427 +0100 +++ /work/SRC/openSUSE:Factory/.rhash.new.2375/rhash.changes 2026-06-04 18:51:33.898067868 +0200 @@ -1,0 +2,8 @@ +Tue Jun 2 17:26:29 UTC 2026 - Michael Pujos <[email protected]> + +- fixes SIGILL on pre-2007 x86 PCs not supporting SSE4, notably making + cmake (which depends on this package) unusable on these machines. + By default, compile with --disable-shani on x86 to disable compilation + with SSE4 instructions (-msse4) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rhash.spec ++++++ --- /var/tmp/diff_new_pack.X4BNSg/_old 2026-06-04 18:51:35.378128917 +0200 +++ /var/tmp/diff_new_pack.X4BNSg/_new 2026-06-04 18:51:35.382129082 +0200 @@ -1,7 +1,7 @@ # # spec file for package rhash # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,6 +16,8 @@ # +%bcond_with shani_x86 + %define major 1 Name: rhash Version: 1.4.6 @@ -87,6 +89,11 @@ --libdir=%{_libdir} \ --mandir=%{_mandir} \ --enable-lib-shared \ +%ifarch %{ix86} +%if %{without shani_x86} + --disable-shani \ +%endif +%endif --enable-gettext %make_build
