Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package zpaq for openSUSE:Factory checked in 
at 2026-04-07 16:33:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zpaq (Old)
 and      /work/SRC/openSUSE:Factory/.zpaq.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zpaq"

Tue Apr  7 16:33:58 2026 rev:9 rq:1344874 version:7.15

Changes:
--------
--- /work/SRC/openSUSE:Factory/zpaq/zpaq.changes        2021-04-14 
13:05:27.745472131 +0200
+++ /work/SRC/openSUSE:Factory/.zpaq.new.21863/zpaq.changes     2026-04-07 
16:50:06.683524635 +0200
@@ -1,0 +2,5 @@
+Fri Mar 20 05:31:11 UTC 2026 - Ilgaz Ă–cal <[email protected]>
+
+- Add -DNOJIT to CXXFLAGS for non-x86 architectures to fix Illegal instruction 
crashes on aarch64.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ zpaq.spec ++++++
--- /var/tmp/diff_new_pack.6ldv3M/_old  2026-04-07 16:50:07.191545666 +0200
+++ /var/tmp/diff_new_pack.6ldv3M/_new  2026-04-07 16:50:07.195545831 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package zpaq
 #
-# Copyright (c) 2021 SUSE LLC
+# 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
@@ -21,7 +21,7 @@
 Version:        7.15
 Release:        0
 Summary:        A journaling, incremental, deduplicating archiver
-License:        SUSE-Public-Domain AND MIT
+License:        MIT AND SUSE-Public-Domain
 Group:          Productivity/Archiving/Compression
 URL:            http://mattmahoney.net/dc/zpaq.html
 Source0:        http://mattmahoney.net/dc/zpaq%{dversion}.zip
@@ -45,7 +45,11 @@
 dos2unix readme.txt COPYING
 
 %build
+%ifarch x86_64 %{ix86}
 %make_build CXXFLAGS="%{optflags}"
+%else
+%make_build CXXFLAGS="%{optflags} -DNOJIT"
+%endif
 
 %install
 %make_install \
@@ -55,6 +59,9 @@
   MANDIR="%{_mandir}" \
   INCLUDEDIR="%{_includedir}"
 
+%check
+%make_build check
+
 %files
 %doc readme.txt
 %license COPYING

Reply via email to