From d15b5af22a4f7c31ebdf4e9b94dc9249fb761755 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 26 Jul 2020 08:39:24 +0200 Subject: update to 4.7.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 bfe5f6b..9026e07 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 c346bbfafe2ff60680258b631afb730d186ed864 +%global gh_commit 21dce06dfbf0365c6a7cc8fdbdc995926c6a9300 %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.6.0 +Version: 4.7.0 Release: 1%{?dist} Summary: A PHP parser written in PHP - version %{major} @@ -147,6 +147,9 @@ exit $ret %changelog +* Sun Jul 26 2020 Remi Collet - 4.7.0-1 +- update to 4.7.0 + * Fri Jul 3 2020 Remi Collet - 4.6.0-1 - update to 4.6.0 -- cgit