From: SoonKyu Park Date: Tue, 27 Dec 2016 07:23:45 +0000 (+0900) Subject: upgrade version to 0.155.0-tizen20161231 X-Git-Tag: upstream/0.162.2^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Frelease-20161231;p=tools%2Fosc.git upgrade version to 0.155.0-tizen20161231 Change-Id: Ib2dbd1e0dba0a5b432352cdadbd26d60cd3636d9 --- diff --git a/debian/changelog b/debian/changelog index cd3e62d..cbf02e0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,8 @@ +osc (0.155.0-tizen20161026) unstable; urgency=low + - Change compat value to fix compile error on Ubuntu_16.10 + + -- SoonKyu Park Sat, 31 Dec 2016 19:30:00 +0200 + osc (0.153.0-2) unstable; urgency=low - Update to 0.153.0 diff --git a/osc/core.py b/osc/core.py index c569337..92f0cf4 100644 --- a/osc/core.py +++ b/osc/core.py @@ -5,7 +5,7 @@ from __future__ import print_function -__version__ = '0.153' +__version__ = '0.155' # __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 3bf2eb9..979a439 100644 --- a/packaging/osc.spec +++ b/packaging/osc.spec @@ -2,8 +2,8 @@ Name: osc Summary: OpenSUSE Build Service Commander -Version: 0.153.0 -Release: 1.5 +Version: 0.155.0 +Release: tizen20161231 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 +* 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 - update to 0.136.0: * prefer TLS v1.1 or v1.2 if available