parent
230100adeb
commit
08a86cb3fa
3 changed files with 9 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -14,3 +14,4 @@
|
|||
/php-phpunit-php-code-coverage12-12.3.6-da2cdaf.tgz
|
||||
/php-phpunit-php-code-coverage12-12.3.7-bbede0f.tgz
|
||||
/php-phpunit-php-code-coverage12-12.3.8-99e692c.tgz
|
||||
/php-phpunit-php-code-coverage12-12.4.0-67e8aed.tgz
|
||||
|
|
|
|||
|
|
@ -10,11 +10,11 @@
|
|||
%bcond_without tests
|
||||
|
||||
# Github
|
||||
%global gh_commit 99e692c6a84708211f7536ba322bbbaef57ac7fc
|
||||
%global gh_commit 67e8aed88f93d0e6e1cb7effe1a2dfc2fee6022c
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner sebastianbergmann
|
||||
%global gh_project php-code-coverage
|
||||
%global gh_date 2025-09-17
|
||||
%global gh_date 2025-09-24
|
||||
# Packagist
|
||||
%global pk_vendor phpunit
|
||||
%global pk_project php-code-coverage
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
%global ver_major 12
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{ver_major}
|
||||
Version: 12.3.8
|
||||
Version: 12.4.0
|
||||
Release: 1%{?dist}
|
||||
Summary: PHP code coverage information, version %{ver_major}
|
||||
|
||||
|
|
@ -181,12 +181,15 @@ exit $ret
|
|||
%files
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%doc ChangeLog-%{ver_major}.3.md
|
||||
%doc ChangeLog-%{ver_major}.4.md
|
||||
%doc composer.json
|
||||
%{php_home}/%{ns_vendor}/%{ns_project}%{ver_major}
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Sep 24 2025 Remi Collet <remi@remirepo.net> - 12.4.0-1
|
||||
- update to 12.4.0
|
||||
|
||||
* Wed Sep 17 2025 Remi Collet <remi@remirepo.net> - 12.3.8-1
|
||||
- update to 12.3.8
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-phpunit-php-code-coverage12-12.3.8-99e692c.tgz) = f3a60e16d54ab7b57e027c45a8260149baab69b06e735637a2d5a19a8c7a0436ce6ed1486db43daf4466a1c1a60797d44fc162343e104dbcd3313e580d574520
|
||||
SHA512 (php-phpunit-php-code-coverage12-12.4.0-67e8aed.tgz) = 8689640574e2c80d59813f57877465450ab9a925ae16948740e7cf601045b688c8b9541c7180867230c770d8dc979df29f7440986c2e40364a8e7e9fa3266f5b
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue