[php-phpunit-PHP-CodeCoverage] add BR on php-pecl-xdebug, fix FTBFS, thanks to Koschei

Remi Collet remi at fedoraproject.org
Thu Sep 4 09:01:39 UTC 2014


commit 173b20bbfd21c670826c55b4574f19431959d6e7
Author: Remi Collet <remi at fedoraproject.org>
Date:   Thu Sep 4 11:01:27 2014 +0200

    add BR on php-pecl-xdebug, fix FTBFS, thanks to Koschei

 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 2be52b6..a049251 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
@@ -39,6 +39,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
@@ -128,6 +129,9 @@ fi
 
 
 %changelog
+* Thu Sep  4 2014 Remi Collet <remi at fedoraproject.org> - 2.0.11-2
+- add BR on php-pecl-xdebug (thanks to Koschei)
+
 * Sun Aug 31 2014 Remi Collet <remi at fedoraproject.org> - 2.0.11-1
 - update to 2.0.11
 - raise dependency on phpunit/php-token-stream ~1.3


More information about the scm-commits mailing list