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 e6ec3a8f88b89ec6918372b4fef1560b2430ac68..6a209ec0834f7b70a147032ed1366c0319ad8077 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 1ce6d628eb0c93dfa26d4db324e6bae1dad81e95..91c749e9380c231c88c3bad564a81be2bf001970 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 d4a88b7ecbe4f60879b68f62d2d26829c3bfaff2..4a04715d0b6dc1ae6e004cbfc8e1b64007c4b65c 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.