diff options
author | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2014-04-02 09:55:19 +0000 |
---|---|---|
committer | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2014-04-02 10:15:18 +0300 |
commit | f3aab35aa8cbef3846a81744ff6df696974f693d (patch) | |
tree | f707e9abcc143f52dae0d95e7f1f2f2aa5f815a8 | |
parent | 8232655462be23ba22552a4d0b97fe8883036e67 (diff) | |
download | git-buildpackage-f3aab35aa8cbef3846a81744ff6df696974f693d.tar.gz git-buildpackage-f3aab35aa8cbef3846a81744ff6df696974f693d.tar.bz2 git-buildpackage-f3aab35aa8cbef3846a81744ff6df696974f693d.zip |
Release, update changelogtizen/0.6.8-20140402
Change-Id: I19bce2de51ff74a05ef844867e1777d360bb6414
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | packaging/git-buildpackage.changes | 5 | ||||
-rw-r--r-- | packaging/git-buildpackage.spec | 2 |
3 files changed, 14 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 767ce811..1c73422b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +git-buildpackage (0.6.8-tizen20140402) unstable; urgency=low + + * Revert "GitRepository/add_remote_repo: fix the 'tags' argument" + Which caused an unwanted behavior of not fetching refs/heads at all -- + only tags were fetched. + + -- Markus Lehtonen <markus.lehtonen@linux.intel.com> Wed, 02 Apr 2014 09:53:35 +0300 + git-buildpackage (0.6.8-tizen20140306) unstable; urgency=low [ Markus Lehtonen ] diff --git a/packaging/git-buildpackage.changes b/packaging/git-buildpackage.changes index d026530b..4a7b4655 100644 --- a/packaging/git-buildpackage.changes +++ b/packaging/git-buildpackage.changes @@ -1,3 +1,8 @@ +* Wed Apr 02 2014 Markus Lehtonen <markus.lehtonen@linux.intel.com> tizen/0.6.8-20140402 +- Revert "GitRepository/add_remote_repo: fix the 'tags' argument" + Which caused an unwanted behavior of not fetching refs/heads at all -- + only tags were fetched. + * Thu Mar 06 2014 Markus Lehtonen <markus.lehtonen@linux.intel.com> tizen/0.6.8-20140306 - Rebase on top of upstream version 0.6.8 - Introduce git-rpm-ch tool. diff --git a/packaging/git-buildpackage.spec b/packaging/git-buildpackage.spec index c271515c..9d36d5c4 100644 --- a/packaging/git-buildpackage.spec +++ b/packaging/git-buildpackage.spec @@ -97,7 +97,7 @@ Group: Development/Tools/Building Requires: %{name}-common = %{version}-%{release} Requires: rpm Requires: %{rpm_python_pkg_name} -Provides: tizen-gbp-rpm = 20140306 +Provides: tizen-gbp-rpm = 20140402 %description rpm Set of tools from Debian that integrate the package build system with Git. |