diff options
-rw-r--r-- | php-horde-Horde-View.spec | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/php-horde-Horde-View.spec b/php-horde-Horde-View.spec index a2555ac..0f853cb 100644 --- a/php-horde-Horde-View.spec +++ b/php-horde-Horde-View.spec @@ -12,7 +12,7 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-View -Version: 2.0.5 +Version: 2.0.6 Release: 1%{?dist} Summary: Horde View API @@ -91,7 +91,11 @@ rm -rf %{buildroot} %check cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) -phpunit . +%{_bindir}/phpunit . + +if which php70; then + php70 %{_bindir}/phpunit . +fi %post @@ -115,6 +119,11 @@ fi %changelog +* Tue Feb 02 2016 Remi Collet <remi@fedoraproject.org> - 2.0.6-1 +- Update to 2.0.6 +- PHP 7 compatible version +- run test suite with both PHP 5 and 7 when available + * Tue Apr 28 2015 Remi Collet <remi@fedoraproject.org> - 2.0.5-1 - Update to 2.0.5 - add provides php-composer(horde/horde-view) |