Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
df826bc8c0 |
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
||||||
/php-phpunit-php-code-coverage11-11.0.8-418c59f.tgz
|
/php-phpunit-php-code-coverage11-11.0.8-418c59f.tgz
|
||||||
/php-phpunit-php-code-coverage11-11.0.9-14d63fb.tgz
|
/php-phpunit-php-code-coverage11-11.0.9-14d63fb.tgz
|
||||||
/php-phpunit-php-code-coverage11-11.0.10-1a800a7.tgz
|
/php-phpunit-php-code-coverage11-11.0.10-1a800a7.tgz
|
||||||
|
/php-phpunit-php-code-coverage11-11.0.11-4f7722a.tgz
|
||||||
|
|
|
||||||
|
|
@ -11,11 +11,11 @@
|
||||||
%bcond_without tests
|
%bcond_without tests
|
||||||
|
|
||||||
# Github
|
# Github
|
||||||
%global gh_commit 1a800a7446add2d79cc6b3c01c45381810367d76
|
%global gh_commit 4f7722aa9a7b76aa775e2d9d4e95d1ea16eeeef4
|
||||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||||
%global gh_owner sebastianbergmann
|
%global gh_owner sebastianbergmann
|
||||||
%global gh_project php-code-coverage
|
%global gh_project php-code-coverage
|
||||||
%global gh_date 2025-06-18
|
%global gh_date 2025-08-27
|
||||||
# Packagist
|
# Packagist
|
||||||
%global pk_vendor phpunit
|
%global pk_vendor phpunit
|
||||||
%global pk_project php-code-coverage
|
%global pk_project php-code-coverage
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
%global ver_major 11
|
%global ver_major 11
|
||||||
|
|
||||||
Name: php-%{pk_vendor}-%{pk_project}%{ver_major}
|
Name: php-%{pk_vendor}-%{pk_project}%{ver_major}
|
||||||
Version: 11.0.10
|
Version: 11.0.11
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: PHP code coverage information, version %{ver_major}
|
Summary: PHP code coverage information, version %{ver_major}
|
||||||
|
|
||||||
|
|
@ -193,6 +193,9 @@ exit $ret
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 28 2025 Remi Collet <remi@remirepo.net> - 11.0.11-1
|
||||||
|
- update to 11.0.11
|
||||||
|
|
||||||
* Thu Jun 19 2025 Remi Collet <remi@remirepo.net> - 11.0.10-1
|
* Thu Jun 19 2025 Remi Collet <remi@remirepo.net> - 11.0.10-1
|
||||||
- update to 11.0.10
|
- update to 11.0.10
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (php-phpunit-php-code-coverage11-11.0.10-1a800a7.tgz) = 011f0b8f01034ca56d36f8f53f1a593d3a464a9c191233fbab79c60ebed8e900f6cf6f90bb4792f3f5b3f9e3ab44b4d5b1f33b2087dcc47511a4cb1999d4d409
|
SHA512 (php-phpunit-php-code-coverage11-11.0.11-4f7722a.tgz) = 90aec06eed1eeb948dbbb808ddc9c303f4900e9d7f1bd18277510213a38f6645559aefaf99ae3645d669e449a796f19f526f02b483391d83e7cdc0b9a1399a90
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue