diff options
-rw-r--r-- | php-nikic-php-parser4.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-nikic-php-parser4.spec b/php-nikic-php-parser4.spec index f6d26e2..2547686 100644 --- a/php-nikic-php-parser4.spec +++ b/php-nikic-php-parser4.spec @@ -10,7 +10,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit e612609022e935f3d0337c1295176505b41188c8 +%global gh_commit 97e59c7a16464196a8b9c77c47df68e4a39a45c4 %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.3 +Version: 4.2.4 Release: 1%{?dist} Summary: A PHP parser written in PHP - version %{major} @@ -152,6 +152,9 @@ exit $ret %changelog +* Mon Sep 2 2019 Remi Collet <remi@remirepo.net> - 4.2.4-1 +- update to 4.2.4 + * Mon Aug 19 2019 Remi Collet <remi@remirepo.net> - 4.2.3-1 - update to 4.2.3 - use phpunit8 |