Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package 7zip for openSUSE:Factory checked in at 2023-07-19 19:09:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/7zip (Old) and /work/SRC/openSUSE:Factory/.7zip.new.5570 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "7zip" Wed Jul 19 19:09:51 2023 rev:9 rq:1099232 version:23.01 Changes: -------- --- /work/SRC/openSUSE:Factory/7zip/7zip.changes 2023-06-23 21:52:10.378476780 +0200 +++ /work/SRC/openSUSE:Factory/.7zip.new.5570/7zip.changes 2023-07-19 19:09:54.528311639 +0200 @@ -1,0 +2,5 @@ +Tue Jul 18 02:01:41 UTC 2023 - Linnaea Lavia <linn...@lavia.moe> + +- Enable ARM64 ASM introduced in 23.01 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ 7zip.spec ++++++ --- /var/tmp/diff_new_pack.n92zlg/_old 2023-07-19 19:09:55.148315265 +0200 +++ /var/tmp/diff_new_pack.n92zlg/_new 2023-07-19 19:09:55.152315289 +0200 @@ -75,9 +75,13 @@ %ifarch %ix86 %make_build -f ../../cmpl_gcc_x86.mak MY_ASM=uasm %else +%ifarch aarch64 +%make_build -f ../../cmpl_gcc_arm64.mak MY_ASM=gcc +%else %make_build -f ../../cmpl_gcc.mak %endif %endif +%endif %install %ifarch x86_64 %x86_64 @@ -86,9 +90,13 @@ %ifarch %ix86 install -Dm 755 CPP/7zip/Bundles/Alone2/b/g_x86/7zz %{buildroot}%{_bindir}/7zz %else +%ifarch aarch64 +install -Dm 755 CPP/7zip/Bundles/Alone2/b/g_arm64/7zz %{buildroot}%{_bindir}/7zz +%else install -Dm 755 CPP/7zip/Bundles/Alone2/b/g/7zz %{buildroot}%{_bindir}/7zz %endif %endif +%endif # Create links the executables provided by p7zip ln -s %{_bindir}/7zz %{buildroot}%{_bindir}/7z ln -s %{_bindir}/7z %{buildroot}%{_bindir}/7za