diff options
author | Remi Collet <remi@remirepo.net> | 2025-07-30 15:43:38 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-07-30 15:43:38 +0200 |
commit | 143be62112b737e04dbc952095c99b074c153b60 (patch) | |
tree | 33c4bd7cbd44702b0364babf2504ca177a96939b /php-ast.spec | |
parent | 0af41e35ee20dddc60d337bb653296a07f3687ae (diff) |
Diffstat (limited to 'php-ast.spec')
-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 |