summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-07-30 15:36:48 +0200
committerRemi Collet <remi@php.net>2025-07-30 15:36:48 +0200
commiteafe65b0dad4381b5039d2b93d9a871f722785cc (patch)
tree31873dc8993802b8f62030e1a05e914d9db29fab
parent479ee93ae74d91a7edf5f607f0b83ec2c277ef96 (diff)
rebuild for 8.5.0alpha3HEADmaster
-rw-r--r--php-pecl-json-post.spec5
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