diff options
-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 |