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 6037817..8874d42 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    e4a54fa90a5cd8e8dd3fb4099942681731c5cdd3 +%global gh_commit    35b8caf75e791ba1b2d24fec1552168d72692b12  %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.0.1 +Version:        4.0.2  Release:        1%{?dist}  Summary:        A PHP parser written in PHP - version %{major} @@ -144,6 +144,9 @@ exit $ret  %changelog +* Mon Jun  4 2018 Remi Collet <remi@remirepo.net> - 4.0.2-1 +- update to 4.0.2 +  * Mon Mar 26 2018 Remi Collet <remi@remirepo.net> - 4.0.1-1  - update to 4.0.1  | 
