From cb9d6a02b8c4de2ef50f1402ec16a5f3233ca19c Mon Sep 17 00:00:00 2001 From: Zhang Qiang Date: Wed, 15 Aug 2012 06:48:59 +0800 Subject: [PATCH] bump to version 0.9 --- Makefile | 2 +- VERSION | 2 +- debian/changelog | 22 ++++++++++++++++++++++ debian/control | 4 ++-- distfiles/gbs.dsc | 2 +- distfiles/gbs.spec | 6 +++--- 6 files changed, 30 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index bb2615b..6f4ffb5 100644 --- 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 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.8.1 +0.9 diff --git a/debian/changelog b/debian/changelog index 919b62d..85a6eff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 Wed, 1 Aug 2012 10:56:15 +0800 + gbs (0.8) unstable; urgency=high * Upgrade to gbs v0.8, which contains the following features: diff --git a/debian/control b/debian/control index 928bcc3..1065c77 100644 --- a/debian/control +++ b/debian/control @@ -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. diff --git a/distfiles/gbs.dsc b/distfiles/gbs.dsc index 5f6950b..2d5df86 100644 --- a/distfiles/gbs.dsc +++ b/distfiles/gbs.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: gbs -Version: 0.8.1 +Version: 0.9 Binary: gbs Maintainer: Jian-feng Ding Architecture: all diff --git a/distfiles/gbs.spec b/distfiles/gbs.spec index a4bd7c3..c7f3af8 100644 --- a/distfiles/gbs.spec +++ b/distfiles/gbs.spec @@ -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 -- 2.7.4