parent
fc65cbb718
commit
97b5472268
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -22,3 +22,4 @@
|
|||
/php-phpunit-php-code-coverage9-9.2.15-2e9da11.tgz
|
||||
/php-phpunit-php-code-coverage9-9.2.17-aa94dc4.tgz
|
||||
/php-phpunit-php-code-coverage9-9.2.18-12fddc4.tgz
|
||||
/php-phpunit-php-code-coverage9-9.2.19-c77b56b.tgz
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
%bcond_without tests
|
||||
|
||||
# Github
|
||||
%global gh_commit 12fddc491826940cf9b7e88ad9664cf51f0f6d0a
|
||||
%global gh_commit c77b56b63e3d2031bd8997fcec43c1925ae46559
|
||||
#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.18
|
||||
Version: 9.2.19
|
||||
Release: 1%{?dist}
|
||||
Summary: PHP code coverage information
|
||||
|
||||
|
|
@ -162,7 +162,7 @@ define('TEST_FILES_PATH', __DIR__ . '/_files/');
|
|||
EOF
|
||||
|
||||
ret=0
|
||||
for cmd in php php74 php80 php81 php82; do
|
||||
for cmd in php php80 php81 php82; do
|
||||
if which $cmd; then
|
||||
$cmd $EXT \
|
||||
-d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{ver_major}/autoload.php \
|
||||
|
|
@ -183,6 +183,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Nov 18 2022 Remi Collet <remi@remirepo.net> - 9.2.19-1
|
||||
- update to 9.2.19
|
||||
|
||||
* Fri Oct 28 2022 Remi Collet <remi@remirepo.net> - 9.2.18-1
|
||||
- update to 9.2.18
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-phpunit-php-code-coverage9-9.2.18-12fddc4.tgz) = 4087cbb0b2d5b47dc42e41af4726a918ca0a3ae0a943bf27dbed9eba0225cee301079fadd6a75fee5f881714c40050b08bbc506909a216e98fd45f34a22c3d39
|
||||
SHA512 (php-phpunit-php-code-coverage9-9.2.19-c77b56b.tgz) = 7126a9edcb607335ffb8195b15104caf6641cc7b17875588938a3009a45c2d383bfefebfe3d9c5bbf558a74161edd280b4b978805da01ccdb716dc9d546ad052
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue