diff --git a/php.spec b/php.spec index 5ba8d7e4f74ae89f813801b41d104d3e5fbc121f..488e7a1f0d1a4de40098d67e8a94d8f6ff2d0e32 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