bump to 0.20-rc1
authorZhang Qiang <qiang.z.zhang@intel.com>
Tue, 10 Dec 2013 01:44:50 +0000 (09:44 +0800)
committerZhang Qiang <qiang.z.zhang@intel.com>
Tue, 10 Dec 2013 09:25:19 +0000 (17:25 +0800)
Change-Id: Ibe6a9445fd334f39815fa570044379257da6255b

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

index 5b1934589e9db8de9b574f799ac9fc0311dabcf4..737a7e97497a89fac37cff78b347284be25fcbab 100644 (file)
@@ -1,12 +1,21 @@
-gbs (0.19.1) unstable; urgency=high
-  * upgrade to gbs v0.19.1, which contains the following bug fixing & features:
+gbs (0.20~rc1) unstable; urgency=high
+  * upgrade to gbs v0.20, which contains the following bug fixing & features:
     * [build] attempt to bypass HTTP caches when fetching repomd.xml
     * [build] generate html & json format report
     * [build] no default upstream-branch option while calling depanneur
+    * [build] refine build report summary:
+      - add build log dir
+      - always print the dirs of final build files
+      - add succeeded packages number
+    * [build] depend on initvm to register qemu handler
+    * [build]add arm 64(aarch64) support
+    * [export ]update pristine-tar to fix pristine-tar branch broken issue
     * [doc] refine gbs config and FAQ parts of gbs document
     * update dependencies:
       - depanneur >= 0.10.1
       - build >= 20131112
+      - git-buildpackage >= tizen20131202
+      - pristine-tar >= 1.30-tizen20131209
 
  -- Qiang Zhang <qiang.z.zhang@intel.com>  Fri, 29 Nov 2013 10:56:15 +0800
 
index 11693ca17247c6acefbed3661b69bb0851c24442..e3163574edb6951e81ab3a6f6811f7c268c794d9 100644 (file)
@@ -13,11 +13,11 @@ Depends: ${misc:Depends}, ${python:Depends},
  python-pycurl,
  sudo,
  osc (>= 0.139.0),
- git-buildpackage-rpm (>= 0.6.3-tizen20131017),
+ git-buildpackage-rpm (>= 0.6.3-tizen20131202),
  gbs-api (= ${binary:Version}),
  gbs-export (= ${binary:Version}),
  gbs-remotebuild (= ${binary:Version}),
- depanneur (>= 0.10.1),
+ depanneur (>= 0.11),
  mic (>= 0.20)
 Recommends: librpm-tizen (>= 4.11.0.1.tizen20130618-tizen20131001)
 Description: Command line tools for Tizen package developers
@@ -40,7 +40,7 @@ Package: gbs-export
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends},
  gbs-api (= ${binary:Version}),
- pristine-tar (>= 1.28),
+ pristine-tar (>= 1.30-tizen20131209),
  git-buildpackage-rpm
 Conflicts: gbs (<< 0.15)
 Replaces: gbs (<< 0.15)
index 25cb44a120aab1378c1c143f6dc6bea019b44d3d..c2c82e5aba2df5378b765e94ca8d100ac713f0d3 100644 (file)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.19.1"
+__version__ = "0.20"
index 5cc0af853f722aac3b56061ee0e7a830d531af13..10e0e801b751ab323b7e94779a1639a96cb18602 100644 (file)
@@ -1,3 +1,21 @@
+* Tue Dec 10 2013 Qiang Zhang <qiang.z.zhang@intel.com> - 0.20
+  * [build] attempt to bypass HTTP caches when fetching repomd.xml
+  * [build] generate html & json format report
+  * [build] no default upstream-branch option while calling depanneur
+  * [build] refine build report summary:
+    - add build log dir
+    - always print the dirs of final build files
+    - add succeeded packages number
+  * [build] depend on initvm to register qemu handler
+  * [build]add arm 64(aarch64) support
+  * [export ]update pristine-tar to fix pristine-tar branch broken issue
+  * [doc] refine gbs config and FAQ parts of gbs document
+  * update dependencies:
+    - depanneur >= 0.10.1
+    - build >= 20131112
+    - git-buildpackage >= tizen20131202
+    - pristine-tar >= 1.30-tizen20131209
+
 * Fri Oct 18 2013 Qiang Zhang <qiang.z.zhang@intel.com> - 0.19
   * upgrade to gbs v0.19, which contains the following bug fixing & features:
   * [build] support comments(#) in binary-list file for --binary-from-file
index 776b6e3132d2b95403390f85558ed4dcc055cfc7..6c2fbbd497191593f33caac6d7e37fa1e0c681b0 100644 (file)
@@ -2,8 +2,12 @@
 %{!?python_version: %define python_version %(%{__python} -c "import sys; sys.stdout.write(sys.version[:3])")}
 Name:       gbs
 Summary:    The command line tools for Tizen package developers
-Version:    0.19.1
+Version:    0.20
+%if 0%{?opensuse_bs}
+Release:    0.rc1.<CI_CNT>.<B_CNT>
+%else
 Release:    1
+%endif
 Group:      Development/Tools
 License:    GPLv2
 BuildArch:  noarch
@@ -13,8 +17,8 @@ Requires:   python >= 2.6
 Requires:   python-pycurl
 Requires:   sudo
 Requires:   osc >= 0.139.0
-Requires:   tizen-gbp-rpm >= 20131017
-Requires:   depanneur >= 0.10.1
+Requires:   tizen-gbp-rpm >= 20131202
+Requires:   depanneur >= 0.11
 Requires:   mic >= 0.20
 
 %if "%{?python_version}" < "2.7"
@@ -50,7 +54,7 @@ external software.
 Summary:       GBS export module
 Conflicts:     gbs < 0.15
 Requires:      python
-Requires:      pristine-tar >= 1.28
+Requires:      tizen-pristine-tar >= 20131209
 Requires:      gbs-api = %{version}-%{release}
 Requires:      git-buildpackage-rpm