diff options
author | SoonKyu Park <sk7.park@samsung.com> | 2016-12-26 22:33:38 +0900 |
---|---|---|
committer | SoonKyu Park <sk7.park@samsung.com> | 2016-12-26 22:33:38 +0900 |
commit | 96f686b41ae2f80ff45a05f802ec3dad4e56bd7a (patch) | |
tree | a500352cb733bd33a45196a4c0458eb467306672 | |
parent | 3cbb5757adb2f9638e6596d47207cae25951e1d1 (diff) | |
download | git-buildpackage-96f686b41ae2f80ff45a05f802ec3dad4e56bd7a.tar.gz git-buildpackage-96f686b41ae2f80ff45a05f802ec3dad4e56bd7a.tar.bz2 git-buildpackage-96f686b41ae2f80ff45a05f802ec3dad4e56bd7a.zip |
Upgrade version to 0.7.5release-20161231
Change-Id: I765bee4aad47fd731d2f79b58f2bf19c37151827
-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. |