diff options
author | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2014-11-14 14:08:58 +0200 |
---|---|---|
committer | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2014-11-14 14:47:21 +0200 |
commit | 3f9b5675e971a46ad05d716e91e16658e6c1df63 (patch) | |
tree | 42661ce0a43523575c730f9218a3175362338e76 | |
parent | f232e41d30046dbdfce1ee25321b956a706945ef (diff) | |
download | git-buildpackage-3f9b5675e971a46ad05d716e91e16658e6c1df63.tar.gz git-buildpackage-3f9b5675e971a46ad05d716e91e16658e6c1df63.tar.bz2 git-buildpackage-3f9b5675e971a46ad05d716e91e16658e6c1df63.zip |
packaging: rebase on top of upstream version 0.6.22
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 | 4 |
3 files changed, 11 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index f8faf98e..0d17c735 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +git-buildpackage (0.6.22-tizen20141114) UNRELEASED; urgency=low + + * Rebase on top of upstream version 0.6.22 + + -- Markus Lehtonen <markus.lehtonen@linux.intel.com> Fri, 14 Nov 2014 14:10:18 +0200 + git-buildpackage (0.6.22) unstable; urgency=medium * [3d8939d] git.vfs: fix close method. Preventing a infinite recursion diff --git a/packaging/git-buildpackage.changes b/packaging/git-buildpackage.changes index 6a65a15a..0ac2ec7e 100644 --- a/packaging/git-buildpackage.changes +++ b/packaging/git-buildpackage.changes @@ -1,3 +1,6 @@ +* Fri Nov 14 2014 Markus Lehtonen <markus.lehtonen@linux.intel.com> debian/0.6.22-195-g97ce593 +- Rebase on top of upstream version 0.6.22 + * Thu Aug 28 2014 Markus Lehtonen <markus.lehtonen@linux.intel.com> tizen/0.6.15-20140828 - Rebase on top of upstream version 0.6.15 - Changes in buildpackage-rpm diff --git a/packaging/git-buildpackage.spec b/packaging/git-buildpackage.spec index 0f9a81c4..bfa2d3e9 100644 --- a/packaging/git-buildpackage.spec +++ b/packaging/git-buildpackage.spec @@ -3,7 +3,7 @@ Name: git-buildpackage Summary: Build packages from git -Version: 0.6.15 +Version: 0.6.22 Release: 0 Group: Development/Tools/Building License: GPLv2 @@ -111,7 +111,7 @@ Recommends: rpm-build %else Requires: rpm-build %endif -Provides: tizen-gbp-rpm = 20140828 +Provides: tizen-gbp-rpm = 20141114 %description rpm Set of tools from Debian that integrate the package build system with Git. |