depend on new git-buildpackage and bump to 0.17.2
authorZhang Qiang <qiang.z.zhang@intel.com>
Fri, 19 Jul 2013 08:46:27 +0000 (16:46 +0800)
committerZhang Qiang <qiang.z.zhang@intel.com>
Mon, 22 Jul 2013 02:18:25 +0000 (10:18 +0800)
Change-Id: I844a94c1d73440e7833c2cf49d3240edba394466

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

index 774145c..172bb54 100644 (file)
@@ -1,4 +1,4 @@
-gbs (0.17.1-1) unstable; urgency=high
+gbs (0.17.2-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 0cdb12b..2d2e8e4 100644 (file)
@@ -13,7 +13,7 @@ Depends: ${misc:Depends}, ${python:Depends},
  python-pycurl,
  sudo,
  osc (>= 0.139.0),
- git-buildpackage-rpm (>= 0.6.0git20130530-tizen20130716),
+ git-buildpackage-rpm (>= 0.6.0git20130530-tizen20130719),
  gbs-api (= ${binary:Version}),
  gbs-export (= ${binary:Version}),
  depanneur (>= 0.8),
index a3002f0..d608f8a 100644 (file)
@@ -1,3 +1,12 @@
+Release notes for gbs 0.17.2
+============================
+
+- Release Date: 2013-07-19
+
+- New feature added:
+  * ignore submodules during patch generation. Without this fix, patches
+    conains submodules info would fail to apply during rpmbuild
+
 Release notes for gbs 0.17.1
 ============================
 
index c13fc22..e37a506 100644 (file)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.17.1"
+__version__ = "0.17.2"
index 0510946..b268879 100644 (file)
@@ -1,10 +1,10 @@
 Format: 1.0
 Source: gbs
-Version: 0.17.1
+Version: 0.17.2
 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.1.tar.gz
+ 574996dfeeb001e70f20239a0e621daf 2457861 gbs_0.17.2.tar.gz
index 526eee6..11760b2 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.1
+Version:    0.17.2
 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 >= 20130716
+Requires:   tizen-gbp-rpm >= 20130719
 Requires:   depanneur >= 0.8
 Requires:   mic >= 0.20