From: biao716.wang Date: Fri, 22 May 2020 10:04:37 +0000 (+0900) Subject: update osc version to 0.168.0 to adapt Ubuntu 20.04 X-Git-Tag: submit/trunk/20200612.180310^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e1c33aa026e881af40d252306ff1c2134b55e76c;p=tools%2Fosc.git update osc version to 0.168.0 to adapt Ubuntu 20.04 Change-Id: I394e271d4c84a13d2d5aa82d6df45ca3e59079c8 Signed-off-by: biao716.wang --- 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 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