summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-09-08 12:23:55 +0200
committerRemi Collet <remi@php.net>2022-09-08 12:23:55 +0200
commit35bc7eed2a07a1b12117ba7fd2dcf4b71d643663 (patch)
tree8932a7a07ed93cae400d04b57b749f3ef88621f4
parentb41cbded34dd1b79eb4c35af3003afea51f67010 (diff)
update to 4.15.1
-rw-r--r--php-nikic-php-parser4.spec11
1 files 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 <remi@remirepo.net> - 4.15.1-1
+- update to 4.15.1
+
* Mon Jun 13 2022 Remi Collet <remi@remirepo.net> - 4.14.0-2
- only run test suite on Fedora, not on EL