From 2beeee4816f96e9558b7d37c5e6a25b2cace67ce Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 13 Apr 2020 08:22:05 +0200 Subject: v4.4.0 --- php-nikic-php-parser4.spec | 11 +++++++---- 1 file 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 - 4.4.0-1 +- update to 4.4.0 + * Tue Nov 12 2019 Remi Collet - 4.3.0-1 - update to 4.3.0 -- cgit