Update version to 0.9.28 93/302093/2
authorxuhy <huayong.xu@samsung.com>
Thu, 30 Nov 2023 07:11:01 +0000 (15:11 +0800)
committerxuhy <huayong.xu@samsung.com>
Thu, 30 Nov 2023 07:52:38 +0000 (15:52 +0800)
Change-Id: I75ef57dfb0dced976a173010760ff3bae955ef0d
Signed-off-by: xuhy <huayong.xu@samsung.com>
debian/changelog
packaging/git-buildpackage.changes
packaging/git-buildpackage.spec

index e6ec3a8..6a209ec 100755 (executable)
@@ -1,3 +1,9 @@
+git-buildpackage (0.9.28-tizen20231130) unstable; urgency=medium
+
+  * Fix git-buildpackage issue to adapt the librpm-tizen 4.14 version.
+
+ -- Xu Huayong <huayong.xu@samsung.com> Thu, 30 Nov 2023 14::32 +0800
+
 git-buildpackage (0.9.27-tizen20231101) unstable; urgency=medium
 
   * Port code from python2.x to python3.x.
index 1ce6d62..91c749e 100755 (executable)
@@ -1,3 +1,6 @@
+* Thu Nov 30 2023 Xu Huayong <huayong.xu@samsung.com> tizen/0.9.28-20231130
+- Fix git-buildpackage issue to adapt the librpm-tizen 4.14 version
+
 * Wed Nov 01 2023 Biao Wang <biao716.wang@samsung.com> tizen/0.9.27-20231101
 - Port code from python2.x to python3.x
 - Support openSUSE 15.2 build
index d4a88b7..4a04715 100755 (executable)
@@ -5,7 +5,7 @@
 
 Name:       git-buildpackage
 Summary:    Build packages from git
-Version:    0.9.27
+Version:    0.9.28
 Release:    0
 Group:      Development/Tools/Building
 License:    GPLv2
@@ -115,7 +115,7 @@ Recommends: rpm-build
 %else
 Requires:   rpm-build
 %endif
-Provides:   tizen-gbp-rpm = 20231101
+Provides:   tizen-gbp-rpm = 20231130
 
 %description rpm
 Set of tools from Debian that integrate the package build system with Git.