From 143be62112b737e04dbc952095c99b074c153b60 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Jul 2025 15:43:38 +0200 Subject: rebuild for 8.5.0alpha3 --- php-ast.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-ast.spec b/php-ast.spec index 21226a7..373f47f 100644 --- a/php-ast.spec +++ b/php-ast.spec @@ -20,7 +20,7 @@ Summary: Abstract Syntax Tree Name: %{?scl_prefix}php-ast Version: 1.1.2 -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-3-Clause URL: https://pecl.php.net/package/ast Source0: http://pecl.php.net/get/%{sources}.tgz @@ -173,6 +173,9 @@ TEST_PHP_ARGS="-n -d extension=tokenizer.so -d extension=%{buildroot}%{php_ztsex %changelog +* Wed Jul 30 2025 Remi Collet - 1.1.2-3 +- rebuild for 8.5.0alpha3 + * Fri Jul 4 2025 Remi Collet - 1.1.2-2 - fix for PHP 8.5 using patch from upstream and from https://github.com/nikic/php-ast/pull/253 -- cgit