From 62e2130a2714adc6a9e046e0111911c015e5f84a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Feb 2016 07:42:23 +0100 Subject: php-horde-Horde-Crypt: 2.7.0 --- php-horde-Horde-Crypt.spec | 13 +++++++++++-- 1 file 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 - 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 - 2.6.1-1 - Update to 2.6.1 -- cgit