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 bb2615bc7bf8cc80224cd720992705f618a8beb3..6f4ffb5ca393b9ed499290e46590627a3b94325c 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 6f4eebdf6f68fc72411793cdb19e3f1715b117f3..b63ba696b7a7e4d89fa1517b02bfdccb2f1a10e1 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.8.1
+0.9
index 919b62d33b157ff3e4543d041834d43008999344..85a6eff1e4874ac80d699d9754efb822f6761267 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 928bcc30ac515607cda481452bcb38ce378bab14..1065c777a831fd54d5fa00b24c94388ddde95310 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 5f6950bc41097ce4acf20f91b4f7fb34479933ca..2d5df8664b64772d65f09e823b2abcccd2919a2d 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 a4bd7c322e0a6138059bcda2f9298408972acb6f..c7f3af8abe270a70271fc9609197d42f1119c15d 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