This commit is contained in:
Remi Collet 2025-09-02 07:53:51 +02:00
commit caa6c7d36f
3 changed files with 8 additions and 4 deletions

View file

@ -10,11 +10,11 @@
%bcond_without tests
# Github
%global gh_commit 96dc0466673e215bf5536301039017f03cd45c6b
%global gh_commit da2cdaff87220fa641e7652364281b736e4347e0
%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-01
%global gh_date 2025-09-02
# 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.5
Version: 12.3.6
Release: 1%{?dist}
Summary: PHP code coverage information, version %{ver_major}
@ -187,6 +187,9 @@ exit $ret
%changelog
* Tue Sep 2 2025 Remi Collet <remi@remirepo.net> - 12.3.6-1
- update to 12.3.6
* Mon Sep 1 2025 Remi Collet <remi@remirepo.net> - 12.3.5-1
- update to 12.3.5
- raise dependency on nikic/php-parser 5.6.1