diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-05-25 08:16:00 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-05-25 08:16:00 +0200 |
commit | 7a04057e04b001638c72baa9d1cef369fa98eca5 (patch) | |
tree | 36a24af503b3bc21dbf8035489f7c25949cada21 | |
parent | 25453a31bad1ef385544698b4b97ac9f7e8c6596 (diff) |
php-phpunit-PHP-CodeCoverage: 2.0.17
-rw-r--r-- | php-phpunit-PHP-CodeCoverage.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-phpunit-PHP-CodeCoverage.spec b/php-phpunit-PHP-CodeCoverage.spec index 3adbb34..106c350 100644 --- a/php-phpunit-PHP-CodeCoverage.spec +++ b/php-phpunit-PHP-CodeCoverage.spec @@ -1,4 +1,4 @@ -# spec file for php-phpunit-PHP-CodeCoverage +# remirepo/fedora spec file for php-phpunit-PHP-CodeCoverage # # Copyright (c) 2013-2015 Remi Collet # License: CC-BY-SA @@ -8,7 +8,7 @@ # %global bootstrap 0 -%global gh_commit 934fd03eb6840508231a7f73eb8940cf32c3b66c +%global gh_commit c4e8e7725e351184a76544634855b8a9c405a6e3 %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.16 +Version: 2.0.17 Release: 1%{?dist} Summary: PHP code coverage information @@ -134,6 +134,9 @@ fi %changelog +* Mon May 25 2015 Remi Collet <remi@fedoraproject.org> - 2.0.17-1 +- update to 2.0.17 + * Mon Apr 13 2015 Remi Collet <remi@fedoraproject.org> - 2.0.16-1 - update to 2.0.16 |