depend on new version of depanneur & bump to 0.19.1
authorZhang Qiang <qiang.z.zhang@intel.com>
Fri, 29 Nov 2013 04:13:29 +0000 (12:13 +0800)
committerZhang Qiang <qiang.z.zhang@intel.com>
Fri, 29 Nov 2013 04:13:29 +0000 (12:13 +0800)
Change-Id: I0f438fcbc8eca3cc31680519dd8d28cce463cbd2

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

index 79b8b55..5b19345 100644 (file)
@@ -1,3 +1,15 @@
+gbs (0.19.1) unstable; urgency=high
+  * upgrade to gbs v0.19.1, 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
+    * [doc] refine gbs config and FAQ parts of gbs document
+    * update dependencies:
+      - depanneur >= 0.10.1
+      - build >= 20131112
+
+ -- Qiang Zhang <qiang.z.zhang@intel.com>  Fri, 29 Nov 2013 10:56:15 +0800
+
 gbs (0.19) unstable; urgency=high
   * upgrade to gbs v0.19, which contains the following bug fixing & features:
   * [build] support comments(#) in binary-list file for --binary-from-file
index 3586b4c..11693ca 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.10),
+ depanneur (>= 0.10.1),
  mic (>= 0.20)
 Recommends: librpm-tizen (>= 4.11.0.1.tizen20130618-tizen20131001)
 Description: Command line tools for Tizen package developers
index 270392b..25cb44a 100644 (file)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.19"
+__version__ = "0.19.1"
index bddb8cd..776b6e3 100644 (file)
@@ -2,7 +2,7 @@
 %{!?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
+Version:    0.19.1
 Release:    1
 Group:      Development/Tools
 License:    GPLv2
@@ -14,7 +14,7 @@ Requires:   python-pycurl
 Requires:   sudo
 Requires:   osc >= 0.139.0
 Requires:   tizen-gbp-rpm >= 20131017
-Requires:   depanneur >= 0.10
+Requires:   depanneur >= 0.10.1
 Requires:   mic >= 0.20
 
 %if "%{?python_version}" < "2.7"