v4.3.0
This commit is contained in:
parent
fa7b637b9e
commit
97194f3adf
3 changed files with 8 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue