bump to 0.22~rc1
authorZhang Qiang <qiang.z.zhang@intel.com>
Wed, 21 May 2014 14:18:21 +0000 (22:18 +0800)
committerZhang Qiang <qiang.z.zhang@intel.com>
Wed, 21 May 2014 14:53:38 +0000 (22:53 +0800)
Change-Id: Iaef7fa7e5caa65c27b657d3d950e62ab84b696dd

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

index e779c24..ce6c4f9 100644 (file)
@@ -1,3 +1,25 @@
+gbs (0.22~rc1) unstable; urgency=high
+  * upgrade to gbs v0.22, which contains the following bug fixing & features:
+    * orphan-packaging development model (experimental)
+      - implement 'devel' subcommand for  orphan-packaging development model
+      - 'gbs devel' subcommand contains 'start', 'export', 'switch' and
+        'convert' actions.
+      - updated export/build import subcommands to support new
+        orphan-packaging development model
+    * conf:
+      - make it possible to add new sections
+      - make it possible to update an empty conf file
+      - support new profile key 'exclude_packages'
+    * changelog: utilize rpm-ch from git-buildpackage
+    * build: add group metadata to local repodata if package-groups.rpm exists
+    * fix Pylint warning
+    * update dependencies:
+      - depanneur >= 0.13
+      - build >= 20131112
+      - git-buildpackage >= 0.6.8-tizen20140306
+
+ -- Qiang Zhang <qiang.z.zhang@intel.com>  Wed, 21 May 2014 10:56:15 +0800
+
 gbs (0.21) unstable; urgency=high
   * upgrade to gbs v0.21, which contains the following bug fixing & features:
     * [jenkins-job] support two jenkins jobs for local build:
index 3d36e37..68565bc 100644 (file)
@@ -1,3 +1,29 @@
+Release notes for gbs 0.22
+==========================
+
+- Release Date: 2014-05
+
+- New feature and enhancements added:
+    * orphan-packaging development model (experimental)
+      - implement 'devel' subcommand for  orphan-packaging development model
+      - 'gbs devel' subcommand contains 'start', 'export', 'switch' and
+        'convert' actions.
+      - updated export/build import subcommands to support new
+        orphan-packaging development model
+    * conf:
+      - make it possible to add new sections
+      - make it possible to update an empty conf file
+      - support new profile key 'exclude_packages'
+    * changelog: utilize rpm-ch from git-buildpackage
+    * build: add group metadata to local repodata if package-groups.rpm exists
+    * fix Pylint warning
+
+- dependencies update:
+    * depanneur >= 0.12
+    * build >= 20131112
+    * git-buildpackage >= 0.6.8-tizen20140306
+
+
 Release notes for gbs 0.21
 ==========================
 
index 31be4b1..7461d49 100644 (file)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.21"
+__version__ = "0.22"
index ac279ab..225938e 100644 (file)
@@ -1,4 +1,19 @@
-* Tue Mar 11 2014 Qiang Zhang <qiang.z.zhang@intel.com> - 0.21
+* Wed May 21 2014 Zhang Qiang <qiang.z.zhang@intel.com> 0.22
+  * orphan-packaging development model (experimental)
+    - implement 'devel' subcommand for  orphan-packaging development model
+    - 'gbs devel' subcommand contains 'start', 'export', 'switch' and
+      'convert' actions.
+    - updated export/build import subcommands to support new
+      orphan-packaging development model
+  * conf:
+    - make it possible to add new sections
+    - make it possible to update an empty conf file
+    - support new profile key 'exclude_packages'
+  * changelog: utilize rpm-ch from git-buildpackage
+  * build: add group metadata to local repodata if package-groups.rpm exists
+  * fix Pylint warning
+
+* Tue Mar 11 2014 Qiang Zhang <qiang.z.zhang@intel.com> 0.21
   * [jenkins-job] support two jenkins jobs for local build:
     - local full build jenkins job for build all packages and create images
     - build specified packages list and create images
@@ -11,7 +26,6 @@
     - build >= 20131112
     - git-buildpackage >= 0.6.8-tizen20140306
 
-
 * Tue Dec 10 2013 Qiang Zhang <qiang.z.zhang@intel.com> - 0.20
   * [build] attempt to bypass HTTP caches when fetching repomd.xml
   * [build] generate html & json format report
index 5feeda2..9a1588f 100644 (file)
@@ -5,9 +5,9 @@
 
 Name:       gbs
 Summary:    The command line tools for Tizen package developers
-Version:    0.21
+Version:    0.22
 %if 0%{?opensuse_bs}
-Release:    1.<CI_CNT>.<B_CNT>
+Release:    0.rc1.<CI_CNT>.<B_CNT>
 %else
 Release:    1
 %endif