diff options
author | Remi Collet <remi@remirepo.net> | 2018-06-04 07:32:39 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-06-04 07:32:39 +0200 |
commit | 0d57dffabea19326fe57a14e07c372d61cd0c340 (patch) | |
tree | 34d546cf4ba59b6a508ac0e916c636cd5ee96316 | |
parent | bc9fdf60641961189f8179d0b08498c51a288f4b (diff) |
fix dependency on PHPUnit
-rw-r--r-- | php-composer-xdebug-handler.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-composer-xdebug-handler.spec b/php-composer-xdebug-handler.spec index 068aac3..5e14ddb 100644 --- a/php-composer-xdebug-handler.spec +++ b/php-composer-xdebug-handler.spec @@ -20,7 +20,7 @@ Name: php-%{gh_owner}-%{gh_project} Version: 1.1.0 -Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} +Release: 2%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: Restarts a process without xdebug License: MIT @@ -46,7 +46,7 @@ BuildRequires: phpunit6 >= 6.5 %global phpunit %{_bindir}/phpunit6 %else BuildRequires: php-PsrLog -BuildRequires: php-phpunit-PHPUnit >= 5.7 +BuildRequires: php-phpunit-PHPUnit >= 4.8.35 %global phpunit %{_bindir}/phpunit %endif # Autoloader @@ -138,6 +138,9 @@ exit $ret %changelog +* Mon Jun 4 2018 Remi Collet <remi@remirepo.net> - 1.1.0-2 +- fix dependency on PHPUnit + * Thu Apr 12 2018 Remi Collet <remi@remirepo.net> - 1.1.0-1 - update to 1.1.0 |