parent
0dcbab7efa
commit
0f965f0ca1
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -31,3 +31,4 @@
|
|||
/php-phpunit-php-code-coverage9-9.2.25-0e2b405.tgz
|
||||
/php-phpunit-php-code-coverage9-9.2.26-443bc69.tgz
|
||||
/php-phpunit-php-code-coverage9-9.2.27-b0a8825.tgz
|
||||
/php-phpunit-php-code-coverage9-9.2.28-7134a5c.tgz
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
%bcond_without tests
|
||||
|
||||
# Github
|
||||
%global gh_commit b0a88255cb70d52653d80c890bd7f38740ea50d1
|
||||
%global gh_commit 7134a5ccaaf0f1c92a4f5501a6c9f98ac4dcc0ef
|
||||
#global gh_date 20150924
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_vendor sebastianbergmann
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
%global ver_major 9
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{ver_major}
|
||||
Version: 9.2.27
|
||||
Version: 9.2.28
|
||||
Release: 1%{?dist}
|
||||
Summary: PHP code coverage information, version %{ver_major}
|
||||
|
||||
|
|
@ -164,7 +164,7 @@ define('TEST_FILES_PATH', __DIR__ . '/_files/');
|
|||
EOF
|
||||
|
||||
ret=0
|
||||
for cmd in php php80 php81 php82; do
|
||||
for cmd in php php80 php81 php82 php83; do
|
||||
if which $cmd; then
|
||||
$cmd $EXT \
|
||||
-d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{ver_major}/autoload.php \
|
||||
|
|
@ -185,6 +185,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Sep 13 2023 Remi Collet <remi@remirepo.net> - 9.2.28-1
|
||||
- update to 9.2.28
|
||||
|
||||
* Thu Jul 27 2023 Remi Collet <remi@remirepo.net> - 9.2.27-1
|
||||
- update to 9.2.27
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-phpunit-php-code-coverage9-9.2.27-b0a8825.tgz) = 09f7341956455fed3a282e30e8f6f79a5401417ee14cb4aac0903034580c33cef1e4a9d5c2daeed7a024871433aa931f97dae612c9b2ac0a12a35d65447ed755
|
||||
SHA512 (php-phpunit-php-code-coverage9-9.2.28-7134a5c.tgz) = e74cd4b3613c1bf712a78ebcb938b8b151b214a509dfb51e13691287a2ddf6eb38fa3f0afdb7961ef858c9001fccaab665857ea1f134853e9f9d434584dd208a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue