From eb693ad67b28cba71fe517fd70b5eb5e151bf428 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 18 Aug 2023 08:44:05 +0200 Subject: update to 4.17.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 2fa2164..9af5687 100644 --- a/php-nikic-php-parser4.spec +++ b/php-nikic-php-parser4.spec @@ -17,7 +17,7 @@ %bcond_with tests %endif -%global gh_commit 19526a33fb561ef417e822e85f08a00db4059c17 +%global gh_commit a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner nikic %global gh_project PHP-Parser @@ -27,7 +27,7 @@ %global major 4 Name: php-%{gh_owner}-%{pk_project}%{major} -Version: 4.16.0 +Version: 4.17.1 Release: 1%{?dist} Summary: A PHP parser written in PHP - version %{major} @@ -153,6 +153,9 @@ exit $ret %changelog +* Fri Aug 18 2023 Remi Collet - 4.17.1-1 +- update to 4.17.1 + * Mon Jun 26 2023 Remi Collet - 4.16.0-1 - update to 4.16.0 -- cgit