From eafe65b0dad4381b5039d2b93d9a871f722785cc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Jul 2025 15:36:48 +0200 Subject: rebuild for 8.5.0alpha3 --- php-pecl-json-post.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'php-pecl-json-post.spec') 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 - 1.1.0-4 +- rebuild for 8.5.0alpha3 + * Wed Aug 30 2023 Remi Collet - 1.1.0-3 - rebuild for PHP 8.3.0RC1 -- cgit