summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--packaging/git-buildpackage.changes3
-rw-r--r--packaging/git-buildpackage.spec2
3 files changed, 6 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 37f32953..a35f6ecc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-git-buildpackage (0.6.3-tizen20131016) unstable; urgency=low
+git-buildpackage (0.6.3-tizen20131017) unstable; urgency=low
[ Lingchaox Xin ]
* Fix `fatal: fetch --all does not take a repository argument`
@@ -55,8 +55,8 @@ git-buildpackage (0.6.3-tizen20131016) unstable; urgency=low
* pq: fix generation of series file
* pq.write_patch_file: drop unused argument
* pq: pass commit_info to format_patch()
- * pq: pass commit_info to format_patch()
* SpecFile.set_tag: change the default place for new tags
+ * buildpackage: support 'commit' variable for VCS tags
[ Zhang Qiang ]
* remove 'repo' param to adapt to changes of write_patch_file
@@ -65,7 +65,7 @@ git-buildpackage (0.6.3-tizen20131016) unstable; urgency=low
* Fix gbs clone failure if repo url is like host:repo.git
* Clone a repository to a specific directory
- -- Markus Lehtonen <markus.lehtonen@linux.intel.com> Wed, 16 Oct 2013 11:05:02 +0300
+ -- Markus Lehtonen <markus.lehtonen@linux.intel.com> Thu, 17 Oct 2013 13:45:10 +0300
git-buildpackage (0.6.3) unstable; urgency=low
diff --git a/packaging/git-buildpackage.changes b/packaging/git-buildpackage.changes
index 7951f583..da3ffc20 100644
--- a/packaging/git-buildpackage.changes
+++ b/packaging/git-buildpackage.changes
@@ -1,4 +1,5 @@
-* Wed Oct 16 2013 Markus Lehtonen <markus.lehtonen@linux.intel.com> 0.6.3
+* Thu Oct 17 2013 Markus Lehtonen <markus.lehtonen@linux.intel.com> 0.6.3
+- buildpackage: support 'commit' variable for VCS tags
- Clone a repository to a specific directory
- Fix gbs clone failure if repo url is like host:repo.git
- SpecFile.set_tag: change the default place for new tags
diff --git a/packaging/git-buildpackage.spec b/packaging/git-buildpackage.spec
index e65fe172..a8df40dd 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 = 20131016
+Provides: tizen-gbp-rpm = 20131017
%description rpm
Set of tools from Debian that integrate the package build system with Git.