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 f6bbf9d..0e94423 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 bd43ec7152eaaab3bd8c6d0aa95ceeb1df8ee120 +%global gh_commit 53c2753d756f5adb586dca79c2ec0e2654dd9463 %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.4.0 +Version: 4.5.0 Release: 1%{?dist} Summary: A PHP parser written in PHP - version %{major} @@ -157,6 +157,9 @@ exit $ret %changelog +* Wed Jun 3 2020 Remi Collet <remi@remirepo.net> - 4.5.0-1 +- update to 4.5.0 + * Mon Apr 13 2020 Remi Collet <remi@remirepo.net> - 4.4.0-1 - update to 4.4.0 |