-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
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
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)
module for gbs tool
"""
-__version__ = "0.19.1"
+__version__ = "0.20"
+* 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
%{!?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
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"
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