summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoonKyu Park <sk7.park@samsung.com>2016-12-27 16:23:45 +0900
committerSoonKyu Park <sk7.park@samsung.com>2016-12-27 16:23:45 +0900
commit6f64f0a0430037d8f57a1d11f20a52de7286b7d6 (patch)
tree9a18c17b96aa8369b75cf95d9ca6fbc7cd398a7b
parentaa834de20a6de33ce855a3b70e29838ce657839f (diff)
downloadosc-6f64f0a0430037d8f57a1d11f20a52de7286b7d6.tar.gz
osc-6f64f0a0430037d8f57a1d11f20a52de7286b7d6.tar.bz2
osc-6f64f0a0430037d8f57a1d11f20a52de7286b7d6.zip
upgrade version to 0.155.0-tizen20161231upstream/0.162.2release-20161231
Change-Id: Ib2dbd1e0dba0a5b432352cdadbd26d60cd3636d9
-rw-r--r--debian/changelog5
-rw-r--r--osc/core.py2
-rw-r--r--packaging/osc.spec6
3 files changed, 10 insertions, 3 deletions
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 <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
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