This commit is contained in:
Remi Collet 2025-05-26 08:41:23 +02:00
commit 03366a48ce
3 changed files with 9 additions and 5 deletions

View file

@ -10,11 +10,11 @@
%bcond_without tests
# Github
%global gh_commit 448f2c504d86dbff3949dcd02c95aa85db2c7617
%global gh_commit 9075a8efc66e11bc55c319062e147bdb06777267
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project php-code-coverage
%global gh_date 2025-05-04
%global gh_date 2025-05-23
# 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.2.1
Version: 12.3.0
Release: 1%{?dist}
Summary: PHP code coverage information, version %{ver_major}
@ -183,12 +183,15 @@ exit $ret
%files
%license LICENSE
%doc README.md
%doc ChangeLog-%{ver_major}.2.md
%doc ChangeLog-%{ver_major}.3.md
%doc composer.json
%{php_home}/%{ns_vendor}/%{ns_project}%{ver_major}
%changelog
* Mon May 26 2025 Remi Collet <remi@remirepo.net> - 12.3.0-1
- update to 12.3.0
* Mon May 5 2025 Remi Collet <remi@remirepo.net> - 12.2.1-1
- update to 12.2.1