bump to 0.22.4 release release-0.22
authorLi Jinjing <jinjingx.li@intel.com>
Tue, 30 Sep 2014 07:07:06 +0000 (15:07 +0800)
committerLi Jinjing <jinjingx.li@intel.com>
Thu, 9 Oct 2014 05:54:41 +0000 (13:54 +0800)
Change-Id: I5ec27dff76dd4843ba34129da4335ef3662dc9f7
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 25024d4..40af2f4 100644 (file)
@@ -1,5 +1,16 @@
+gbs (0.22.4) unstable; urgency=high
+  * upgrade to gbs v0.22.4, which contains the following bug fixing & features:
+    * export: support --fallback-to-native to fall back to native packaging mode
+              if export fails in non-native mode
+    * build: support --fallback-to-native option of gbs
+    * build: fix build --include-all on development branch(orphan-packaging
+            mode)
+    * fix dependency issue on gbs repository for fedora
+
+ -- Li Jinjing <jinjinx.li@intel.com>  Thu, 09 Oct 2014 10:56:15 +0800
+
 gbs (0.22.3) unstable; urgency=high
-  * upgrade to gbs v0.22.2, which contains the following bug fixing & features:
+  * upgrade to gbs v0.22.3, which contains the following bug fixing & features:
     * export: disable desktop notifications to fix backtrace issue
     * build: ignore OS/ABI field in ELF header for aarch64
     * build: fix arm build error with parallel build
index 3b3e619..b7dffba 100644 (file)
@@ -13,11 +13,11 @@ Depends: ${misc:Depends}, ${python:Depends},
  python-pycurl,
  sudo,
  osc (>= 0.139.0),
- git-buildpackage-rpm (>= 0.6.12-tizen20140602),
+ git-buildpackage-rpm (>= 0.6.15-tizen20140828),
  gbs-api (= ${binary:Version}),
  gbs-export (= ${binary:Version}),
  gbs-remotebuild (= ${binary:Version}),
- depanneur (>= 0.13.2)
+ depanneur (>= 0.13.3)
 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 4159d0c..984e7bd 100644 (file)
@@ -1,3 +1,16 @@
+Release notes for gbs 0.22.4
+============================
+
+- Release Date: 2014-10
+
+- New feature and enhancements added:
+    * export: support --fallback-to-native to fall back to native packaging mode
+              if export fails in non-native mode
+    * build: support --fallback-to-native option of gbs
+    * build: fix build --include-all on development branch(orphan-packaging
+            mode)
+    * fix dependency issue on gbs repository for fedora
+
 Release notes for gbs 0.22.3
 ============================
 
index 77974a4..af9a138 100644 (file)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.22.3"
+__version__ = "0.22.4"
index be6c19d..cdd9db2 100644 (file)
@@ -1,3 +1,10 @@
+* Thu Oct 09 2014 Li Jinjing <jinjingx.li@intel.com> 0.22.4
+  * export: support --fallback-to-native to fall back to native packaging mode
+              if export fails in non-native mode
+  * build: support --fallback-to-native option of gbs
+  * build: fix build --include-all on development branch(orphan-packagin mode)
+  * fix dependency issue on gbs repository for fedora
+
 * Fri Aug 15 2014 Li Jinjing <jinjingx.li@intel.com> 0.22.3
   * export: disable desktop notifications to fix backtrace issue
   * build: ignore OS/ABI field in ELF header for aarch64
index 70561a6..bdd0555 100644 (file)
@@ -5,7 +5,7 @@
 
 Name:       gbs
 Summary:    The command line tools for Tizen package developers
-Version:    0.22.3
+Version:    0.22.4
 %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 >= 20140602
-Requires:   depanneur >= 0.13.2
+Requires:   tizen-gbp-rpm >= 20140828
+Requires:   depanneur >= 0.13.3
 
 %if "%{?python_version}" < "2.7"
 Requires:   python-argparse