diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-06-30 09:41:47 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-06-30 09:41:47 +0200 |
commit | b676f0cf5b8a0a60b331065e4119302f65e91727 (patch) | |
tree | a45a7bb5082bb42c8b1e328320771a00e79cd48c | |
parent | 69bb52a30a5cc86e09239faa64a556a2d821e7df (diff) |
php-phpunit-PHP-CodeCoverage: 2.1.7
-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 |