diff options
author | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2015-02-17 13:04:29 +0000 |
---|---|---|
committer | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2015-02-17 13:04:29 +0000 |
commit | 676c845f9a8384771dcb801fde87b89fe9b2ca48 (patch) | |
tree | c73c55ab966dfd6087d2352150d0a112431b1251 | |
parent | 4a6efd0a6276151f336b300235910e7443904efd (diff) | |
download | git-buildpackage-release-for-gbsV0.24.tar.gz git-buildpackage-release-for-gbsV0.24.tar.bz2 git-buildpackage-release-for-gbsV0.24.zip |
Tizen release 0.6.22-20150217tizen/0.6.22-20150217release-for-gbsV0.24
Change-Id: I3123ca6f024dcdd380e745f3bbadaba3f5bfc098
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | packaging/git-buildpackage.changes | 3 | ||||
-rw-r--r-- | packaging/git-buildpackage.spec | 2 |
3 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index d490629d..cb4e15f3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +git-buildpackage (0.6.22-tizen20150217) unstable; urgency=low + + * log: don't crash getLogger if getting the root logger + + -- Markus Lehtonen <markus.lehtonen@linux.intel.com> Tue, 17 Feb 2015 12:54:14 +0200 + git-buildpackage (0.6.22-tizen20150206) unstable; urgency=low * Rebase on top of upstream version 0.6.22 diff --git a/packaging/git-buildpackage.changes b/packaging/git-buildpackage.changes index c9dcafcb..6063de28 100644 --- a/packaging/git-buildpackage.changes +++ b/packaging/git-buildpackage.changes @@ -1,3 +1,6 @@ +* Tue Feb 17 2015 Markus Lehtonen <markus.lehtonen@linux.intel.com> tizen/0.6.22-20150217 +- log: don't crash getLogger if getting the root logger + * Fri Feb 06 2015 Markus Lehtonen <markus.lehtonen@linux.intel.com> tizen/0.6.22-20150206 - Rebase on top of upstream version 0.6.22 - Experimental support for BitBake diff --git a/packaging/git-buildpackage.spec b/packaging/git-buildpackage.spec index db5ccc0c..cd8e122a 100644 --- a/packaging/git-buildpackage.spec +++ b/packaging/git-buildpackage.spec @@ -115,7 +115,7 @@ Recommends: rpm-build %else Requires: rpm-build %endif -Provides: tizen-gbp-rpm = 20150206 +Provides: tizen-gbp-rpm = 20150217 %description rpm Set of tools from Debian that integrate the package build system with Git. |