diff options
-rw-r--r-- | php-pecl-json-post.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-json-post.spec b/php-pecl-json-post.spec index 95c7ce7..f4b3169 100644 --- a/php-pecl-json-post.spec +++ b/php-pecl-json-post.spec @@ -25,7 +25,7 @@ Summary: JSON POST handler Name: %{?scl_prefix}php-pecl-json-post Version: 1.1.0 -Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD-2-Clause URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{sources}.tgz @@ -190,6 +190,9 @@ cd ../ZTS %changelog +* Wed Jul 30 2025 Remi Collet <remi@remirepo.net> - 1.1.0-4 +- rebuild for 8.5.0alpha3 + * Wed Aug 30 2023 Remi Collet <remi@remirepo.net> - 1.1.0-3 - rebuild for PHP 8.3.0RC1 |