parent
5429d9f28a
commit
e906eb5b52
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -29,3 +29,4 @@ clog
|
|||
/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
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
%bcond_with tests
|
||||
%endif
|
||||
|
||||
%global gh_commit 0ed4c8949a32986043e977dbe14776c14d644c45
|
||||
%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.19.2
|
||||
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
|
||||
|
|
@ -149,6 +149,9 @@ 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
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-nikic-php-parser4-4.19.2-0ed4c89.tgz) = b1453d0ca5bc50eda6e00f2f58bd2e6e9666fb427c0b4a7426f31d7bfd534786fc9efca91cf56b2e8655c8f8aabb4dd4f8cb34485aba6d790f500f5e33e02764
|
||||
SHA512 (php-nikic-php-parser4-4.19.4-715f4d2.tgz) = c6eb9e25fe950264a8f27bf16adc603af9973da0514f0b728fc0fd768f000f7a983403c674209f78941672adf72ca61d54e705d05884b7dc4ccfbfa7d4e6696b
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue