(cherry picked from commit 9ed1a36a88)
This commit is contained in:
Remi Collet 2020-08-19 08:42:23 +02:00
commit 1759d7ab0a
3 changed files with 9 additions and 5 deletions

View file

@ -10,7 +10,7 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
%global gh_commit 8c58eb4cd4f3883f82611abeac2efbc3dbed787e
%global gh_commit aaee038b912e567780949787d5fe1977be11a778
%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.8.0
Version: 4.9.0
Release: 1%{?dist}
Summary: A PHP parser written in PHP - version %{major}
@ -45,8 +45,8 @@ BuildRequires: php-json
BuildRequires: php-pcre
BuildRequires: php-spl
# From composer.json, "require-dev": {
# "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0",
# "ircmaxell/php-yacc": "0.0.5"
# "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0",
# "ircmaxell/php-yacc": "0.0.7"
%global phpunit %{_bindir}/phpunit8
BuildRequires: phpunit8
# Autoloader
@ -145,6 +145,9 @@ exit $ret
%changelog
* Wed Aug 19 2020 Remi Collet <remi@remirepo.net> - 4.9.0-1
- update to 4.9.0
* Mon Aug 10 2020 Remi Collet <remi@remirepo.net> - 4.8.0-1
- update to 4.8.0