diff options
| -rw-r--r-- | php-ast.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
| 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 <remi@remirepo.net> - 1.1.2-3 +- rebuild for 8.5.0alpha3 +  * Fri Jul  4 2025 Remi Collet <remi@remirepo.net> - 1.1.2-2  - fix for PHP 8.5 using patch from upstream and from    https://github.com/nikic/php-ast/pull/253 | 
