diff options
-rw-r--r-- | php-horde-Horde-Crypt.spec | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/php-horde-Horde-Crypt.spec b/php-horde-Horde-Crypt.spec index ecf4a75..add08f3 100644 --- a/php-horde-Horde-Crypt.spec +++ b/php-horde-Horde-Crypt.spec @@ -12,7 +12,7 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-Crypt -Version: 2.6.1 +Version: 2.7.0 Release: 1%{?dist} Summary: Horde Cryptography API @@ -115,7 +115,11 @@ cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) : Skip online test rm PgpKeyserverTest.php -phpunit --verbose . +%{_bindir}/phpunit . + +if which php70; then + php70 %{_bindir}/phpunit . +fi %post @@ -141,6 +145,11 @@ fi %changelog +* Tue Feb 02 2016 Remi Collet <remi@fedoraproject.org> - 2.7.0-1 +- Update to 2.7.0 +- PHP 7 compatible version +- run test suite with both PHP 5 and 7 when available + * Fri Aug 21 2015 Remi Collet <remi@fedoraproject.org> - 2.6.1-1 - Update to 2.6.1 |