Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package 7zip for openSUSE:Factory checked in at 2025-12-10 15:29:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/7zip (Old) and /work/SRC/openSUSE:Factory/.7zip.new.1939 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "7zip" Wed Dec 10 15:29:55 2025 rev:19 rq:1321772 version:25.01 Changes: -------- --- /work/SRC/openSUSE:Factory/7zip/7zip.changes 2025-09-05 21:42:45.179234958 +0200 +++ /work/SRC/openSUSE:Factory/.7zip.new.1939/7zip.changes 2025-12-10 15:30:47.250901045 +0100 @@ -1,0 +2,5 @@ +Thu Dec 4 14:31:25 UTC 2025 - Guillaume GARDET <[email protected]> + +- Do not use asm code on aarch64 until PAC/BTI/GCS fixed upstream + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ 7zip.spec ++++++ --- /var/tmp/diff_new_pack.ASQNES/_old 2025-12-10 15:30:48.274944367 +0100 +++ /var/tmp/diff_new_pack.ASQNES/_new 2025-12-10 15:30:48.274944367 +0100 @@ -78,7 +78,10 @@ %make_build -f ../../cmpl_gcc_x86.mak MY_ASM=uasm %else %ifarch aarch64 -%make_build -f ../../cmpl_gcc_arm64.mak MY_ASM=gcc +# Do not use asm code until PAC/BTI/GCS fixed upstream +sed -i -e 's/USE_ASM=1/USE_ASM=/' ../../../../C/var_gcc_arm64.mak +sed -i -e 's/USE_ASM=1/USE_ASM=/' ../../var_gcc_arm64.mak +%make_build -f ../../cmpl_gcc_arm64.mak %else %make_build -f ../../cmpl_gcc.mak %endif
