From 71f81074acfd6b5b702f17d3c5d404b16f0c7fab Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 4 Nov 2021 07:30:38 +0100 Subject: update to 4.13.1 --- 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 cbcc61a..3b6c0f0 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 50953a2691a922aa1769461637869a0a2faa3f53 +%global gh_commit 63a79e8daa781cac14e5195e63ed8ae231dd10fd %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.13.0 +Version: 4.13.1 Release: 1%{?dist} Summary: A PHP parser written in PHP - version %{major} @@ -153,6 +153,9 @@ exit $ret %changelog +* Thu Nov 4 2021 Remi Collet - 4.13.1-1 +- update to 4.13.1 + * Tue Sep 21 2021 Remi Collet - 4.13.0-1 - update to 4.13.0 -- cgit