diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-10-07 15:46:41 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-10-07 15:46:41 +0200 |
commit | 85cb0b3b21c93f3dfb82d142bfeeb5751197344e (patch) | |
tree | 9d3cbdc1aa28d0d5f7afc86e1b411e5379b42fda | |
parent | b8613dbd889192cf9a269abd4a5f0f9f7b9a9b54 (diff) |
php-phpunit-PHP-CodeCoverage: 2.2.4
-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 d38ea6b..36590aa 100644 --- a/php-phpunit-PHP-CodeCoverage.spec +++ b/php-phpunit-PHP-CodeCoverage.spec @@ -8,7 +8,7 @@ # %global bootstrap 0 -%global gh_commit ef1ca6835468857944d5c3b48fa503d5554cff2f +%global gh_commit eabf68b476ac7d0f73793aada060f1c1a9bf8979 %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.2.3 +Version: 2.2.4 Release: 1%{?dist} Summary: PHP code coverage information @@ -139,6 +139,9 @@ fi %changelog +* Wed Oct 7 2015 Remi Collet <remi@fedoraproject.org> - 2.2.4-1 +- update to 2.2.4 + * Mon Sep 14 2015 Remi Collet <remi@fedoraproject.org> - 2.2.3-1 - update to 2.2.3 |