v4.6.0
This commit is contained in:
parent
0fab98ee1a
commit
5005fd5b06
3 changed files with 10 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -3,3 +3,4 @@ clog
|
|||
/php-nikic-php-parser4-4.3.0-9a9981c.tgz
|
||||
/php-nikic-php-parser4-4.4.0-bd43ec7.tgz
|
||||
/php-nikic-php-parser4-4.5.0-53c2753.tgz
|
||||
/php-nikic-php-parser4-4.6.0-c346bbf.tgz
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
# For compatibility with SCL
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
%global gh_commit 53c2753d756f5adb586dca79c2ec0e2654dd9463
|
||||
%global gh_commit c346bbfafe2ff60680258b631afb730d186ed864
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner nikic
|
||||
%global gh_project PHP-Parser
|
||||
|
|
@ -21,8 +21,8 @@
|
|||
%global major 4
|
||||
|
||||
Name: php-%{gh_owner}-%{pk_project}%{major}
|
||||
Version: 4.5.0
|
||||
Release: 2%{?dist}
|
||||
Version: 4.6.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A PHP parser written in PHP - version %{major}
|
||||
|
||||
License: BSD
|
||||
|
|
@ -36,7 +36,8 @@ Patch0: %{name}-rpm.patch
|
|||
BuildArch: noarch
|
||||
%if %{with_tests}
|
||||
# For tests
|
||||
BuildRequires: php(language) >= 7.0
|
||||
# as we use phpunit8
|
||||
BuildRequires: php(language) >= 7.2
|
||||
BuildRequires: php-tokenizer
|
||||
BuildRequires: php-reflection
|
||||
BuildRequires: php-ctype
|
||||
|
|
@ -144,6 +145,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Jul 3 2020 Remi Collet <remi@remirepo.net> - 4.6.0-1
|
||||
- update to 4.6.0
|
||||
|
||||
* Thu Jun 25 2020 Remi Collet <remi@remirepo.net> - 4.5.0-2
|
||||
- switch to classmap autoloader
|
||||
- add missing dependency on fedora/autoloader
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-nikic-php-parser4-4.5.0-53c2753.tgz) = 74491ce0abf5e652cb85e49b8a0a90c9ea1b8c41189e1c51c3a7f1121ed733c7c59cebb064b1a49d652f4d89774e89bd22e55c53eac8068e701e712d69f40e53
|
||||
SHA512 (php-nikic-php-parser4-4.6.0-c346bbf.tgz) = 0d1f38f254907e6cf26fe9cf1ef58497d768d9782395ee663c5f1f295856b47428d7442fb734553e6e1fe814f97eac61bc6c9159d66427df7c2124486ac80ba7
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue