Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package opi for openSUSE:Factory checked in at 2025-05-27 18:42:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/opi (Old) and /work/SRC/openSUSE:Factory/.opi.new.2732 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "opi" Tue May 27 18:42:11 2025 rev:69 rq:1280114 version:5.8.4 Changes: -------- --- /work/SRC/openSUSE:Factory/opi/opi.changes 2025-04-22 17:30:30.040670516 +0200 +++ /work/SRC/openSUSE:Factory/.opi.new.2732/opi.changes 2025-05-27 18:42:12.568597904 +0200 @@ -1,0 +2,6 @@ +Mon May 26 10:40:48 UTC 2025 - Dominik Heidler <dheid...@suse.de> + +- Version 5.8.4 + * Use arm64 rpm for libation on aarch64 + +------------------------------------------------------------------- Old: ---- opi-5.8.3.tar.gz New: ---- opi-5.8.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ opi.spec ++++++ --- /var/tmp/diff_new_pack.9Go1Bq/_old 2025-05-27 18:42:13.204624712 +0200 +++ /var/tmp/diff_new_pack.9Go1Bq/_new 2025-05-27 18:42:13.204624712 +0200 @@ -20,7 +20,7 @@ %define pythons %{use_python} Name: opi -Version: 5.8.3 +Version: 5.8.4 Release: 0 Summary: OBS Package Installer (CLI) License: GPL-3.0-only ++++++ opi-5.8.3.tar.gz -> opi-5.8.4.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/opi-5.8.3/opi/plugins/libation.py new/opi-5.8.4/opi/plugins/libation.py --- old/opi-5.8.3/opi/plugins/libation.py 2025-04-22 13:55:13.000000000 +0200 +++ new/opi-5.8.4/opi/plugins/libation.py 2025-05-26 12:40:39.000000000 +0200 @@ -9,7 +9,7 @@ @classmethod def run(cls, query): - arch = opi.get_cpu_arch().replace('aarch64', 'amd64').replace('x86_64', 'amd64') + arch = opi.get_cpu_arch().replace('aarch64', 'arm64').replace('x86_64', 'amd64') github.install_rpm_release('rmcrackan', 'Libation', filters=[lambda a: a['name'].endswith(f'{arch}.rpm')], allow_unsigned=True # no key available diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/opi-5.8.3/opi/version.py new/opi-5.8.4/opi/version.py --- old/opi-5.8.3/opi/version.py 2025-04-22 13:55:13.000000000 +0200 +++ new/opi-5.8.4/opi/version.py 2025-05-26 12:40:39.000000000 +0200 @@ -1 +1 @@ -__version__ = '5.8.3' +__version__ = '5.8.4' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/opi-5.8.3/opi.changes new/opi-5.8.4/opi.changes --- old/opi-5.8.3/opi.changes 2025-04-22 13:55:13.000000000 +0200 +++ new/opi-5.8.4/opi.changes 2025-05-26 12:40:39.000000000 +0200 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Mon May 26 10:40:34 UTC 2025 - Dominik Heidler <dheid...@suse.de> + +- Version 5.8.4 + * Use arm64 rpm for libation on aarch64 + +------------------------------------------------------------------- Tue Apr 22 11:55:07 UTC 2025 - Dominik Heidler <dheid...@suse.de> - Version 5.8.3