summaryrefslogtreecommitdiffstats
path: root/php-ast.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-11-13 07:17:22 +0100
committerRemi Collet <remi@php.net>2023-11-13 07:17:22 +0100
commit0c1ab5343d6c2e735b7c338c2bb5be2978c67315 (patch)
tree471483491db8fd91d89171bd520f8a3df3dc9e5a /php-ast.spec
parente2fdb5fd3c78e18d4103b744925807650cc3c9cb (diff)
update to 1.1.1HEADmaster
Diffstat (limited to 'php-ast.spec')
-rw-r--r--php-ast.spec19
1 files changed, 5 insertions, 14 deletions
diff --git a/php-ast.spec b/php-ast.spec
index 6314b2f..9945621 100644
--- a/php-ast.spec
+++ b/php-ast.spec
@@ -8,12 +8,6 @@
#
%{?scl: %scl_package php-ast}
-# Defined in Fedora >= 37 and RHEL >= 10, in PHP >= 7.4 for remirepo
-%{!?__phpize: %global __phpize %{_bindir}/phpize}
-%{!?__ztsphpize: %global __ztsphpize %{_bindir}/zts-phpize}
-%{!?__phpconfig: %global __phpconfig %{_bindir}/php-config}
-%{!?__ztsphpconfig:%global __ztsphpconfig %{_bindir}/zts-php-config}
-
%global pecl_name ast
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
# After 20-tokenizer.ini
@@ -23,8 +17,8 @@
Summary: Abstract Syntax Tree
Name: %{?scl_prefix}php-ast
-Version: 1.1.0
-Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Version: 1.1.1
+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
@@ -133,12 +127,6 @@ OPT="-P -q --show-diff"
if [ $VER -ge 70400 ]; then
OPT="$OPT %{?_smp_mflags}"
fi
-if [ $VER -ge 80300 ]; then
- rm tests/attributes_02.phpt
- rm tests/class_consts_80.phpt
- rm tests/php81_enums.phpt
- rm tests/php81_final_class_const.phpt
-fi
: Minimal load test for NTS extension
%{__php} --no-php-ini \
@@ -196,6 +184,9 @@ fi
%changelog
+* Mon Nov 13 2023 Remi Collet <remi@remirepo.net> - 1.1.1-1
+- update to 1.1.1
+
* Mon Oct 2 2023 Remi Collet <remi@remirepo.net> - 1.1.0-4
- ignore 4 test failing with 8.3