diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-06-01 11:24:26 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-06-01 11:24:26 +0200 |
commit | 413b1fe17a752d63f5cd403c531aa65f45fcf906 (patch) | |
tree | a2fb258ee182ee66cba3065eb0c44e75d248e317 | |
parent | 295636dac1ce1fff9746682431de3ccbaa662887 (diff) |
php-phpunit-PHP-CodeCoverage: 2.1.2
-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 b841677..84b7022 100644 --- a/php-phpunit-PHP-CodeCoverage.spec +++ b/php-phpunit-PHP-CodeCoverage.spec @@ -8,7 +8,7 @@ # %global bootstrap 0 -%global gh_commit 60991776b3994cd8297b861e8ddc7f9c9500dedc +%global gh_commit 6b7d2094ca2a685a2cad846cb7cd7a30e8b9470f %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.1 +Version: 2.1.2 Release: 1%{?dist} Summary: PHP code coverage information @@ -134,6 +134,9 @@ fi %changelog +* Mon Jun 1 2015 Remi Collet <remi@fedoraproject.org> - 2.1.2-1 +- update to 2.1.2 + * Sun May 31 2015 Remi Collet <remi@fedoraproject.org> - 2.1.1-1 - update to 2.1.1 |