bump to 0.22.2 release 0.22.2 2.2
authorLi Jinjing <jinjingx.li@intel.com>
Fri, 15 Aug 2014 07:00:51 +0000 (15:00 +0800)
committerLi Jinjing <jinjingx.li@intel.com>
Fri, 15 Aug 2014 07:01:26 +0000 (15:01 +0800)
Change-Id: Ie6f481ed04a331fbb4b2b2090c75008d1ca05129
Signed-off-by: Li Jinjing <jinjingx.li@intel.com>
debian/changelog
debian/control
docs/RELEASE_NOTES
gitbuildsys/__init__.py
packaging/gbs.changes
packaging/gbs.spec

index 96daaba..2ef32db 100644 (file)
@@ -1,10 +1,11 @@
-gbs (0.22.1) unstable; urgency=high
-  * upgrade to gbs v0.22.1, which contains the following bug fixing & features:
+gbs (0.22.2) unstable; urgency=high
+  * upgrade to gbs v0.22.2, 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
+    * build: fix arm build error with parallel build
 
- -- Qiang Zhang <qiang.z.zhang@intel.com>  Fri, 13 Jun 2014 10:56:15 +0800
+ -- Li Jinjing <jinjinx.li@intel.com>  Fri, 15 Aug 2014 10:56:15 +0800
 
 gbs (0.22) unstable; urgency=high
   * upgrade to gbs v0.22, which contains the following bug fixing & features:
index bbdea4a..3b3e619 100644 (file)
@@ -17,7 +17,7 @@ Depends: ${misc:Depends}, ${python:Depends},
  gbs-api (= ${binary:Version}),
  gbs-export (= ${binary:Version}),
  gbs-remotebuild (= ${binary:Version}),
- depanneur (>= 0.13.1)
+ depanneur (>= 0.13.2)
 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 beaab08..404860c 100644 (file)
@@ -1,12 +1,13 @@
-Release notes for gbs 0.22.1
+Release notes for gbs 0.22.2
 ============================
 
-- Release Date: 2014-06
+- Release Date: 2014-08
 
 - 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
+    * build: fix arm build error with parallel build
 
 Release notes for gbs 0.22
 ==========================
index 9b13162..aa7c776 100644 (file)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.22.1"
+__version__ = "0.22.2"
index 888bba9..cf5923d 100644 (file)
@@ -1,7 +1,8 @@
-* Fri Jun 13 2014 Zhang Qiang <qiang.z.zhang@intel.com> 0.22.1
+* Fri Aug 15 2014 Li Jinjing <jinjingx.li@intel.com> 0.22.2
   * 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
+  * build: fix arm build error with parallel build
 
 * Wed May 21 2014 Zhang Qiang <qiang.z.zhang@intel.com> 0.22
   * orphan-packaging development model (experimental)
index 0c9839c..f6f5a95 100644 (file)
@@ -5,7 +5,7 @@
 
 Name:       gbs
 Summary:    The command line tools for Tizen package developers
-Version:    0.22.1
+Version:    0.22.2
 %if 0%{?opensuse_bs}
 Release:    1.<CI_CNT>.<B_CNT>
 %else
@@ -21,7 +21,7 @@ Requires:   python-pycurl
 Requires:   sudo
 Requires:   osc >= 0.139.0
 Requires:   tizen-gbp-rpm >= 20140602
-Requires:   depanneur >= 0.13.1
+Requires:   depanneur >= 0.13.2
 
 %if "%{?python_version}" < "2.7"
 Requires:   python-argparse