bump to official release 0.23 0.23
authorLi Jinjing <jinjingx.li@intel.com>
Wed, 15 Oct 2014 17:07:25 +0000 (13:07 -0400)
committerLi Jinjing <jinjingx.li@intel.com>
Wed, 15 Oct 2014 06:28:47 +0000 (14:28 +0800)
Change-Id: I428653b542033e84445819ac20be20db3db150f0

debian/changelog
debian/control
docs/RELEASE_NOTES
gitbuildsys/__init__.py
packaging/gbs.changes
packaging/gbs.spec

index 96daaba..d29a68b 100644 (file)
@@ -1,3 +1,25 @@
+gbs (0.23) unstable; urgency=high
+  * upgrade to gbs v0.23, which contains the following bug fixing & features:
+    * export: support --fallback-to-native command line option to force gbs
+              to export non-native packages in native packaging mode
+    * export: support native config option by setting default value(yes, true,
+              1, enabled, on) in .gbs.conf config file to enable native
+              packaging mode in git tree
+    * build: support no source rpm building with --skip-srcrpm option
+    * build: add new arch mips and mipsel to support MIPS architecture and
+             toolchains
+    * build: support for distributed compiler network with --icecream option
+    * bug fix:
+      - build: fix --include-all option on development branch(orphan-packaging
+               mode)
+      - dependency issue on gbs repository for fedora
+      - disable some invalid pylint errors
+    * update dependencies:
+      - depanneur >= 0.14
+      - git-buildpackage >= 0.6.15-tizen20140828
+
+ -- Li Jinjing <jinjingx.li@intel.com>  Oct, 15 Jun 2014 10:56:15 +0800
+
 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
index 3de67b0..0615d64 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.1)
+ depanneur (>= 0.14)
 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..59caea4 100644 (file)
@@ -1,3 +1,27 @@
+Release notes for gbs 0.23
+==========================
+
+- Release Date: 2014-10
+
+- New feature and enhancements added:
+    * export: support --fallback-to-native command line option to force gbs to
+              export non-native packages in native packaging mode
+    * export: support native config option by setting default value(yes, true,
+              1, enabled, on) in .gbs.conf config file to enable native
+              packaging mode in git tree
+    * build: support no source rpm building with --skip-srcrpm option
+    * build: add new arch mips and mipsel to support MIPS architecture and
+             toolchains
+    * build: support for distributed compiler network with --icecream option
+    * bug fix:
+      - build: fix --include-all option on development branch(orphan-packaging
+                mode)
+      - dependency issue on gbs repository for fedora
+      - disable some invalid pylint errors
+    * update dependencies:
+      - depanneur >= 0.14
+      - git-buildpackage >= 0.6.15-tizen20140828
+
 Release notes for gbs 0.22.1
 ============================
 
index 9b13162..792bcfc 100644 (file)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.22.1"
+__version__ = "0.23"
index 888bba9..325df8a 100644 (file)
@@ -1,3 +1,23 @@
+* Wed Oct 15 2014 Li Jinjing <jinjingx.li@intel.com> 0.23
+  * upgrade to gbs v0.23, which contains the following bug fixing & features:
+    * export: support --fallback-to-native command line option to force gbs to
+              export non-native packages in native packaging mode
+    * export: support native config option by setting default value(yes, true,
+              1, enabled, on) in .gbs.conf config file to enable native
+              packaging mode in git tree
+    * build: support no source rpm building with --skip-srcrpm option
+    * build: add new arch mips and mipsel to support MIPS architecture and
+             toolchains
+    * build: support for distributed compiler network with --icecream option
+    * bug fix:
+      - build: fix --include-all option on development branch(orphan-packaging
+               mode)
+      - dependency issue on gbs repository for fedora
+      - disable some invalid pylint errors
+    * update dependencies:
+      - depanneur >= 0.14
+      - git-buildpackage >= 0.6.15-tizen20140828
+
 * 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
index bb2c40d..6d44e77 100644 (file)
@@ -5,7 +5,7 @@
 
 Name:       gbs
 Summary:    The command line tools for Tizen package developers
-Version:    0.22.1
+Version:    0.23
 %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.1
+Requires:   tizen-gbp-rpm >= 20140828
+Requires:   depanneur >= 0.14
 
 %if "%{?python_version}" < "2.7"
 Requires:   python-argparse