diff options
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | osc/core.py | 2 | ||||
-rw-r--r-- | packaging/osc.spec | 4 |
3 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 6177d73..634fe47 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,8 @@ +osc (0.168.2-tizen20180912) unstable; urgency=low + - Upgrade version to 0.168.2 to adapt Ubuntu_20.04 + + -- Biao Wang <biao716.wang@samsung.com> Fri, 22 May 2020 19:30:00 +0200 + osc (0.162.2-tizen20180912) unstable; urgency=low - Upgrade version to 0.162.2 to adapt Ubuntu_18.04 diff --git a/osc/core.py b/osc/core.py index ed32497..bc714b3 100644 --- a/osc/core.py +++ b/osc/core.py @@ -5,7 +5,7 @@ from __future__ import print_function -__version__ = '0.162' +__version__ = '0.168' # __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 9f902ff..7ed12b2 100644 --- a/packaging/osc.spec +++ b/packaging/osc.spec @@ -2,7 +2,7 @@ Name: osc Summary: OpenSUSE Build Service Commander -Version: 0.162.2 +Version: 0.168.2 Release: tizen20180912 Group: Development/Tools/Other License: GPL v2 or later @@ -79,6 +79,8 @@ install -m 0755 dist/osc.complete %{buildroot}%{_prefix}/%{_lib}/osc/complete %doc AUTHORS README TODO NEWS %doc %_mandir/man1/osc.* %changelog +* Fri May 22 2020 biao716.wang@samsung.com +- Upgrade version to 0.168.2 to adapt Ubuntu_20.04 * Fri Sep 14 2018 biao716.wang@samsung.com - Upgrade version to 0.162.2 to adapt Ubuntu_18.04 * Sat Dec 31 2016 sk7.park@samsung.com |