From a2f37f676384eb4b8965d28e3f76296caa4b0adb Mon Sep 17 00:00:00 2001 From: lixuebing Date: Tue, 20 Aug 2024 14:12:34 +0800 Subject: [PATCH 1/2] Replaced declaration of help subpackage with the 'package_help' macro. --- php.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/php.spec b/php.spec index e28cca4..1a81e73 100644 --- a/php.spec +++ b/php.spec @@ -28,7 +28,7 @@ Name: php Version: %{upver} -Release: 2 +Release: 3 Summary: PHP scripting language for creating dynamic web sites License: PHP-3.01 AND Zend-2.0 AND BSD-2-Clause AND MIT AND Apache-1.0 AND NCSA AND BSL-1.0 URL: http://www.php.net/ @@ -582,11 +582,7 @@ scripting language and therefore develop “system code” more productively. For PHP, FFI opens a way to write PHP extensions and bindings to C libraries in pure PHP. -%package help -Summary: help - -%description help -help +%package_help %prep %{?gpgverify:%{gpgverify} --keyring='%{SOURCE15}' --data='%{SOURCE0}'} @@ -1332,6 +1328,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || : %{_mandir}/* %changelog +* Tue Aug 20 2024 Xuebing Li - 8.3.10-3 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Wed Jun 12 2024 Funda Wang - 8.3.8-2 - Fix GH-14480 Method visibility issue introduced in version 8.3.8 - Update licenses declaration -- Gitee From 63b3855d8bd03af75d648480c64b03fe46899b46 Mon Sep 17 00:00:00 2001 From: lixuebing Date: Tue, 20 Aug 2024 14:29:56 +0800 Subject: [PATCH 2/2] Replaced declaration of help subpackage with the 'package_help' macro. --- php.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php.spec b/php.spec index 1a81e73..e58ac23 100644 --- a/php.spec +++ b/php.spec @@ -1328,7 +1328,7 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || : %{_mandir}/* %changelog -* Tue Aug 20 2024 Xuebing Li - 8.3.10-3 +* Tue Aug 20 2024 Xuebing Li - 8.3.8-3 - Replaced declaration of help subpackage with the 'package_help' macro. * Wed Jun 12 2024 Funda Wang - 8.3.8-2 -- Gitee