bump to gbs 0.17
authorZhang Qiang <qiang.z.zhang@intel.com>
Mon, 1 Jul 2013 06:28:45 +0000 (14:28 +0800)
committerZhang Qiang <qiang.z.zhang@intel.com>
Mon, 1 Jul 2013 07:00:42 +0000 (15:00 +0800)
Change-Id: I41ced1801ec4a6b50244f81480da5f049fb7256b

debian/changelog
docs/RELEASE_NOTES
packaging/gbs.changes
packaging/gbs.dsc
packaging/gbs.spec

index 5815a23f39421961a0af8227798feb4a03553f5a..d7e18265b4b287ae3973d046af9e46c29c51bcba 100644 (file)
@@ -1,3 +1,27 @@
+gbs (0.17-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
+    - 'buildconf' support  in each [profile] section, use buildconf to specify
+      local build conf
+    - string interpolation: ${key} can be used to reference keys defined in
+      [general] section
+    - 'packaging_branch' support in [general] section, which can be used to
+      specify working or development branch, and the default is 'master'
+  * Support fetching build conf from standard RPM repodata
+  * create debug package by default
+  * refinement:
+    - report package dependency cycles in time
+    - load dependency data during refresh repo, instead of during parsing every
+      spec file
+  * bug fix:
+    - get target arch from build conf if 'Target' is set in build config, which
+      make gbs and remote obs generate the same arch for final RPM package
+    - exit unexpectedly if cycles exist
+    - using higer version in different repo
+
+ -- Qiang Zhang <qiang.z.zhang@intel.com>  Tue, 14 May 2013 10:56:15 +0800
+
 gbs (0.16-1) unstable; urgency=high
   * upgrade to gbs v0.15, which contains the following bug fixing & features:
   * new subcommands 'createimage/cr' added, which can be used for developers
index 3addc3fceaab3cbfd7bd13e30176b900eac6fb42..366d8e3fbc4dfb6f103c8f79ce3b33d48b1a0241 100644 (file)
@@ -1,3 +1,33 @@
+Release notes for gbs 0.17
+==========================
+
+- Release Date: 2013-06
+
+- New features added:
+  * Totally local full build support
+  * New gbs config refinements
+    - 'work_dir' support in [general] section
+    - 'buildconf' support  in each [profile] section, use buildconf to specify
+      local build conf
+    - string interpolation: ${key} can be used to reference keys defined in
+      [general] section
+    - 'packaging_branch' support in [general] section, which can be used to
+      specify working or development branch, and the default is 'master'
+  * --packaging-branch option added for gbs clone to specify working or devel
+    branch
+  * Support fetching build conf from standard RPM repodata
+  * Create debuginfo and debugsource packages by default
+  * Optimization:
+    - report package dependency cycles in time
+    - load dependency data during refresh repo, instead of during parsing every
+      spec file
+  * Bug fix:
+    - get target arch from build conf if 'Target' is set in build config, which
+      make gbs and remote obs generate the same arch for final RPM package
+    - exit unexpectedly if cycles exist
+    - using higer version in different repo
+
+
 Release notes for gbs 0.16
 ==========================
 
index d0e55f0e5b0581179024c164ead3850b0c87da9c..ab0ea2256eb32ec581f34812b1873f5433e2f566 100644 (file)
@@ -1,3 +1,25 @@
+* Mon Jul  1 2013 Qiang Zhang <qiang.z.zhang@intel.com> - 0.17
+  * upgrade to gbs v0.17, which contains the following bug fixing & features:
+  * New gbs config refinements
+    - 'work_dir' support in [general] section
+    - 'buildconf' support  in each [profile] section, use buildconf to specify
+      local build conf
+    - string interpolation: ${key} can be used to reference keys defined in
+      [general] section
+    - 'packaging_branch' support in [general] section, which can be used to
+      specify working or development branch, and the default is 'master'
+  * Support fetching build conf from standard RPM repodata
+  * create debug package by default
+  * refinement:
+    - report package dependency cycles in time
+    - load dependency data during refresh repo, instead of during parsing every
+      spec file
+  * bug fix:
+    - get target arch from build conf if 'Target' is set in build config, which
+      make gbs and remote obs generate the same arch for final RPM package
+    - exit unexpectedly if cycles exist
+    - using higer version in different repo
+
 * Tue May 14 2013 Qiang Zhang <qiang.z.zhang@intel.com> - 0.16
   * new subcommands 'createimage/cr' added, which can be used for developers
     to create image using ks file
index 0a10f619b89cc5981fb9781769c6c1910dff5773..ce94741f34f517fe497ce1e0e1f116415c01fea8 100644 (file)
@@ -1,10 +1,10 @@
 Format: 1.0
 Source: gbs
-Version: 0.16
+Version: 0.17
 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.16.tar.gz
+ 574996dfeeb001e70f20239a0e621daf 2457861 gbs_0.17.tar.gz
index b3780cd4fb047a0394db25c0cfc24ae410315bd6..f9561a64fe05c5974be8aae553873bf359c046db 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.16
+Version:    0.17
 Release:    1
 Group:      Development/Tools
 License:    GPLv2