From 017471e49edbc6b344ad08b51ff7ff5634c44939 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 4 Dec 2020 08:16:01 +0100 Subject: update to 4.10.3 --- php-nikic-php-parser4.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-nikic-php-parser4.spec b/php-nikic-php-parser4.spec index a520a38..20b5c21 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 658f1be311a230e0907f5dfe0213742aff0596de +%global gh_commit dbe56d23de8fcb157bbc0cfb3ad7c7de0cfb0984 %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.10.2 +Version: 4.10.3 Release: 1%{?dist} Summary: A PHP parser written in PHP - version %{major} @@ -152,6 +152,9 @@ exit $ret %changelog +* Fri Dec 4 2020 Remi Collet - 4.10.3-1 +- update to 4.10.3 + * Mon Sep 28 2020 Remi Collet - 4.10.2-1 - update to 4.10.2 -- cgit