diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-12-03 09:05:10 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-12-03 09:05:10 +0100 |
commit | 53f7c4786eb834a07cddcf33e4ffc32f0b68901a (patch) | |
tree | 812718d5a5ec0b2ba9a8ee0bded39c6d67cc9834 | |
parent | d324063a3f0860f84da03f1cfd91cffc5a650754 (diff) |
php-phpunit-PHP-CodeCoverage: 2.0.13
-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 0ac15f0..869fcd8 100644 --- a/php-phpunit-PHP-CodeCoverage.spec +++ b/php-phpunit-PHP-CodeCoverage.spec @@ -8,7 +8,7 @@ # %global bootstrap 0 -%global gh_commit 7ce9da20f96964bb7a4033f53834df13328dbeab +%global gh_commit 0e7d2eec5554f869fa7a4ec2d21e4b37af943ea5 %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.12 +Version: 2.0.13 Release: 1%{?dist} Summary: PHP code coverage information @@ -134,6 +134,9 @@ fi %changelog +* Wed Dec 3 2014 Remi Collet <remi@fedoraproject.org> - 2.0.13-1 +- update to 2.0.13 + * Tue Dec 2 2014 Remi Collet <remi@fedoraproject.org> - 2.0.12-1 - update to 2.0.12 |