From 850639e33950b7b3e99451efd0923ae5457cd88f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Aug 2023 08:27:10 +0200 Subject: rebuild for PHP 8.3.0RC1 --- php-pecl-apfd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'php-pecl-apfd.spec') diff --git a/php-pecl-apfd.spec b/php-pecl-apfd.spec index 3992bce..3d5a6c6 100644 --- a/php-pecl-apfd.spec +++ b/php-pecl-apfd.spec @@ -34,7 +34,7 @@ Summary: Always Populate Form Data Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 1.0.3 -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/%{pecl_name}-%{version}%{?prever}.tgz @@ -209,6 +209,9 @@ cd ../ZTS %changelog +* Wed Aug 30 2023 Remi Collet - 1.0.3-4 +- rebuild for PHP 8.3.0RC1 + * Tue Aug 22 2023 Remi Collet - 1.0.3-3 - enable json extension for 7.4 -- cgit