summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-04-13 08:22:05 +0200
committerRemi Collet <remi@remirepo.net>2020-04-13 08:22:05 +0200
commit2beeee4816f96e9558b7d37c5e6a25b2cace67ce (patch)
tree894e98a6ded240c45bca66c3537a418893186966
parent3881ecfc4d660ebf5e5fbdb48921a6c009c858a3 (diff)
v4.4.0
-rw-r--r--php-nikic-php-parser4.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/php-nikic-php-parser4.spec b/php-nikic-php-parser4.spec
index 37b5581..f6bbf9d 100644
--- a/php-nikic-php-parser4.spec
+++ b/php-nikic-php-parser4.spec
@@ -1,6 +1,6 @@
# remirepo/fedora spec file for php-nikic-php-parser4
#
-# Copyright (c) 2016-2019 Remi Collet
+# Copyright (c) 2016-2020 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -10,7 +10,7 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit 9a9981c347c5c49d6dfe5cf826bb882b824080dc
+%global gh_commit bd43ec7152eaaab3bd8c6d0aa95ceeb1df8ee120
%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.3.0
+Version: 4.4.0
Release: 1%{?dist}
Summary: A PHP parser written in PHP - version %{major}
@@ -132,7 +132,7 @@ AUTOLOAD
: Upstream test suite
# ignore test failing on 32-bit (in koji)
ret=0
-for cmdarg in "php %{phpunit}" "php71 %{_bindir}/phpunit7" php72 php73 php74; do
+for cmdarg in "php %{phpunit}" "php71 %{_bindir}/phpunit7" php72 php73 php74 php80; do
if which $cmdarg; then
set $cmdarg
$1 ${2:-%{_bindir}/phpunit8} \
@@ -157,6 +157,9 @@ exit $ret
%changelog
+* Mon Apr 13 2020 Remi Collet <remi@remirepo.net> - 4.4.0-1
+- update to 4.4.0
+
* Tue Nov 12 2019 Remi Collet <remi@remirepo.net> - 4.3.0-1
- update to 4.3.0