From 3a25c3b0821dd284a28ba2c457fbff40c3bf435c Mon Sep 17 00:00:00 2001 From: Zhang Qiang Date: Wed, 21 May 2014 22:18:21 +0800 Subject: [PATCH] bump to 0.22~rc1 Change-Id: Iaef7fa7e5caa65c27b657d3d950e62ab84b696dd --- debian/changelog | 22 ++++++++++++++++++++++ docs/RELEASE_NOTES | 26 ++++++++++++++++++++++++++ gitbuildsys/__init__.py | 2 +- packaging/gbs.changes | 18 ++++++++++++++++-- packaging/gbs.spec | 4 ++-- 5 files changed, 67 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index e779c24..ce6c4f9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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: diff --git a/docs/RELEASE_NOTES b/docs/RELEASE_NOTES index 3d36e37..68565bc 100644 --- a/docs/RELEASE_NOTES +++ b/docs/RELEASE_NOTES @@ -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 ========================== diff --git a/gitbuildsys/__init__.py b/gitbuildsys/__init__.py index 31be4b1..7461d49 100644 --- a/gitbuildsys/__init__.py +++ b/gitbuildsys/__init__.py @@ -20,4 +20,4 @@ module for gbs tool """ -__version__ = "0.21" +__version__ = "0.22" diff --git a/packaging/gbs.changes b/packaging/gbs.changes index ac279ab..225938e 100644 --- a/packaging/gbs.changes +++ b/packaging/gbs.changes @@ -1,4 +1,19 @@ -* Tue Mar 11 2014 Qiang Zhang - 0.21 +* Wed May 21 2014 Zhang Qiang 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 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 - 0.20 * [build] attempt to bypass HTTP caches when fetching repomd.xml * [build] generate html & json format report diff --git a/packaging/gbs.spec b/packaging/gbs.spec index 5feeda2..9a1588f 100644 --- a/packaging/gbs.spec +++ b/packaging/gbs.spec @@ -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.. +Release: 0.rc1.. %else Release: 1 %endif -- 2.7.4