diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-07-07 15:30:34 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-07-07 15:30:34 +0200 |
commit | 1701a2b9dbfadac6be94860a8b3399a374622bde (patch) | |
tree | f6a383e5a9ec709eb973e718e29f402240fc91ca | |
parent | 20fdcdebff4efc690762f4cd5e9969e4b4c5d32c (diff) |
php-phpunit-PHP-CodeCoverage: 2.0.9
-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 ccd44df..5398519 100644 --- a/php-phpunit-PHP-CodeCoverage.spec +++ b/php-phpunit-PHP-CodeCoverage.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 58401826c8cfc8fd689b60026e91c337df374bca +%global gh_commit ed8ac99ce38c3fd134128c898f7ca74665abef7f %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project php-code-coverage @@ -17,8 +17,8 @@ %global with_tests %{?_with_tests:1}%{!?_with_tests:0} Name: php-phpunit-PHP-CodeCoverage -Version: 2.0.8 -Release: 3%{?dist} +Version: 2.0.9 +Release: 1%{?dist} Summary: PHP code coverage information Group: Development/Libraries @@ -112,6 +112,9 @@ fi %changelog +* Mon Jul 07 2014 Remi Collet <remi@fedoraproject.org> - 2.0.9-1 +- update to 2.0.9 + * Wed Jun 25 2014 Remi Collet <remi@fedoraproject.org> - 2.0.8-3 - composer dependencies |