packaging: Prepare for next Tizen tools release
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Mon, 2 Dec 2013 11:01:13 +0000 (13:01 +0200)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Fri, 14 Nov 2014 12:47:19 +0000 (14:47 +0200)
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
debian/changelog
packaging/git-buildpackage.changes
packaging/git-buildpackage.spec

index 68c1aa5..7b1f70c 100644 (file)
@@ -249,6 +249,25 @@ git-buildpackage (0.6.7) unstable; urgency=low
 
  -- Guido Günther <agx@sigxcpu.org>  Fri, 29 Nov 2013 20:52:03 +0100
 
+git-buildpackage (0.6.6-tizen20131202) unstable; urgency=low
+
+  * Rebase on top of upstream version 0.6.6
+  * UpstreamSource: fix archive prefix guessing
+  * pq-rpm: create diff up to the last merge commit
+    Before, merge commits broke patch generation, or, (most probably) caused
+    the generated patches to be unapplicable (similar to how
+    git-format-patch behaves).
+    Now, changes up to the last merge commit are squashed into one diff if
+    merge commits are found in the revision list from which patches are to
+    be generated. Individual patches (one per commit) are generated from the
+    last merge commit up to the exported revision.
+  * pq-rpm: magic word HEAD for patch-squashing
+    When given as the squash-point, 'HEAD' translates to the end-commit.
+    This allows one to configure gbp to always squash all commits into one
+    monolithic diff.
+
+ -- Markus Lehtonen <markus.lehtonen@linux.intel.com>  Mon, 02 Dec 2013 12:55:14 +0200
+
 git-buildpackage (0.6.6) unstable; urgency=low
 
   [ Guan Junchun ]
index da3ffc2..938808e 100644 (file)
@@ -1,3 +1,19 @@
+* Mon Dec 02 2013 Markus Lehtonen <markus.lehtonen@linux.intel.com> 0.6.6
+- Rebase on top of upstream version 0.6.6
+- UpstreamSource: fix archive prefix guessing
+- pq-rpm: create diff up to the last merge commit
+  Before, merge commits broke patch generation, or, (most probably) caused
+  the generated patches to be unapplicable (similar to how
+  git-format-patch behaves).
+  Now, changes up to the last merge commit are squashed into one diff if
+  merge commits are found in the revision list from which patches are to
+  be generated. Individual patches (one per commit) are generated from the
+  last merge commit up to the exported revision.
+- pq-rpm: magic word HEAD for patch-squashing
+  When given as the squash-point, 'HEAD' translates to the end-commit.
+  This allows one to configure gbp to always squash all commits into one
+  monolithic diff.
+
 * 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
index 0262592..d44c16b 100644 (file)
@@ -110,7 +110,7 @@ Recommends: rpm-build
 %else
 Requires:   rpm-build
 %endif
-Provides:   tizen-gbp-rpm = 20131017
+Provides:   tizen-gbp-rpm = 20131202
 
 %description rpm
 Set of tools from Debian that integrate the package build system with Git.