From 35bc7eed2a07a1b12117ba7fd2dcf4b71d643663 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 8 Sep 2022 12:23:55 +0200 Subject: update to 4.15.1 --- php-nikic-php-parser4.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/php-nikic-php-parser4.spec b/php-nikic-php-parser4.spec index 8054d18..f83ce02 100644 --- a/php-nikic-php-parser4.spec +++ b/php-nikic-php-parser4.spec @@ -17,7 +17,7 @@ %bcond_with tests %endif -%global gh_commit 34bea19b6e03d8153165d8f30bba4c3be86184c1 +%global gh_commit 0ef6c55a3f47f89d7a374e6f835197a0b5fcf900 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner nikic %global gh_project PHP-Parser @@ -27,8 +27,8 @@ %global major 4 Name: php-%{gh_owner}-%{pk_project}%{major} -Version: 4.14.0 -Release: 2%{?dist} +Version: 4.15.1 +Release: 1%{?dist} Summary: A PHP parser written in PHP - version %{major} License: BSD @@ -78,7 +78,7 @@ Provides: php-composer(%{gh_owner}/%{pk_project}) = %{version} %description -This is a PHP 5.2 to PHP 7.4 parser written in PHP. +This is a PHP parser written in PHP. Its purpose is to simplify static code analysis and manipulation. This package provides the library version %{major} and the php-parse%{major} command. @@ -159,6 +159,9 @@ exit $ret %changelog +* Thu Sep 8 2022 Remi Collet - 4.15.1-1 +- update to 4.15.1 + * Mon Jun 13 2022 Remi Collet - 4.14.0-2 - only run test suite on Fedora, not on EL -- cgit