From 095c30f6ead4f3d3ecc02272b620b7a99c4cd569 Mon Sep 17 00:00:00 2001 From: SoonKyu Park Date: Tue, 3 May 2016 17:37:17 +0900 Subject: [PATCH] Upgrade dependency on depanneur and update RELEASE NOTES for more details Change-Id: Ia76ea1280da8cc2868e284ef4d6da08d8dd600bd --- debian/changelog | 3 +++ debian/control | 2 +- docs/RELEASE_NOTES | 6 ++++++ packaging/gbs.changes | 2 ++ 4 files changed, 12 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 2728902..5c83cd1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,9 +4,12 @@ gbs (0.24) unstable; urgency=high - fix Security issues that normal user can gain root permission with gbs chroot - fix git-build-package bugs and imporve some performance *Add --fail-fast option. + * update dependencies: + - depanneur >= 0.15 -- Wang Jun Wed, 2 Mar 2016 10:00:00 +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 6d9964b..25915b0 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,7 @@ Depends: ${misc:Depends}, ${python:Depends}, gbs-api (= ${binary:Version}), gbs-export (= ${binary:Version}), gbs-remotebuild (= ${binary:Version}), - depanneur (>= 0.14) + depanneur (>= 0.15) Recommends: librpm-tizen (>= 4.11.0.1.tizen20130618-tizen20131001) Description: Command line tools for Tizen package developers The command line tools for Tizen package developers will diff --git a/docs/RELEASE_NOTES b/docs/RELEASE_NOTES index 8e086f8..625132d 100644 --- a/docs/RELEASE_NOTES +++ b/docs/RELEASE_NOTES @@ -7,6 +7,12 @@ Release notes for gbs 0.24 * Add --fail-fast option: stop building immediately if one of packages fails * Support new distribution: CentOS 7, Debian 8, Fedora 21, Fedora 22, openSUSE 13.2 * Improve performance of GBS + - major changes could be found in git-buildpackage: + - Remove or redefine functions which have wrong logic process, + It can reduce time to compress or uncompress git files through gbp command. + - Remove all other log handlers when capturing logs for test cases + * update dependencies: + - depanneur >= 0.15 - Bug fix: * Fix security issues that normal user can gain root permission with gbs chroot diff --git a/packaging/gbs.changes b/packaging/gbs.changes index 69d0f70..cb17097 100644 --- a/packaging/gbs.changes +++ b/packaging/gbs.changes @@ -4,6 +4,8 @@ - fix Security issues that normal user can gain root permission with gbs chroot - fix git-build-package bugs and imporve some performance *Add --fail-fast option. + * update dependencies: + - depanneur >= 0.15 * Mon Feb 2 2015 Dai Lang 0.23.2 * upgrade to gbs v0.23.2, which contains the following bug fixing & features: -- 2.7.4