diff options
Diffstat (limited to 'php-ast.spec')
| -rw-r--r-- | php-ast.spec | 8 | 
1 files changed, 6 insertions, 2 deletions
| diff --git a/php-ast.spec b/php-ast.spec index 42b8fc8..072ec0f 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.3 -Release:       1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:       2%{?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 @@ -35,11 +35,12 @@ Requires:      %{?scl_prefix}php(zend-abi) = %{php_zend_api}  Requires:      %{?scl_prefix}php(api) = %{php_core_api}  Requires:      %{?scl_prefix}php-tokenizer%{?_isa} -# PECL/PIE +# PECL  Provides:       %{?scl_prefix}php-pecl-%{pecl_name}          = %{version}-%{release}  Provides:       %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa}  = %{version}-%{release}  Provides:       %{?scl_prefix}php-pecl(%{pecl_name})         = %{version}  Provides:       %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version} +# PIE  Provides:       %{?scl_prefix}php-pie(%{pie_vend}/%{pie_proj}) = %{version}  Provides:       %{?scl_prefix}php-%{pie_vend}-%{pie_proj} = %{version} @@ -169,6 +170,9 @@ TEST_PHP_ARGS="-n -d extension=tokenizer.so -d extension=%{buildroot}%{php_ztsex  %changelog +* Thu Sep 25 2025 Remi Collet <remi@remirepo.net> - 1.1.3-2 +- rebuild for PHP 8.5.0RC1 +  * Mon Aug 11 2025 Remi Collet <remi@remirepo.net> - 1.1.3-1  - update to 1.1.3  - drop patch merged upstream | 
