This commit is contained in:
Remi Collet 2019-11-12 11:51:38 +01:00
commit 97194f3adf
3 changed files with 8 additions and 4 deletions

View file

@ -10,7 +10,7 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
%global gh_commit b76bbc3c51f22c570648de48e8c2d941ed5e2cf2
%global gh_commit 9a9981c347c5c49d6dfe5cf826bb882b824080dc
%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.2.5
Version: 4.3.0
Release: 1%{?dist}
Summary: A PHP parser written in PHP - version %{major}
@ -45,7 +45,7 @@ BuildRequires: php-pcre
BuildRequires: php-spl
# From composer.json, "require-dev": {
# "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0",
# "ircmaxell/php-yacc": "0.0.4"
# "ircmaxell/php-yacc": "0.0.5"
%global phpunit %{_bindir}/phpunit8
BuildRequires: phpunit8
# Autoloader
@ -148,6 +148,9 @@ exit $ret
%changelog
* Tue Nov 12 2019 Remi Collet <remi@remirepo.net> - 4.3.0-1
- update to 4.3.0
* Mon Oct 28 2019 Remi Collet <remi@remirepo.net> - 4.2.5-1
- update to 4.2.5
- sources from git snapshot