diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-05-31 08:09:21 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-05-31 08:09:21 +0200 |
commit | 295636dac1ce1fff9746682431de3ccbaa662887 (patch) | |
tree | 8148c45c93c035199f98962447a8fc2201562c29 | |
parent | 7a04057e04b001638c72baa9d1cef369fa98eca5 (diff) |
php-phpunit-PHP-CodeCoverage: 2.1.1
-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 106c350..b841677 100644 --- a/php-phpunit-PHP-CodeCoverage.spec +++ b/php-phpunit-PHP-CodeCoverage.spec @@ -8,7 +8,7 @@ # %global bootstrap 0 -%global gh_commit c4e8e7725e351184a76544634855b8a9c405a6e3 +%global gh_commit 60991776b3994cd8297b861e8ddc7f9c9500dedc %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.0.17 +Version: 2.1.1 Release: 1%{?dist} Summary: PHP code coverage information @@ -134,6 +134,9 @@ fi %changelog +* Sun May 31 2015 Remi Collet <remi@fedoraproject.org> - 2.1.1-1 +- update to 2.1.1 + * Mon May 25 2015 Remi Collet <remi@fedoraproject.org> - 2.0.17-1 - update to 2.0.17 |