From 27349b0f8caa04009459089e2bc1be859d0dae89 Mon Sep 17 00:00:00 2001 From: Li Jinjing Date: Mon, 20 Apr 2015 18:30:31 +0800 Subject: [PATCH] bump to 0.23.3 release Change-Id: I9091b6950db1d9e9c1db10c95cc8554669e3f828 Signed-off-by: Li Jinjing --- debian/changelog | 8 ++++++++ debian/control | 2 +- docs/RELEASE_NOTES | 10 ++++++++++ gitbuildsys/__init__.py | 2 +- packaging/gbs.changes | 6 ++++++ packaging/gbs.spec | 2 +- 6 files changed, 27 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index de9b6d7..27bb4fa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +gbs (0.23.3) unstable; urgency=high + * upgrade to gbs v0.23.3, which contains the following bug fixing & features: + * bug fix: + - export: fix issue about always creating tarball multi times + for native packages with multi specs + + -- Li Jinjing Mon, 20 Apr 2015 10:36:15 +0800 + gbs (0.23.2) unstable; urgency=high * upgrade to gbs v0.23.2, which contains the following bug fixing & features: * bug fix: diff --git a/debian/control b/debian/control index 8839b25..0650c84 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Depends: ${misc:Depends}, ${python:Depends}, python-pycurl, sudo, osc (>= 0.139.0), - git-buildpackage-rpm (>= 0.6.15-tizen20140828), + git-buildpackage-rpm (>= 0.6.15-tizen20150303), gbs-api (= ${binary:Version}), gbs-export (= ${binary:Version}), gbs-remotebuild (= ${binary:Version}), diff --git a/docs/RELEASE_NOTES b/docs/RELEASE_NOTES index d092daa..10ca6c0 100644 --- a/docs/RELEASE_NOTES +++ b/docs/RELEASE_NOTES @@ -1,3 +1,13 @@ +Release notes for gbs 0.23.3 +============================ + +- Release Date: 2015-04 + +- New feature and enhancements added: + * bug fix: + - export: fix issue about always creating tarball multi times + for native packages with multi specs + Release notes for gbs 0.23.2 ============================ diff --git a/gitbuildsys/__init__.py b/gitbuildsys/__init__.py index 5ec7cb9..e5fbcea 100644 --- a/gitbuildsys/__init__.py +++ b/gitbuildsys/__init__.py @@ -20,4 +20,4 @@ module for gbs tool """ -__version__ = "0.23.2" +__version__ = "0.23.3" diff --git a/packaging/gbs.changes b/packaging/gbs.changes index 13b8cc5..8c7b4f9 100644 --- a/packaging/gbs.changes +++ b/packaging/gbs.changes @@ -1,3 +1,9 @@ +* Mon Apr 20 2015 Li Jinjing 0.23.3 + * upgrade to gbs v0.23.3, which contains the following bug fixing & features: + * bug fix: + - export: fix issue about always creating tarball multi times for native + packages with multi specs + * Mon Feb 2 2015 Dai Lang 0.23.2 * upgrade to gbs v0.23.2, which contains the following bug fixing & features: * bug fix: diff --git a/packaging/gbs.spec b/packaging/gbs.spec index 5451f6c..a07dacb 100644 --- a/packaging/gbs.spec +++ b/packaging/gbs.spec @@ -21,7 +21,7 @@ Requires: python >= 2.6 Requires: python-pycurl Requires: sudo Requires: osc >= 0.139.0 -Requires: tizen-gbp-rpm >= 20140828 +Requires: tizen-gbp-rpm >= 20150303 Requires: depanneur >= 0.14 %if "%{?python_version}" < "2.7" -- 2.7.4