diff options
-rwxr-xr-x | debian/changelog | 6 | ||||
-rwxr-xr-x | packaging/git-buildpackage.changes | 3 | ||||
-rwxr-xr-x | packaging/git-buildpackage.spec | 4 |
3 files changed, 11 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 7229c39c..a538f6e9 100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +git-buildpackage (0.9.21-tizen20210514) unstable; urgency=medium + + * Fix export submodule source code error. + + -- Biao Wang <biao716.wang@samsung.com> Fri, 14 May 2021 16:50:00 +0800 + git-buildpackage (0.9.20-tizen20200522) unstable; urgency=medium * Adapt Ubuntu 20.04 to upgrade the version. diff --git a/packaging/git-buildpackage.changes b/packaging/git-buildpackage.changes index ce7d687f..6ddec4f3 100755 --- a/packaging/git-buildpackage.changes +++ b/packaging/git-buildpackage.changes @@ -1,3 +1,6 @@ +* Fri May 14 2021 Biao Wang <biao716.wang@samsung.com> tizen/0.9.21-20210514 +- Fix export submodule source code error. + * Fri May 22 2020 Yan Meng <yan11.meng@samsung.com> tizen/0.9.20-20200522 - Adapt Ubuntu 20.04 to upgrade the version. diff --git a/packaging/git-buildpackage.spec b/packaging/git-buildpackage.spec index d990cdef..880e862b 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.9.20 +Version: 0.9.21 Release: 0 Group: Development/Tools/Building License: GPLv2 @@ -112,7 +112,7 @@ Recommends: rpm-build %else Requires: rpm-build %endif -Provides: tizen-gbp-rpm = 20200522 +Provides: tizen-gbp-rpm = 20210514 %description rpm Set of tools from Debian that integrate the package build system with Git. |