summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>2014-04-03 11:34:57 +0000
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>2014-04-03 12:13:07 +0300
commitb87eabe6b30cb9e1a009676a6bb9ef9d5f812be2 (patch)
tree9d573628e69e4746e7b99d49aa67a74021d77b2b
parent4acf0cdbe6da525ea0c0509b5a283177fd540413 (diff)
downloadgit-buildpackage-release-for-gbsV0.21.tar.gz
git-buildpackage-release-for-gbsV0.21.tar.bz2
git-buildpackage-release-for-gbsV0.21.zip
Change-Id: Id3b2f1caeaf12747401c33e25d9f697bf53138e0
-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 1c73422b..f57e5b6c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+git-buildpackage (0.6.8-tizen20140403) unstable; urgency=low
+
+ * Cherry-picked config-parsing fixes from upstream
+ * config: Don't pull in config defaults twice (Closes: #733759)
+ * Test option parser fallbacks more thoroughly (Closes: #733759)
+
+ -- Markus Lehtonen <markus.lehtonen@linux.intel.com> Thu, 03 Apr 2014 11:32:22 +0300
+
git-buildpackage (0.6.8-tizen20140402) unstable; urgency=low
* Revert "GitRepository/add_remote_repo: fix the 'tags' argument"
diff --git a/packaging/git-buildpackage.changes b/packaging/git-buildpackage.changes
index 4a7b4655..a9263be7 100644
--- a/packaging/git-buildpackage.changes
+++ b/packaging/git-buildpackage.changes
@@ -1,3 +1,8 @@
+* Thu Apr 03 2014 Markus Lehtonen <markus.lehtonen@linux.intel.com> tizen/0.6.8-20140403
+- Cherry-picked config-parsing fixes from upstream
+ * config: Don't pull in config defaults twice (Closes: #733759)
+ * Test option parser fallbacks more thoroughly (Closes: #733759)
+
* 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 --
diff --git a/packaging/git-buildpackage.spec b/packaging/git-buildpackage.spec
index 9d36d5c4..51e46567 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 = 20140402
+Provides: tizen-gbp-rpm = 20140403
%description rpm
Set of tools from Debian that integrate the package build system with Git.