From 1d927fd8c5ad9a933438e7bb15c0af5d9ff72344 Mon Sep 17 00:00:00 2001 From: "biao716.wang" Date: Wed, 28 Nov 2018 09:28:50 +0800 Subject: Upgrades osc version to 0.162.2 to adapt Ubuntu:18.04 release. Change-Id: Ia935796fbf68c587ff0754eb9cacd3a0a80b4082 --- debian/changelog | 5 +++++ osc/core.py | 2 +- packaging/osc.spec | 6 ++++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index cbf02e0..6177d73 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,8 @@ +osc (0.162.2-tizen20180912) unstable; urgency=low + - Upgrade version to 0.162.2 to adapt Ubuntu_18.04 + + -- Biao Wang Fri, 12 Sep 2018 19:30:00 +0200 + osc (0.155.0-tizen20161026) unstable; urgency=low - Change compat value to fix compile error on Ubuntu_16.10 diff --git a/osc/core.py b/osc/core.py index 8295526..052d8ea 100644 --- a/osc/core.py +++ b/osc/core.py @@ -5,7 +5,7 @@ from __future__ import print_function -__version__ = '0.155' +__version__ = '0.162' # __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 979a439..a4225f3 100644 --- a/packaging/osc.spec +++ b/packaging/osc.spec @@ -2,8 +2,8 @@ Name: osc Summary: OpenSUSE Build Service Commander -Version: 0.155.0 -Release: tizen20161231 +Version: 0.162.2 +Release: tizen20180912 Group: Development/Tools/Other License: GPL v2 or later Url: http://www.gitorious.org/opensuse/osc @@ -76,6 +76,8 @@ install -m 0755 dist/osc.complete %{buildroot}%{_prefix}/%{_lib}/osc/complete %doc AUTHORS README TODO NEWS %doc %_mandir/man1/osc.* %changelog +* 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 - Change compat value to fix compile error on Ubuntu_16.10 * Thu Sep 27 2012 suse-tux@gmx.de -- cgit v1.2.3