diff options
Diffstat (limited to 'packaging')
-rwxr-xr-x | packaging/git-buildpackage.changes | 5 | ||||
-rwxr-xr-x | packaging/git-buildpackage.spec | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/packaging/git-buildpackage.changes b/packaging/git-buildpackage.changes index 7f8a5ef3..07073f76 100755 --- 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 100755 --- 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. |