release for v0.6.2 0.6.2
authorZhang Qiang <qiang.z.zhang@intel.com>
Sun, 3 Jun 2012 10:53:37 +0000 (18:53 +0800)
committerJF Ding <jian-feng.ding@intel.com>
Sun, 3 Jun 2012 14:47:00 +0000 (22:47 +0800)
VERSION
distfiles/debian/control
distfiles/gbs.conf [deleted file]
distfiles/gbs.dsc
distfiles/gbs.spec

diff --git a/VERSION b/VERSION
index 5a2a580..b616048 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.6
+0.6.2
index dda8992..c163722 100644 (file)
@@ -11,7 +11,7 @@ Architecture: all
 Depends: ${misc:Depends}, ${python:Depends},
  git-core,
  osc (>= 0.131),
- build (>= 2011.10.10),
+ build (>= 2012.04.17),
  rpm,
  qemu-arm-static (>= 0.14.1) | qemu-user-static
 Description: The command line tools for Tizen package developers
diff --git a/distfiles/gbs.conf b/distfiles/gbs.conf
deleted file mode 100644 (file)
index 7755326..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-[general]
-; general settings
-tmpdir = /var/tmp
-
-[build]
-; settings for build subcommand
-build_server = https://api.tizen.org
-user = my_user_id
-passwd = pass_in_plaintxt
index f058231..a7b2261 100644 (file)
@@ -1,6 +1,6 @@
 Format: 1.0
 Source: gbs
-Version: 0.6
+Version: 0.6.2
 Binary: gbs
 Maintainer: Jian-feng Ding <jian-feng.ding@intel.com>
 Architecture: all
index e4909c8..fa01760 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.6
+Version:    0.6.2
 Release:    1
 Group:      Development/Tools
 License:    GPLv2
@@ -11,7 +11,7 @@ Source0:    %{name}-%{version}.tar.bz2
 Requires:   python >= 2.5
 Requires:   git-core
 Requires:   osc >= 0.131
-Requires:   build >= 2011.10.10
+Requires:   build >= 2012.04.17
 Requires:   qemu >= 0.14.1
 Requires:   qemu-arm-static >= 0.14.1
 %if 0%{?fedora_version}