Upgrades osc version to 0.162.2 to adapt Ubuntu:18.04 release 88/199888/3
authorbiao716.wang <biao716.wang@samsung.com>
Wed, 28 Nov 2018 01:28:50 +0000 (09:28 +0800)
committerjingui.ren <jingui.ren@samsung.com>
Mon, 18 Feb 2019 03:00:39 +0000 (11:00 +0800)
Change-Id: Ia935796fbf68c587ff0754eb9cacd3a0a80b4082

debian/changelog
osc/core.py
packaging/osc.spec

index cbf02e0a248294c7db18cc9cc649d57a6d9e4c9e..6177d730f17542cba6e2b91b40b1b793045a225d 100644 (file)
@@ -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
 
index 92f0cf4e3c4ce19ee9cd0d56a47905ec7a189596..3857860d6a2df0c0a1f2e3c21df445d9c6e95391 100644 (file)
@@ -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
index 979a4390b2cefc0d0744d5547b2f60ff8617b976..a4225f3790b80ebe49fd5899a5fb23da67d1b59c 100644 (file)
@@ -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