summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-12-01 08:14:26 +0100
committerRemi Collet <remi@php.net>2021-12-01 08:14:26 +0100
commitdb14ec640980504cee201f9e93709910216d4425 (patch)
tree63eae40929b1db0d79b6b37155ba061ab03da8d8
parent71f81074acfd6b5b702f17d3c5d404b16f0c7fab (diff)
update to 4.13.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 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