diff options
author | Remi Collet <remi@remirepo.net> | 2025-08-29 09:11:11 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-08-29 09:11:11 +0200 |
commit | 950035314ed53fc6b153c760e31e790e126e5abc (patch) | |
tree | 19825a6ba1f85081657a4425a66e0faf2c53f54d /php-ast.spec | |
parent | 143be62112b737e04dbc952095c99b074c153b60 (diff) |
drop patch merged upstream
Diffstat (limited to 'php-ast.spec')
-rw-r--r-- | php-ast.spec | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/php-ast.spec b/php-ast.spec index 373f47f..42b8fc8 100644 --- a/php-ast.spec +++ b/php-ast.spec @@ -19,14 +19,12 @@ Summary: Abstract Syntax Tree Name: %{?scl_prefix}php-ast -Version: 1.1.2 -Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 1.1.3 +Release: 1%{?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 -Patch0: php85.patch - BuildRequires: make BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel >= 7.2 @@ -61,8 +59,6 @@ sed -e 's/role="test"/role="src"/' \ -i package.xml cd %{sources} -%patch -P0 -p1 - # Sanity check, really often broken extver=$(sed -n '/#define PHP_AST_VERSION/{s/.* "//;s/".*$//;p}' php_ast.h) if test "x${extver}" != "x%{version}"; then @@ -173,6 +169,10 @@ TEST_PHP_ARGS="-n -d extension=tokenizer.so -d extension=%{buildroot}%{php_ztsex %changelog +* Mon Aug 11 2025 Remi Collet <remi@remirepo.net> - 1.1.3-1 +- update to 1.1.3 +- drop patch merged upstream + * Wed Jul 30 2025 Remi Collet <remi@remirepo.net> - 1.1.2-3 - rebuild for 8.5.0alpha3 |