update osc version to 0.168.0 to adapt Ubuntu 20.04 92/234192/1 accepted/tizen_devbase_tools accepted/tizen/devbase/tools/20200618.010554 accepted/tizen/devbase/tools/20200623.003415 accepted/tizen/devbase/tools/20201105.013058 accepted/tools/devbase/tools/legacy/20240422.110829 accepted/tools/devbase/tools/legacy/20240423.040710 accepted/tools/devbase/tools/legacy/20240424.050652 submit/trunk/20200612.131210 submit/trunk/20200612.180310 submit/trunk/20200612.182210 submit/trunk/20200612.185510 submit/trunk/20200612.191020 submit/trunk/20200615.140020 submit/trunk/20200617.133020 submit/trunk/20200619.141212 submit/trunk/20200622.151812 submit/trunk/20201029.114030 submit/trunk/20201029.132130 submit/trunk/20201029.140230 submit/trunk/20201030.104730 submit/trunk/20201030.143530 submit/trunk/20201102.094730 submit/trunk/20201104.132730
authorbiao716.wang <biao716.wang@samsung.com>
Fri, 22 May 2020 10:04:37 +0000 (19:04 +0900)
committerbiao716.wang <biao716.wang@samsung.com>
Fri, 22 May 2020 10:04:37 +0000 (19:04 +0900)
Change-Id: I394e271d4c84a13d2d5aa82d6df45ca3e59079c8
Signed-off-by: biao716.wang <biao716.wang@samsung.com>
debian/changelog
osc/core.py
packaging/osc.spec

index 6177d730f17542cba6e2b91b40b1b793045a225d..634fe47f7e98707eb1840c9601104810c6521783 100644 (file)
@@ -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 <biao716.wang@samsung.com>  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
 
index ed3249714ce507198d8d3d21881f0d109c684279..bc714b3948f45762e7b33cdff860ee49c9c138d2 100644 (file)
@@ -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
index 9f902ffcb13f3e1e4e49bc11e5c02aa0c707cbf2..7ed12b2ae24407b9bb4866b39d3a1eb7920a2884 100644 (file)
@@ -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