From b9b2da058a95bda6d1ac20480f182d781da545ba Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 13 Jan 2019 07:18:57 +0100 Subject: v4.2.0 --- php-nikic-php-parser4.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-nikic-php-parser4.spec') diff --git a/php-nikic-php-parser4.spec b/php-nikic-php-parser4.spec index 6aea1fe..9823951 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 8aae5b59b83bb4d0dbf07b0a835f2680a658f610 +%global gh_commit 594bcae1fc0bccd3993d2f0d61a018e26ac2865a %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.1.1 +Version: 4.2.0 Release: 1%{?dist} Summary: A PHP parser written in PHP - version %{major} @@ -147,6 +147,9 @@ exit $ret %changelog +* Sun Jan 13 2019 Remi Collet - 4.2.0-1 +- update to 4.2.0 + * Thu Dec 27 2018 Remi Collet - 4.1.1-1 - update to 4.1.1 -- cgit