summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog8
-rw-r--r--packaging/git-buildpackage.changes5
-rw-r--r--packaging/git-buildpackage.spec2
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.