diff options
author | biao716.wang <biao716.wang@samsung.com> | 2018-11-28 09:28:50 +0800 |
---|---|---|
committer | biao716.wang <biao716.wang@samsung.com> | 2018-11-30 18:35:31 +0800 |
commit | 1d927fd8c5ad9a933438e7bb15c0af5d9ff72344 (patch) | |
tree | edac9c551e7e9908ea1e349c752923de9ca633c1 | |
parent | 72a9761739d7db9217a244391db5c58dbb6da500 (diff) | |
download | osc-1d927fd8c5ad9a933438e7bb15c0af5d9ff72344.tar.gz osc-1d927fd8c5ad9a933438e7bb15c0af5d9ff72344.tar.bz2 osc-1d927fd8c5ad9a933438e7bb15c0af5d9ff72344.zip |
Upgrades osc version to 0.162.2 to adapt Ubuntu:18.04 release.submit/trunk/20191120.084954submit/trunk/20191101.102136submit/trunk/20191030.112603submit/trunk/20191021.004826submit/trunk/20191017.233826submit/trunk/20191017.111201submit/trunk/20191017.103604submit/trunk/20191017.102644submit/trunk/20190927.012842accepted/tizen/devbase/tools/20190927.044815release-20190215nanjing-devel
Change-Id: Ia935796fbf68c587ff0754eb9cacd3a0a80b4082
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | osc/core.py | 2 | ||||
-rw-r--r-- | 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 <biao716.wang@samsung.com> 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 |