diff options
author | Remi Collet <remi@remirepo.net> | 2023-08-30 08:31:51 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-08-30 08:31:51 +0200 |
commit | 6ce94ac40a5c7e64d559a6ec024dcf4a5395d88b (patch) | |
tree | 5f1302ccb9f2972d1f866994d856329070668251 | |
parent | 2aa8022411906087c5e8a2183d7c5e94436bcf87 (diff) |
rebuild for PHP 8.3.0RC1
-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 f58401b..c785419 100644 --- a/php-pecl-json-post.spec +++ b/php-pecl-json-post.spec @@ -36,7 +36,7 @@ Summary: JSON POST handler Name: %{?scl_prefix}php-pecl-json-post Version: 1.1.0 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?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/%{pecl_name}-%{version}%{?prever}.tgz @@ -217,6 +217,9 @@ cd ../ZTS %changelog +* Wed Aug 30 2023 Remi Collet <remi@remirepo.net> - 1.1.0-3 +- rebuild for PHP 8.3.0RC1 + * Fri Jul 7 2023 Remi Collet <remi@remirepo.net> - 1.1.0-2 - build out of sources tree |