v4.15.1
This commit is contained in:
parent
c50852315b
commit
3ac55d0d06
3 changed files with 10 additions and 6 deletions
|
|
@ -13,11 +13,11 @@
|
|||
%if 0%{?fedora}
|
||||
%bcond_without tests
|
||||
%else
|
||||
# disables as phpunit not availble
|
||||
# disabled as phpunit not availble
|
||||
%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: 3%{?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.
|
||||
|
|
@ -157,6 +157,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Sep 8 2022 Remi Collet <remi@remirepo.net> - 4.15.1-1
|
||||
- update to 4.15.1
|
||||
|
||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.14.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue