diff options
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | packaging/git-buildpackage.changes | 5 | ||||
-rw-r--r-- | packaging/git-buildpackage.spec | 4 |
3 files changed, 15 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 581544d6..199e2322 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +git-buildpackage (0.7.5-tizen20161231) unstable; urgency=medium + + * Fix diff_status() for renames and copies + * Adapt git-merge option when git version greater then 2.9 + * Disable test_pristine_tar unittest case + + -- SoonKyu Park <sk7.park@samsung.com> Sat, 31 Dec 2016 19:30:00 +0800 + git-buildpackage (0.7.4-tizen20160514) unstable; urgency=medium * Keep same version number with upstream source code ,version 0.7.4 diff --git a/packaging/git-buildpackage.changes b/packaging/git-buildpackage.changes index 7f8a5ef3..07073f76 100644 --- a/packaging/git-buildpackage.changes +++ b/packaging/git-buildpackage.changes @@ -1,3 +1,8 @@ +* Sat Dec 31 2016 SoonKyu Park <sk7.park@samsung.com> tizen/0.7.5-20161231 +- Fix diff_status() for renames and copies +- Adapt git-merge option when git version greater then 2.9 +- Disable test_pristine_tar unittest case + * Sat May 14 2016 Jun Wang <junbill.wang@samsung.com> tizen/0.7.4-20160514 - Upgrade version to 0.7.4 diff --git a/packaging/git-buildpackage.spec b/packaging/git-buildpackage.spec index 60939602..e1dd8dbf 100644 --- a/packaging/git-buildpackage.spec +++ b/packaging/git-buildpackage.spec @@ -3,7 +3,7 @@ Name: git-buildpackage Summary: Build packages from git -Version: 0.7.4 +Version: 0.7.5 Release: 0 Group: Development/Tools/Building License: GPLv2 @@ -111,7 +111,7 @@ Recommends: rpm-build %else Requires: rpm-build %endif -Provides: tizen-gbp-rpm = 20160302 +Provides: tizen-gbp-rpm = 20161231 %description rpm Set of tools from Debian that integrate the package build system with Git. |