summaryrefslogtreecommitdiffstats
path: root/php-nikic-php-parser4.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-nikic-php-parser4.spec')
-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 3b6c0f0..07ad602 100644
--- a/php-nikic-php-parser4.spec
+++ b/php-nikic-php-parser4.spec
@@ -10,7 +10,7 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit 63a79e8daa781cac14e5195e63ed8ae231dd10fd
+%global gh_commit 210577fe3cf7badcc5814d99455df46564f3c077
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner nikic
%global gh_project PHP-Parser
@@ -21,7 +21,7 @@
%global major 4
Name: php-%{gh_owner}-%{pk_project}%{major}
-Version: 4.13.1
+Version: 4.13.2
Release: 1%{?dist}
Summary: A PHP parser written in PHP - version %{major}
@@ -128,7 +128,7 @@ else
fi
ret=0
-for cmdarg in "php %{phpunit}" php73 php74 php80 php81; do
+for cmdarg in "php %{phpunit}" php74 php80 php81; do
if which $cmdarg; then
set $cmdarg
$1 -d include_path=%{php_home} \
@@ -153,6 +153,9 @@ exit $ret
%changelog
+* Wed Dec 1 2021 Remi Collet <remi@remirepo.net> - 4.13.2-1
+- update to 4.13.2
+
* Thu Nov 4 2021 Remi Collet <remi@remirepo.net> - 4.13.1-1
- update to 4.13.1