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 5199f8926fe0096937662cba4adf1e970ac6c6f3..96daaba5befe9920df6adc49ab11a9306ce05185 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 7afc3f1ed4f8515b2493a078cbefddc8d626a204..bbdea4a466701057009adecc385ce86615630f1e 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 e734b32f6185e8885ceb695f119f5b53ecdd2c92..beaab08bff3ab8acd61213c45ebb04cbe8c430fc 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 7461d49f65d8aeab9d0471f0c77657c16f6b493f..9b131629837f92f498e329066f09526b51d85ee8 100644 (file)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.22"
+__version__ = "0.22.1"
index 225938e8194d05538ef96045e70ce74a77768d7b..888bba96f2fe9abeb0b659d70aa12b6f6f72d0c0 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 0a4d3b30a90491a28d7b581373df9260e0181e8e..bb2c40d3666679c0950bfc92ec7ac2ac5667934f 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