bump to 0.22.1 release 0.22.1
authorZhang Qiang <qiang.z.zhang@intel.com>
Fri, 13 Jun 2014 02:54:33 +0000 (10:54 +0800)
committerZhang Qiang <qiang.z.zhang@intel.com>
Mon, 16 Jun 2014 08:55:06 +0000 (16:55 +0800)
Change-Id: I800b58a4d21ce0f011f5cca80175e78473a19147
Signed-off-by: Zhang Qiang <qiang.z.zhang@intel.com>
debian/changelog
debian/control
docs/RELEASE_NOTES
gitbuildsys/__init__.py
packaging/gbs.changes
packaging/gbs.spec

index 5199f89..96daaba 100644 (file)
@@ -1,3 +1,11 @@
+gbs (0.22.1) unstable; urgency=high
+  * upgrade to gbs v0.22.1, which contains the following bug fixing & features:
+    * export: disable desktop notifications to fix backtrace issue
+    * export: change VCS tag in spec to sha1 of commitish
+    * build: ignore OS/ABI field in ELF header for aarch64
+
+ -- Qiang Zhang <qiang.z.zhang@intel.com>  Fri, 13 Jun 2014 10:56:15 +0800
+
 gbs (0.22) unstable; urgency=high
   * upgrade to gbs v0.22, which contains the following bug fixing & features:
     * orphan-packaging development model (experimental)
index 7afc3f1..bbdea4a 100644 (file)
@@ -13,11 +13,11 @@ Depends: ${misc:Depends}, ${python:Depends},
  python-pycurl,
  sudo,
  osc (>= 0.139.0),
- git-buildpackage-rpm (>= 0.6.8-tizen20140521),
+ git-buildpackage-rpm (>= 0.6.12-tizen20140602),
  gbs-api (= ${binary:Version}),
  gbs-export (= ${binary:Version}),
  gbs-remotebuild (= ${binary:Version}),
- depanneur (>= 0.13)
+ depanneur (>= 0.13.1)
 Recommends: librpm-tizen (>= 4.11.0.1.tizen20130618-tizen20131001)
 Description: Command line tools for Tizen package developers
  The command line tools for Tizen package developers will
index e734b32..beaab08 100644 (file)
@@ -1,3 +1,13 @@
+Release notes for gbs 0.22.1
+============================
+
+- Release Date: 2014-06
+
+- New feature and enhancements added:
+    * export: disable desktop notifications to fix backtrace issue
+    * export: change VCS tag in spec to sha1 of commitish
+    * build: ignore OS/ABI field in ELF header for aarch64
+
 Release notes for gbs 0.22
 ==========================
 
index 7461d49..9b13162 100644 (file)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.22"
+__version__ = "0.22.1"
index 225938e..888bba9 100644 (file)
@@ -1,3 +1,8 @@
+* Fri Jun 13 2014 Zhang Qiang <qiang.z.zhang@intel.com> 0.22.1
+  * export: disable desktop notifications to fix backtrace issue
+  * export: change VCS tag in spec to sha1 of commitish
+  * build: ignore OS/ABI field in ELF header for aarch64
+
 * 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
index 0a4d3b3..bb2c40d 100644 (file)
@@ -5,7 +5,7 @@
 
 Name:       gbs
 Summary:    The command line tools for Tizen package developers
-Version:    0.22
+Version:    0.22.1
 %if 0%{?opensuse_bs}
 Release:    1.<CI_CNT>.<B_CNT>
 %else
@@ -20,8 +20,8 @@ Requires:   python >= 2.6
 Requires:   python-pycurl
 Requires:   sudo
 Requires:   osc >= 0.139.0
-Requires:   tizen-gbp-rpm >= 20140521
-Requires:   depanneur >= 0.13
+Requires:   tizen-gbp-rpm >= 20140602
+Requires:   depanneur >= 0.13.1
 
 %if "%{?python_version}" < "2.7"
 Requires:   python-argparse