Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e906eb5b52 | ||
|
|
5429d9f28a | ||
|
|
e69bd32db3 |
3 changed files with 21 additions and 8 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -27,3 +27,6 @@ clog
|
|||
/php-nikic-php-parser4-4.16.0-19526a3.tgz
|
||||
/php-nikic-php-parser4-4.17.1-a6303e5.tgz
|
||||
/php-nikic-php-parser4-4.18.0-1bcbb21.tgz
|
||||
/php-nikic-php-parser4-4.19.1-4e1b88d.tgz
|
||||
/php-nikic-php-parser4-4.19.2-0ed4c89.tgz
|
||||
/php-nikic-php-parser4-4.19.4-715f4d2.tgz
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# remirepo/fedora spec file for php-nikic-php-parser4
|
||||
#
|
||||
# Copyright (c) 2016-2023 Remi Collet
|
||||
# Copyright (c) 2016-2024 Remi Collet
|
||||
# License: CC-BY-SA-4.0
|
||||
# http://creativecommons.org/licenses/by-sa/4.0/
|
||||
#
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
%bcond_with tests
|
||||
%endif
|
||||
|
||||
%global gh_commit 1bcbb2179f97633e98bbbc87044ee2611c7d7999
|
||||
%global gh_commit 715f4d25e225bc47b293a8b997fe6ce99bf987d2
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner nikic
|
||||
%global gh_project PHP-Parser
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
%global major 4
|
||||
|
||||
Name: php-%{gh_owner}-%{pk_project}%{major}
|
||||
Version: 4.18.0
|
||||
Version: 4.19.4
|
||||
Release: 1%{?dist}
|
||||
Summary: A PHP parser written in PHP - version %{major}
|
||||
|
||||
|
|
@ -49,7 +49,7 @@ BuildRequires: php-json
|
|||
BuildRequires: php-pcre
|
||||
BuildRequires: php-spl
|
||||
# From composer.json, "require-dev": {
|
||||
# "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0",
|
||||
# "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
|
||||
# "ircmaxell/php-yacc": "0.0.7"
|
||||
%global phpunit %{_bindir}/phpunit9
|
||||
BuildRequires: phpunit9
|
||||
|
|
@ -58,9 +58,9 @@ BuildRequires: phpunit9
|
|||
BuildRequires: php-fedora-autoloader-devel
|
||||
|
||||
# From composer.json, "require": {
|
||||
# "php": ">=7.0",
|
||||
# "php": ">=7.1",
|
||||
# "ext-tokenizer": "*"
|
||||
Requires: php(language) >= 7.0
|
||||
Requires: php(language) >= 7.1
|
||||
Requires: php-tokenizer
|
||||
# From phpcompatinfo report for version 4.0.0
|
||||
Requires: php-reflection
|
||||
|
|
@ -126,7 +126,7 @@ AUTOLOAD
|
|||
FILTER="--filter '^((?!(testLexNewFeatures)).)*$'"
|
||||
|
||||
ret=0
|
||||
for cmdarg in "php %{phpunit}" php81 php82 php83; do
|
||||
for cmdarg in "php %{phpunit}" php81 php82 php83 php84; do
|
||||
if which $cmdarg; then
|
||||
set $cmdarg
|
||||
$1 -d include_path=%{php_home} \
|
||||
|
|
@ -149,6 +149,16 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Sep 30 2024 Remi Collet <remi@remirepo.net> - 4.19.4-1
|
||||
- update to 4.19.4
|
||||
|
||||
* Wed Sep 18 2024 Remi Collet <remi@remirepo.net> - 4.19.2-1
|
||||
- update to 4.19.2
|
||||
|
||||
* Tue Mar 19 2024 Remi Collet <remi@remirepo.net> - 4.19.1-1
|
||||
- update to 4.19.1
|
||||
- raise dependency on PHP 7.1
|
||||
|
||||
* Mon Dec 11 2023 Remi Collet <remi@remirepo.net> - 4.18.0-1
|
||||
- update to 4.18.0
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-nikic-php-parser4-4.18.0-1bcbb21.tgz) = ec4682a2fc9075895c2fbc9a17ed6de0e9580c11277176014bd5a8c1c414cc271f5e24ef34650e671e851860ac316ede72b4f62ad61955fb7fc6da56fdd86134
|
||||
SHA512 (php-nikic-php-parser4-4.19.4-715f4d2.tgz) = c6eb9e25fe950264a8f27bf16adc603af9973da0514f0b728fc0fd768f000f7a983403c674209f78941672adf72ca61d54e705d05884b7dc4ccfbfa7d4e6696b
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue