Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package opi for openSUSE:Factory checked in 
at 2022-01-28 22:12:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/opi (Old)
 and      /work/SRC/openSUSE:Factory/.opi.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "opi"

Fri Jan 28 22:12:42 2022 rev:27 rq:949668 version:2.4.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/opi/opi.changes  2022-01-24 23:10:38.126494930 
+0100
+++ /work/SRC/openSUSE:Factory/.opi.new.1898/opi.changes        2022-01-28 
22:13:28.314505736 +0100
@@ -1,0 +2,6 @@
+Fri Jan 28 11:12:31 UTC 2022 - Dominik Heidler <dheid...@suse.de>
+
+- Version 2.4.4
+- Fix for Alpha/Beta dist versions (boo#1195206)
+
+-------------------------------------------------------------------

Old:
----
  opi-2.4.3.tar.gz

New:
----
  opi-2.4.4.tar.gz

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

Other differences:
------------------
++++++ opi.spec ++++++
--- /var/tmp/diff_new_pack.koHmFE/_old  2022-01-28 22:13:28.870501932 +0100
+++ /var/tmp/diff_new_pack.koHmFE/_new  2022-01-28 22:13:28.874501905 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           opi
-Version:        2.4.3
+Version:        2.4.4
 Release:        0
 Summary:        OBS Package Installer (CLI)
 License:        GPL-3.0-only

++++++ opi-2.4.3.tar.gz -> opi-2.4.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/opi-2.4.3/opi/__init__.py 
new/opi-2.4.4/opi/__init__.py
--- old/opi-2.4.3/opi/__init__.py       2022-01-24 12:31:27.000000000 +0100
+++ new/opi-2.4.4/opi/__init__.py       2022-01-28 12:08:21.000000000 +0100
@@ -51,6 +51,9 @@
                        os_release[key] = value
        name = os_release['NAME']
        version = os_release.get('VERSION') # VERSION is not set for TW
+       if version:
+               # strip prerelease suffix (eg. " Alpha")
+               version = version.split(' ', 1)[0]
        if name == 'openSUSE Tumbleweed' or name == 'openSUSE MicroOS':
                project = 'openSUSE:Factory'
        elif name == 'openSUSE Leap':
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/opi-2.4.3/opi/version.py new/opi-2.4.4/opi/version.py
--- old/opi-2.4.3/opi/version.py        2022-01-24 12:31:27.000000000 +0100
+++ new/opi-2.4.4/opi/version.py        2022-01-28 12:08:21.000000000 +0100
@@ -1 +1 @@
-__version__ = '2.4.3'
+__version__ = '2.4.4'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/opi-2.4.3/opi.changes new/opi-2.4.4/opi.changes
--- old/opi-2.4.3/opi.changes   2022-01-24 12:31:27.000000000 +0100
+++ new/opi-2.4.4/opi.changes   2022-01-28 12:08:21.000000000 +0100
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Fri Jan 28 11:07:25 UTC 2022 - Dominik Heidler <dheid...@suse.de>
+
+- Version 2.4.4
+- Fix for Alpha/Beta dist versions
+
+-------------------------------------------------------------------
 Mon Jan 24 11:23:50 UTC 2022 - Dominik Heidler <dheid...@suse.de>
 
 - Version 2.4.3

Reply via email to