update to 7.0.13 (no change)

This commit is contained in:
Remi Collet 2020-11-30 10:31:04 +01:00
commit 68d1791b83
3 changed files with 8 additions and 4 deletions

View file

@ -9,7 +9,7 @@
%global bootstrap 0
# Github
%global gh_commit 52f55786aa2e52c26cd9e2db20aff2981e0f7399
%global gh_commit ad0dcd7b184e76f7198a1fe07685bfbec3ae911a
#global gh_date 20150924
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_vendor sebastianbergmann
@ -29,7 +29,7 @@
%endif
Name: php-%{pk_vendor}-%{pk_project}%{ver_major}
Version: 7.0.12
Version: 7.0.13
Release: 1%{?dist}
Summary: PHP code coverage information
@ -60,7 +60,7 @@ BuildRequires: php-xdebug >= 2.6.1
%endif
# From composer.json, require
# "php": "^7.2",
# "php": ">=7.2",
# "ext-dom": "*",
# "ext-xmlwriter": "*",
# "phpunit/php-file-iterator": "^2.0.2",
@ -177,6 +177,9 @@ exit $ret
%changelog
* Mon Nov 30 2020 Remi Collet <remi@remirepo.net> - 7.0.13-1
- update to 7.0.13 (no change)
* Fri Nov 27 2020 Remi Collet <remi@remirepo.net> - 7.0.12-1
- update to 7.0.12