From 8723e42530e8a06ff6157f763cf8fb91343c7973 Mon Sep 17 00:00:00 2001 From: lixuebing Date: Tue, 20 Aug 2024 13:58:36 +0800 Subject: [PATCH] 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 5ba8d7e..488e7a1 100644 --- a/php.spec +++ b/php.spec @@ -28,7 +28,7 @@ Name: php Version: %{upver} -Release: 1 +Release: 2 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/ @@ -580,11 +580,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 %autosetup -n php-%{upver} -p1 @@ -1314,6 +1310,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || : %{_mandir}/man?/* %changelog +* Tue Aug 20 2024 Xuebing Li - 8.3.10-2 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Wed Jul 31 2024 Funda Wang - 8.3.10-1 - New version 8.3.10 -- Gitee