From 1ed1a9e1d18b2a00b2c6483b9b486a1cbbdcfe73 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 3 Jun 2020 10:35:19 +0200 Subject: v4.5.0 --- 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 f6bbf9d..0e94423 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 bd43ec7152eaaab3bd8c6d0aa95ceeb1df8ee120 +%global gh_commit 53c2753d756f5adb586dca79c2ec0e2654dd9463 %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.4.0 +Version: 4.5.0 Release: 1%{?dist} Summary: A PHP parser written in PHP - version %{major} @@ -157,6 +157,9 @@ exit $ret %changelog +* Wed Jun 3 2020 Remi Collet - 4.5.0-1 +- update to 4.5.0 + * Mon Apr 13 2020 Remi Collet - 4.4.0-1 - update to 4.4.0 -- cgit