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-09-30 17:43:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/opi (Old) and /work/SRC/openSUSE:Factory/.opi.new.11973 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "opi" Tue Sep 30 17:43:33 2025 rev:72 rq:1308176 version:5.8.8 Changes: -------- --- /work/SRC/openSUSE:Factory/opi/opi.changes 2025-09-04 18:02:24.302348725 +0200 +++ /work/SRC/openSUSE:Factory/.opi.new.11973/opi.changes 2025-09-30 17:49:13.946560027 +0200 @@ -1,0 +2,6 @@ +Tue Sep 30 12:09:03 UTC 2025 - Dominik Heidler <[email protected]> + +- Version 5.8.8 + * Fix adding openh264 repo on leap 16.0 + +------------------------------------------------------------------- Old: ---- opi-5.8.7.tar.gz New: ---- opi-5.8.8.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ opi.spec ++++++ --- /var/tmp/diff_new_pack.hWQM5F/_old 2025-09-30 17:49:14.726592969 +0200 +++ /var/tmp/diff_new_pack.hWQM5F/_new 2025-09-30 17:49:14.730593138 +0200 @@ -20,7 +20,7 @@ %define pythons %{use_python} Name: opi -Version: 5.8.7 +Version: 5.8.8 Release: 0 Summary: OBS Package Installer (CLI) License: GPL-3.0-only ++++++ opi-5.8.7.tar.gz -> opi-5.8.8.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/opi-5.8.7/opi/__init__.py new/opi-5.8.8/opi/__init__.py --- old/opi-5.8.7/opi/__init__.py 2025-09-04 11:23:35.000000000 +0200 +++ new/opi-5.8.8/opi/__init__.py 2025-09-30 14:08:57.000000000 +0200 @@ -149,12 +149,14 @@ project = project.replace('-Slowroll', '') project = project.replace('openSUSE MicroOS', 'openSUSE Tumbleweed') project = project.replace('openSUSE Leap Micro', 'openSUSE Leap') + if int(float(get_os_release()['VERSION'])) == 16: + project = project.replace('openSUSE Leap', 'openSUSE Leap 16') project = project.replace(':', '_').replace(' ', '_') url = f'http://codecs.opensuse.org/openh264/{project}/' existing_repo = get_enabled_repo_by_url(url) if existing_repo: - print(f"Installing from existing repo '{existing_repo.name}'") + print(f"Installing from existing repo '{existing_repo.name_expanded()}'") repo = existing_repo.alias else: repo = 'openh264' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/opi-5.8.7/opi/version.py new/opi-5.8.8/opi/version.py --- old/opi-5.8.7/opi/version.py 2025-09-04 11:23:35.000000000 +0200 +++ new/opi-5.8.8/opi/version.py 2025-09-30 14:08:57.000000000 +0200 @@ -1 +1 @@ -__version__ = '5.8.7' +__version__ = '5.8.8' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/opi-5.8.7/opi.changes new/opi-5.8.8/opi.changes --- old/opi-5.8.7/opi.changes 2025-09-04 11:23:35.000000000 +0200 +++ new/opi-5.8.8/opi.changes 2025-09-30 14:08:57.000000000 +0200 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Tue Sep 30 12:08:54 UTC 2025 - Dominik Heidler <[email protected]> + +- Version 5.8.8 + * Fix adding openh264 repo on leap 16.0 + +------------------------------------------------------------------- Thu Sep 4 09:23:19 UTC 2025 - Dominik Heidler <[email protected]> - Version 5.8.7
