diff --git a/php.spec b/php.spec index 870e334918b401e454a385c36118829257faeee4..1e8ce0aeb252795c0c4841ea5057a0614171ee89 100644 --- a/php.spec +++ b/php.spec @@ -26,7 +26,7 @@ Name: php Version: %{upver} -Release: 5 +Release: 6 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/ @@ -482,11 +482,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 @@ -1086,6 +1082,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || : %changelog +* Tue Aug 20 2024 Xuebing Li - 8.0.30-6 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Wed Jun 12 2024 Funda Wang - 8.0.30-5 - Update licenses declaration