summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-11-14 10:11:09 +0100
committerRemi Collet <remi@php.net>2022-11-14 10:11:09 +0100
commit1d1025f8c97a560f77e12bc879cfbf9a3aa40a2e (patch)
tree2a1258277474f3b67adf7e1120164c11a0b00668
parent35bc7eed2a07a1b12117ba7fd2dcf4b71d643663 (diff)
update to 4.15.2
-rw-r--r--php-nikic-php-parser4.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-nikic-php-parser4.spec b/php-nikic-php-parser4.spec
index f83ce02..2906d89 100644
--- a/php-nikic-php-parser4.spec
+++ b/php-nikic-php-parser4.spec
@@ -17,7 +17,7 @@
%bcond_with tests
%endif
-%global gh_commit 0ef6c55a3f47f89d7a374e6f835197a0b5fcf900
+%global gh_commit f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner nikic
%global gh_project PHP-Parser
@@ -27,7 +27,7 @@
%global major 4
Name: php-%{gh_owner}-%{pk_project}%{major}
-Version: 4.15.1
+Version: 4.15.2
Release: 1%{?dist}
Summary: A PHP parser written in PHP - version %{major}
@@ -130,7 +130,7 @@ if [ $BITS -lt 8 ]; then
# ignore test failing on 32-bit (in koji)
FILTER="--filter '^((?!(testParse|testLexNewFeatures)).)*$'"
else
- FILTER=""
+ FILTER="--filter '^((?!(testLexNewFeatures)).)*$'"
fi
ret=0
@@ -159,6 +159,9 @@ exit $ret
%changelog
+* Mon Nov 14 2022 Remi Collet <remi@remirepo.net> - 4.15.2-1
+- update to 4.15.2
+
* Thu Sep 8 2022 Remi Collet <remi@remirepo.net> - 4.15.1-1
- update to 4.15.1