diff options
author | Remi Collet <remi@remirepo.net> | 2021-09-21 07:18:14 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-09-21 07:18:14 +0200 |
commit | b73f742774d887b068dff4d0ec2bca009c532d2b (patch) | |
tree | 4c15b9d004c5e2c4aed15777eb12677e788119d4 | |
parent | 0c1ecf5e6d0230c0d8e83bd2e735f4c804f76398 (diff) |
update to 4.13.0
-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 25ea5cd..cbcc61a 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 6608f01670c3cc5079e18c1dab1104e002579143 +%global gh_commit 50953a2691a922aa1769461637869a0a2faa3f53 %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.12.0 +Version: 4.13.0 Release: 1%{?dist} Summary: A PHP parser written in PHP - version %{major} @@ -153,6 +153,9 @@ exit $ret %changelog +* Tue Sep 21 2021 Remi Collet <remi@remirepo.net> - 4.13.0-1 +- update to 4.13.0 + * Wed Jul 21 2021 Remi Collet <remi@remirepo.net> - 4.12.0-1 - update to 4.12.0 |