diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-01-25 08:20:00 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-01-25 08:20:00 +0100 |
commit | 266bb820593478ed620b28b9d6361829a34590f9 (patch) | |
tree | 5577036d74270110fbf596eeef4e4b7fa82d0c03 | |
parent | 1d26563d416df3cba7cd6f5457602a4b39edfaba (diff) |
php-phpunit-PHP-CodeCoverage: 2.0.15
-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 a59b0d5..5685594 100644 --- a/php-phpunit-PHP-CodeCoverage.spec +++ b/php-phpunit-PHP-CodeCoverage.spec @@ -8,7 +8,7 @@ # %global bootstrap 0 -%global gh_commit ca158276c1200cc27f5409a5e338486bc0b4fc94 +%global gh_commit 34cc484af1ca149188d0d9e91412191e398e0b67 %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.14 +Version: 2.0.15 Release: 1%{?dist} Summary: PHP code coverage information @@ -134,6 +134,9 @@ fi %changelog +* Sun Jan 25 2015 Remi Collet <remi@fedoraproject.org> - 2.0.15-1 +- update to 2.0.15 + * Fri Dec 26 2014 Remi Collet <remi@fedoraproject.org> - 2.0.14-1 - update to 2.0.14 |