bump to version 0.9 release-0.9 0.9
authorZhang Qiang <qiang.z.zhang@intel.com>
Tue, 14 Aug 2012 22:48:59 +0000 (06:48 +0800)
committerZhang Qiang <qiang.z.zhang@intel.com>
Mon, 20 Aug 2012 13:37:53 +0000 (21:37 +0800)
Makefile
VERSION
debian/changelog
debian/control
distfiles/gbs.dsc
distfiles/gbs.spec

index bb2615b..6f4ffb5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ ifeq ($(VERSION), $(TAGVER))
 else
        TAG = "HEAD"
 endif
-
+TAG="HEAD"
 ifndef PREFIX
     PREFIX = "/usr/local"
 endif
diff --git a/VERSION b/VERSION
index 6f4eebd..b63ba69 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.8.1
+0.9
index 919b62d..85a6eff 100644 (file)
@@ -1,3 +1,25 @@
+gbs (0.9) unstable; urgency=high
+  * Upgrade to gbs v0.9, which contains the following features:
+    * Fedora support
+    * update build to 2012-08-10 version, which including featurs:
+      - prefix each build log line with the second since build started
+      - other refinements
+    * --out for `gbs build` to copy generated RPMs to specified directory
+    * --source-rpm supported in export subcommand to generate source
+    * Introduce a Temp class to create/cleanup temp file and directory.
+    * Use more standard way to transfer repository user/pass to build scripts and hidden passwd in build.
+    * Code cleanup and refinements.
+    * bug fix.
+
+ -- Qiang Zhang <qiang.z.zhang@intel.com>  Wed, 15 Aug  2012 10:56:15 +0800
+
+gbs (0.8.1) unstable; urgency=high
+
+  * Upgrade to gbs v0.8.1, which contains the following features:
+    * new subcommand 'submit' added, which can be used for developers
+      to submit code to OBS for building
+ -- Qiang Zhang <qiang.z.zhang@intel.com>  Wed, 1 Aug  2012 10:56:15 +0800
+
 gbs (0.8) unstable; urgency=high
 
   * Upgrade to gbs v0.8, which contains the following features:
index 928bcc3..1065c77 100644 (file)
@@ -11,12 +11,12 @@ Architecture: all
 Depends: ${misc:Depends}, ${python:Depends},
  git-core,
  osc (= 0.134.0-1tizen+1),
- build (= 2012.07.21-1),
+ build (= 2012.08.10),
  rpm,
  qemu-arm-static (>= 0.14.1) | qemu-user-static,
  binfmt-support,
  sudo,
- git-buildpackage-rpm (>= 0.6.0git20120628)
+ git-buildpackage-rpm (= 0.6.0git20120810)
 Description: The command line tools for Tizen package developers
   The command line tools for Tizen package developers will
   be used to do packaging related tasks.
index 5f6950b..2d5df86 100644 (file)
@@ -1,6 +1,6 @@
 Format: 1.0
 Source: gbs
-Version: 0.8.1
+Version: 0.9
 Binary: gbs
 Maintainer: Jian-feng Ding <jian-feng.ding@intel.com>
 Architecture: all
index a4bd7c3..c7f3af8 100644 (file)
@@ -1,7 +1,7 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 Name:       gbs
 Summary:    The command line tools for Tizen package developers
-Version:    0.8.1
+Version:    0.9
 Release:    1
 Group:      Development/Tools
 License:    GPLv2
@@ -12,11 +12,11 @@ Requires:   python >= 2.5
 Requires:   python-pycurl
 Requires:   git-core
 Requires:   osc = 0.134.0
-Requires:   build = 2012.07.21
+Requires:   build = 2012.08.10
 Requires:   qemu >= 0.14.1
 Requires:   qemu-arm-static >= 0.14.1
 Requires:   sudo
-Requires:   git-buildpackage-rpm >= 0.6.0git20120628
+Requires:   git-buildpackage-rpm = 0.6.0git20120810
 %if 0%{?fedora_version}
 Requires:   rpm-build
 %else