This commit is contained in:
Remi Collet 2024-07-02 09:55:03 +02:00
commit 10d5fa9876
3 changed files with 8 additions and 4 deletions

View file

@ -10,11 +10,11 @@
%bcond_without tests
# Github
%global gh_commit e3f51450ebffe8e0efdf7346ae966a656f7d5e5b
%global gh_commit 5da8b1728acd1e6ffdf2ff32ffbdfd04307f26ae
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project php-code-coverage
%global gh_date 2024-03-12
%global gh_date 2024-06-29
# Packagist
%global pk_vendor phpunit
%global pk_project php-code-coverage
@ -25,7 +25,7 @@
%global ver_major 10
Name: php-%{pk_vendor}-%{pk_project}%{ver_major}
Version: 10.1.14
Version: 10.1.15
Release: 1%{?dist}
Summary: PHP code coverage information, version %{ver_major}
@ -200,6 +200,9 @@ exit $ret
%changelog
* Tue Jul 2 2024 Remi Collet <remi@remirepo.net> - 10.1.15-1
- update to 10.1.15
* Wed Mar 13 2024 Remi Collet <remi@remirepo.net> - 10.1.14-1
- update to 10.1.14