diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-06-09 17:38:00 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-06-09 17:38:00 +0200 |
commit | c5c5c84415e86a72f8f565baf4b0dfc2e08bee72 (patch) | |
tree | a5918971a23fa55b76d26705078d23710b2580c8 | |
parent | 987c2d61b0f8a7dec16c202f92be191988ca4b1f (diff) |
php-phpunit-PHP-CodeCoverage: 2.1.5
-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 28fa85a..143f328 100644 --- a/php-phpunit-PHP-CodeCoverage.spec +++ b/php-phpunit-PHP-CodeCoverage.spec @@ -8,7 +8,7 @@ # %global bootstrap 0 -%global gh_commit 3703c4bb67c8700957dd41c843254658539d091d +%global gh_commit be2286cb8c7e1773eded49d9719219e6f74f9e3e %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.4 +Version: 2.1.5 Release: 1%{?dist} Summary: PHP code coverage information @@ -134,6 +134,9 @@ fi %changelog +* Tue Jun 9 2015 Remi Collet <remi@fedoraproject.org> - 2.1.5-1 +- update to 2.1.5 + * Sun Jun 7 2015 Remi Collet <remi@fedoraproject.org> - 2.1.4-1 - update to 2.1.4 |