Update dependency and Bump to gbs version 0.14
authorZhang Qiang <qiang.z.zhang@intel.com>
Thu, 21 Feb 2013 20:08:33 +0000 (15:08 -0500)
committerZhang Qiang <qiang.z.zhang@intel.com>
Sat, 23 Feb 2013 01:34:55 +0000 (20:34 -0500)
Change-Id: I1e6ec2f999ff5189bc620d2c065c084d3207826a

debian/changelog
debian/control
distfiles/gbs.spec
docs/RELEASE_NOTES
packaging/gbs.dsc

index ce73f20..2af3b0d 100644 (file)
@@ -1,3 +1,14 @@
+gbs (0.14-1) unstable; urgency=high
+  * upgrade to gbs v0.14, which contains the following bug fixing & features:
+    * Add --binary-from-file option to specify a package list file
+    * Change --binary-list option, accept a packages list separated by comma(,).
+    * Add --deps to build specified packages and all packages they depend
+    * Add --rdeps to build specified packages and all packages depend on them
+    * bug fix:
+      - gbs remotebuild does not work with linked package(not branch package)
+
+ -- Qiang Zhang <qiang.z.zhang@intel.com>  Fri, 22 Feb 2013 10:56:15 +0800
+
 gbs (0.13-1) unstable; urgency=high
   * upgrade to gbs v0.13, which contains the following bug fixing & features:
     * tab completion support
index 8cb0821..32f545c 100644 (file)
@@ -14,8 +14,8 @@ Depends: ${misc:Depends}, ${python:Depends},
  git-core,
  sudo,
  osc (>= 0.136.0),
- git-buildpackage-rpm (>= 0.6.0git20121124-tizen20130123),
- depanneur (>= 0.4),
+ git-buildpackage-rpm (>= 0.6.0git20121124-tizen20130221),
+ depanneur (>= 0.5),
  pristine-tar
 Recommends: librpm-tizen (>= 4.10.91.tizen20121215)
 Description: The command line tools for Tizen package developers
index f495e14..626300b 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.13
+Version:    0.14
 Release:    1
 Group:      Development/Tools
 License:    GPLv2
@@ -14,13 +14,13 @@ Requires:   python-pycurl
 Requires:   git-core
 Requires:   sudo
 Requires:   osc >= 0.136.0
-Requires:   tizen-gbp-rpm >= 20130123
-Requires:   depanneur >= 0.4
+Requires:   tizen-gbp-rpm >= 20130221
+Requires:   depanneur >= 0.5
 Requires:   pristine-tar
 %if "%{?python_version}" < "2.7"
 Requires:   python-argparse
 %endif
-%if 0%{?suse_version} >= 1210 || 0%{?fedora} >= 18
+%if 0%{?suse_version} >= 1210
 Recommends: librpm-tizen >= 4.10.91.tizen20121215
 %else
 Requires:   librpm-tizen >= 4.10.91.tizen20121215
index 793e769..91113af 100644 (file)
@@ -1,3 +1,21 @@
+Release notes for gbs 0.14
+==========================
+
+- Release Date: 2013-02
+
+- New features added:
+    * Add --binary-from-file option to specify a package list file
+    * Change --binary-list option, accept a packages list separated by comma(,).
+    * Add --deps to build specified packages and all packages they depend
+    * Add --rdeps to build specified packages and all packages depend on them
+    * bug fix:
+      - gbs remotebuild does not work with linked package(not branch package)
+
+- New distributions support:
+    * CentOS 6.3
+    * Fedora 18
+
+
 Release notes for gbs 0.13
 ==========================
 
index 502cfbd..5f97205 100644 (file)
@@ -1,10 +1,10 @@
 Format: 1.0
 Source: gbs
-Version: 0.13
+Version: 0.14
 Binary: gbs
 Maintainer: Jian-feng Ding <jian-feng.ding@intel.com>
 Architecture: all
 Standards-Version: 3.7.1
 Build-Depends: debhelper (>= 4.0.0), python-dev
 Files:
- 574996dfeeb001e70f20239a0e621daf 2457861 gbs_0.13.tar.gz
+ 574996dfeeb001e70f20239a0e621daf 2457861 gbs_0.14.tar.gz