(cherry picked from commit f61b2a7a67)
This commit is contained in:
Remi Collet 2022-12-14 15:01:16 +01:00
commit 0712adc847
3 changed files with 7 additions and 3 deletions

View file

@ -10,7 +10,7 @@
%bcond_without tests
# Github
%global gh_commit af7463c955007de36db0c5e26d03e2f933c2e980
%global gh_commit 3f893e19712bb0c8bc86665d1562e9fd509c4ef0
#global gh_date 20150924
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_vendor sebastianbergmann
@ -25,7 +25,7 @@
%global ver_major 9
Name: php-%{pk_vendor}-%{pk_project}%{ver_major}
Version: 9.2.20
Version: 9.2.21
Release: 1%{?dist}
Summary: PHP code coverage information
@ -183,6 +183,9 @@ exit $ret
%changelog
* Wed Dec 14 2022 Remi Collet <remi@remirepo.net> - 9.2.21-1
- update to 9.2.21
* Tue Dec 13 2022 Remi Collet <remi@remirepo.net> - 9.2.20-1
- update to 9.2.20