summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-09-18 15:08:35 +0200
committerRemi Collet <remi@php.net>2024-09-18 15:08:35 +0200
commite86bd86876b3721cb6ac0fef202fc50b1fc6b3f7 (patch)
tree54238c5ecc4ace1acbe5d4f2ee0f4a54e9827783
parentf797d26736d2df454272fd9e0bc6bb2e7552eda6 (diff)
update to 4.19.2HEADmaster
-rw-r--r--php-nikic-php-parser4.spec11
1 files changed, 6 insertions, 5 deletions
diff --git a/php-nikic-php-parser4.spec b/php-nikic-php-parser4.spec
index ef3915e..0a8405b 100644
--- a/php-nikic-php-parser4.spec
+++ b/php-nikic-php-parser4.spec
@@ -18,7 +18,7 @@
%bcond_with tests
%endif
-%global gh_commit 4e1b88d21c69391150ace211e9eaf05810858d0b
+%global gh_commit 0ed4c8949a32986043e977dbe14776c14d644c45
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner nikic
%global gh_project PHP-Parser
@@ -28,7 +28,7 @@
%global major 4
Name: php-%{gh_owner}-%{pk_project}%{major}
-Version: 4.19.1
+Version: 4.19.2
Release: 1%{?dist}
Summary: A PHP parser written in PHP - version %{major}
@@ -129,7 +129,7 @@ AUTOLOAD
FILTER="--filter '^((?!(testLexNewFeatures)).)*$'"
ret=0
-for cmdarg in "php %{phpunit}" php81 php82 php83; do
+for cmdarg in "php %{phpunit}" php81 php82 php83 php84; do
if which $cmdarg; then
set $cmdarg
$1 -d include_path=%{php_home} \
@@ -144,8 +144,6 @@ exit $ret
%files
-# remirepo:1
-%{!?_licensedir:%global license %%doc}
%license LICENSE
%doc composer.json
%doc *.md
@@ -154,6 +152,9 @@ exit $ret
%changelog
+* Wed Sep 18 2024 Remi Collet <remi@remirepo.net> - 4.19.2-1
+- update to 4.19.2
+
* Tue Mar 19 2024 Remi Collet <remi@remirepo.net> - 4.19.1-1
- update to 4.19.1
- raise dependency on PHP 7.1