diff options
author | biao716.wang <biao716.wang@samsung.com> | 2021-05-14 12:51:43 +0900 |
---|---|---|
committer | biao716.wang <biao716.wang@samsung.com> | 2021-05-14 14:31:41 +0900 |
commit | f851255639419458a721b410a871f0e400370876 (patch) | |
tree | bb9202848adb854b533b99da3f1853792e7fd1b8 | |
parent | a27822490c01925283dd63e5ba0e1c97f7aead51 (diff) | |
download | git-buildpackage-f851255639419458a721b410a871f0e400370876.tar.gz git-buildpackage-f851255639419458a721b410a871f0e400370876.tar.bz2 git-buildpackage-f851255639419458a721b410a871f0e400370876.zip |
Update version to 0.9.21upstream/0.9.21submit/trunk/20210517.091730submit/trunk/20210514.153130submit/trunk/20210514.072551accepted/tools/devbase/tools/legacy/20240424.050706accepted/tools/devbase/tools/legacy/20240423.040725accepted/tools/devbase/tools/legacy/20240422.110847accepted/tizen/devbase/tools/20210517.061558accepted/tizen/devbase/tools/20210514.132050devel-py2accepted/tools_devbase_tools_legacyaccepted/tizen_devbase_tools
Change-Id: I33ec1d2038357d0d5777dc7ac2c0530547f43a43
Signed-off-by: biao716.wang <biao716.wang@samsung.com>
-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. |