diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | osc/core.py | 2 | ||||
-rw-r--r-- | packaging/osc.spec | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 59249b3..353f32a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +osc (0.183.1-tizen20240914) unstable; urgency=low + - Upgrade version to 0.183.1 + - Fix run error on ubuntu24.04 + + -- Biao Wang <biao716.wang@samsung.com> Sat, 14 Sep 2024 12:30:00 +0200 + osc (0.182.1-tizen20240402) unstable; urgency=low - Upgrade version to 0.182.1 - Support opensuse 15.5 diff --git a/osc/core.py b/osc/core.py index 8ac8f38..9c7212b 100644 --- a/osc/core.py +++ b/osc/core.py @@ -5,7 +5,7 @@ -__version__ = '0.182' +__version__ = '0.183' # __store_version__ is to be incremented when the format of the working copy # "store" changes in an incompatible way. Please add any needed migration diff --git a/packaging/osc.spec b/packaging/osc.spec index b2f7291..8b466b1 100644 --- a/packaging/osc.spec +++ b/packaging/osc.spec @@ -2,8 +2,8 @@ Name: osc Summary: OpenSUSE Build Service Commander -Version: 0.182.1 -Release: tizen20180912 +Version: 0.183.1 +Release: tizen20240914 Group: Development/Tools/Other License: GPL v2 or later Url: http://www.gitorious.org/opensuse/osc |