depend on new gbp and bump to 0.17.1
authorZhang Qiang <qiang.z.zhang@intel.com>
Tue, 16 Jul 2013 02:17:31 +0000 (10:17 +0800)
committerZhang Qiang <qiang.z.zhang@intel.com>
Wed, 17 Jul 2013 02:11:39 +0000 (10:11 +0800)
Change-Id: I80ae343c109821deb213b5d5f170c80466e45a44

debian/changelog
debian/control
docs/RELEASE_NOTES
gitbuildsys/__init__.py
packaging/gbs.dsc
packaging/gbs.spec

index d7e1826..774145c 100644 (file)
@@ -1,4 +1,4 @@
-gbs (0.17-1) unstable; urgency=high
+gbs (0.17.1-1) unstable; urgency=high
   * upgrade to gbs v0.17, which contains the following bug fixing & features:
   * New gbs config refinements
     - 'work_dir' support in [general] section
index ccef9f6..0cdb12b 100644 (file)
@@ -13,7 +13,7 @@ Depends: ${misc:Depends}, ${python:Depends},
  python-pycurl,
  sudo,
  osc (>= 0.139.0),
- git-buildpackage-rpm (>= 0.6.0git20130530-tizen20130531),
+ git-buildpackage-rpm (>= 0.6.0git20130530-tizen20130716),
  gbs-api (= ${binary:Version}),
  gbs-export (= ${binary:Version}),
  depanneur (>= 0.8),
index 366d8e3..a3002f0 100644 (file)
@@ -1,3 +1,11 @@
+Release notes for gbs 0.17.1
+============================
+
+- Release Date: 2013-07
+
+- New feature added:
+  * Always generate textual diffs to support binary file patch generation
+
 Release notes for gbs 0.17
 ==========================
 
index 3a2e990..c13fc22 100644 (file)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.17"
+__version__ = "0.17.1"
index ce94741..0510946 100644 (file)
@@ -1,10 +1,10 @@
 Format: 1.0
 Source: gbs
-Version: 0.17
+Version: 0.17.1
 Binary: gbs, gbs-api, gbs-export
 Maintainer: Jian-feng Ding <jian-feng.ding@intel.com>
 Architecture: all
 Standards-Version: 3.7.1
 Build-Depends: debhelper, python-support
 Files:
- 574996dfeeb001e70f20239a0e621daf 2457861 gbs_0.17.tar.gz
+ 574996dfeeb001e70f20239a0e621daf 2457861 gbs_0.17.1.tar.gz
index bdeae67..526eee6 100644 (file)
@@ -2,7 +2,7 @@
 %{!?python_version: %define python_version %(%{__python} -c "import sys; sys.stdout.write(sys.version[:3])")}
 Name:       gbs
 Summary:    The command line tools for Tizen package developers
-Version:    0.17
+Version:    0.17.1
 Release:    1
 Group:      Development/Tools
 License:    GPLv2
@@ -13,7 +13,7 @@ Requires:   python >= 2.6
 Requires:   python-pycurl
 Requires:   sudo
 Requires:   osc >= 0.139.0
-Requires:   tizen-gbp-rpm >= 20130531
+Requires:   tizen-gbp-rpm >= 20130716
 Requires:   depanneur >= 0.8
 Requires:   mic >= 0.20