bump to version 0.5 for gbs 0.14
authorZhang Qiang <qiang.z.zhang@intel.com>
Thu, 21 Feb 2013 19:56:02 +0000 (14:56 -0500)
committerZhang Qiang <qiang.z.zhang@intel.com>
Fri, 22 Feb 2013 23:09:07 +0000 (18:09 -0500)
Change-Id: Icb09742e9ba015a2d579ea2549f478d973aec622

debian/changelog
packaging/depanneur.dsc
packaging/depanneur.spec

index baa77de..9a8f978 100644 (file)
@@ -1,3 +1,12 @@
+depanneur (0.5) unstable; urgency=high
+
+  * Add --binary-from-file option to specify a package list file
+  * Change --binary-list option, accept a packages list separated by comma(,).
+  * Add --deps to build specified packages and all packages they depend
+  * Add --rdeps to build specified packages and all packages depend on them
+
+ -- Qiang Zhang <qiang.z.zhang@intel.com>  Thu, 21 Feb 2013 10:56:15 +0800
+
 depanneur (0.4) unstable; urgency=high
 
   * Refine build behavior: gbs build should not depend on local copy
index a9b9d7e..29acb61 100644 (file)
@@ -1,10 +1,10 @@
 Format: 1.0
 Source: depanneur
-Version: 0.4
+Version: 0.5
 Binary: depanneur
 Maintainer: Zhang Qiang <qiang.z.zhang@intel.com>
 Architecture: all
 Standards-Version: 3.7.1
 Build-Depends: debhelper (>= 7.0.15), perl (>> 5.8.1)
 Files:
d1fb5fc98f6e3f8d54b529e4335e8384 17060 depanneur_0.4.tar.gz
9e0cf999ae732d40e751d4fd1c6548f7 18136 depanneur_0.5.tar.gz
index e0599d1..7911cb9 100644 (file)
@@ -1,6 +1,6 @@
 Name:           depanneur
 Summary:        Manages and executes the builds using the obs-build script.
-Version:        0.4
+Version:        0.5
 Release:        1
 License:        GPL-2.0+
 Group:          Development/Tools