Update dependency and bump to 0.12
authorZhang Qiang <qiang.z.zhang@intel.com>
Mon, 26 Nov 2012 08:00:24 +0000 (16:00 +0800)
committerZhang Qiang <qiang.z.zhang@intel.com>
Wed, 28 Nov 2012 07:53:16 +0000 (15:53 +0800)
Change-Id: I00907f70cb8aeddece3e71ba463ea89f5e451c15

debian/changelog
debian/control
distfiles/gbs.spec
gitbuildsys/__init__.py
packaging/gbs.changes
packaging/gbs.dsc

index d6489c3e412ff3d69e463f09ef0c811ffee0ff34..238683a6584519564aacfc4e5935da4292477d5b 100644 (file)
@@ -1,3 +1,24 @@
+gbs (0.12) unstable; urgency=high
+  * upgrade to gbs v0.12, which contains the following bug fixing & features:
+    * support build rpm packages for incremental build
+    * --noinit support
+    * x86_64 support
+    * add --keep-packs to keep unused packages in buildroot
+    * show simple progress message for long time operations
+    * pristine-tar support
+    * patches generation for upstream branch exists
+    * add --define option to define macros for rpmbuild
+    * no hard code default base project
+    * modify changelog order to follow default order of git log
+    * change --spec to use only base file name
+    * ignore .gbs.conf in patch-generation
+    * cmd_import: enable importing patches
+    * remove output repo and buildroot info to depanneur
+    * bug fix:
+      - set TIZEN_BUILD_ROOT as abspath
+
+ -- Qiang Zhang <qiang.z.zhang@intel.com>  Mon, 26 Nov 2012 10:56:15 +0800
+
 gbs (0.11.1) unstable; urgency=high
   * Upgrade to gbs v0.11.1, which contains the following bug fixing & features:
     * depend on depanneur 0.2.1 to fix build break issue for 'osc build'
index a383a105eaa3ea44b5a892da6fcbe88aa12a72b5..c5d207cad645f6896fae81eccf0051e2654b5b0f 100644 (file)
@@ -14,8 +14,8 @@ Depends: ${misc:Depends}, ${python:Depends},
  git-core,
  sudo,
  osc (>= 0.136.0),
- git-buildpackage-rpm (>= 0.6.0git20120822-tizen20121025),
- depanneur (>= 0.2.1),
+ git-buildpackage-rpm (>= 0.6.0git20120822-tizen20121123),
+ depanneur (>= 0.3),
  pristine-tar
 Description: The command line tools for Tizen package developers
   The command line tools for Tizen package developers will
index 6815d656bdb03f2a3b4ef91d0b85fd5bc039f1ab..5042f9fe1a1b784a9660efa9d1a8caa1ea8e0a66 100644 (file)
@@ -1,7 +1,7 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 Name:       gbs
 Summary:    The command line tools for Tizen package developers
-Version:    0.11.1
+Version:    0.12
 Release:    1
 Group:      Development/Tools
 License:    GPLv2
@@ -13,8 +13,8 @@ Requires:   python-pycurl
 Requires:   git-core
 Requires:   sudo
 Requires:   osc >= 0.136.0
-Requires:   tizen-gbp-rpm >= 2012.10.25
-Requires:   depanneur >= 0.2.1
+Requires:   tizen-gbp-rpm >= 20121123
+Requires:   depanneur >= 0.3
 Requires:   pristine-tar
 
 BuildRequires:  python-devel
index 72574cf081c47596f667d3b986f511c4c2ea0165..044343ac17901e4bc976332b929b4383f48db31a 100644 (file)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.11.1"
+__version__ = "0.12"
index b240edf8c1857f210d837bb46264d7304c7f3452..400db3b218cfe35e4da1d3168747d7362fade684 100644 (file)
@@ -1,3 +1,22 @@
+* Mon Nov 26 12 2012 Qiang Zhang  <qiang.z.zhang@intel.com> - 0.12
+  * upgrade to gbs v0.12, which contains the following bug fixing & features:
+    * support build rpm packages for incremental build
+    * --noinit support
+    * x86_64 support
+    * add --keep-packs to keep unused packages in buildroot
+    * show simple progress message for long time operations
+    * pristine-tar support
+    * patches generation for upstream branch exists
+    * add --define option to define macros for rpmbuild
+    * no hard code default base project
+    * modify changelog order to follow default order of git log
+    * change --spec to use only base file name
+    * ignore .gbs.conf in patch-generation
+    * cmd_import: enable importing patches
+    * remove output repo and buildroot info to depanneur
+    * bug fix:
+      - set TIZEN_BUILD_ROOT as abspath
+
 * Mon Nov 12 2012 Qiang Zhang  <qiang.z.zhang@intel.com> - 0.11.1
 - Upgrade to gbs v0.11.1, which contains the following bug fixing & features:
     * depend on depanneur 0.2.1 to fix build break issue for 'osc build'
index 4f88c5dd5141304343a9ded07975c4ce299e5209..c8acec1f035c82d3b0c455840f899f2acb643607 100644 (file)
@@ -1,10 +1,10 @@
 Format: 1.0
 Source: gbs
-Version: 0.11.1
+Version: 0.12
 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:
bd0011a9583a06e29b0ebf45e1e7f801 2456529 gbs_0.11.1.tar.gz
574996dfeeb001e70f20239a0e621daf 2457861 gbs_0.12.tar.gz