diff options
-rw-r--r-- | php-phpunit-PHP-CodeCoverage.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-phpunit-PHP-CodeCoverage.spec b/php-phpunit-PHP-CodeCoverage.spec index 8b53cc8..9c5781d 100644 --- a/php-phpunit-PHP-CodeCoverage.spec +++ b/php-phpunit-PHP-CodeCoverage.spec @@ -8,7 +8,7 @@ # %global bootstrap 0 -%global gh_commit 631e365cf26bb2c078683e8d9bcf8bc631ac4d44 +%global gh_commit 07e27765596d72c378a6103e80da5d84e802f1e4 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project php-code-coverage @@ -22,7 +22,7 @@ %endif Name: php-phpunit-PHP-CodeCoverage -Version: 2.1.6 +Version: 2.1.7 Release: 1%{?dist} Summary: PHP code coverage information @@ -134,6 +134,9 @@ fi %changelog +* Tue Jun 30 2015 Remi Collet <remi@fedoraproject.org> - 2.1.7-1 +- update to 2.1.7 + * Fri Jun 19 2015 Remi Collet <remi@fedoraproject.org> - 2.1.6-1 - update to 2.1.6 |