diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-09-04 10:59:19 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-09-04 10:59:19 +0200 |
commit | 76cf73b106192890cb8a89cdbc7db831ca927b24 (patch) | |
tree | 8cf83d0756d28ed8dffc62d568820a1304111569 | |
parent | 2450979bd6eef5bae32184ca2bdf5ac63211e594 (diff) |
php-phpunit-PHP-CodeCoverage: add BR on php-pecl-xdebug (thanks to Koschei)
-rw-r--r-- | php-phpunit-PHP-CodeCoverage.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/php-phpunit-PHP-CodeCoverage.spec b/php-phpunit-PHP-CodeCoverage.spec index 3945aee..1d8d718 100644 --- a/php-phpunit-PHP-CodeCoverage.spec +++ b/php-phpunit-PHP-CodeCoverage.spec @@ -23,7 +23,7 @@ Name: php-phpunit-PHP-CodeCoverage Version: 2.0.11 -Release: 1%{?dist} +Release: 2%{?dist} Summary: PHP code coverage information Group: Development/Libraries @@ -40,6 +40,7 @@ BuildRequires: php(language) >= 5.3.3 BuildRequires: %{_bindir}/phpab %if %{with_tests} BuildRequires: php-pear-PHPUnit >= 4.1 +BuildRequires: php-pecl-xdebug >= 2.2.1 %endif # From composer.json, require @@ -135,6 +136,9 @@ fi %changelog +* Thu Sep 4 2014 Remi Collet <remi@fedoraproject.org> - 2.0.11-2 +- add BR on php-pecl-xdebug (thanks to Koschei) + * Sun Aug 31 2014 Remi Collet <remi@fedoraproject.org> - 2.0.11-1 - update to 2.0.11 - raise dependency on phpunit/php-token-stream ~1.3 |