upgrade version to 0.155.0-tizen20161231 release-20161231 upstream/0.162.2
authorSoonKyu Park <sk7.park@samsung.com>
Tue, 27 Dec 2016 07:23:45 +0000 (16:23 +0900)
committerSoonKyu Park <sk7.park@samsung.com>
Tue, 27 Dec 2016 07:23:45 +0000 (16:23 +0900)
Change-Id: Ib2dbd1e0dba0a5b432352cdadbd26d60cd3636d9

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

index cd3e62d22a3eb4f2c515a32a905a75eeda610fac..cbf02e0a248294c7db18cc9cc649d57a6d9e4c9e 100644 (file)
@@ -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 <sk7.park@samsung.com>  Sat, 31 Dec 2016 19:30:00 +0200
+
 osc (0.153.0-2) unstable; urgency=low
   - Update to 0.153.0
 
index c569337c94b030e4067ca117a48312a0304338b4..92f0cf4e3c4ce19ee9cd0d56a47905ec7a189596 100644 (file)
@@ -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
index 3bf2eb93f7c342d4ee69c88a63b669a2d2c7e9ac..979a4390b2cefc0d0744d5547b2f60ff8617b976 100644 (file)
@@ -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