From 23f9fa63afe2220be10006355561420608bd5eac Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Feb 2016 13:56:39 +0100 Subject: Imp 6.2.12 --- php-horde-imp.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/php-horde-imp.spec b/php-horde-imp.spec index f6fb280..e8627b5 100644 --- a/php-horde-imp.spec +++ b/php-horde-imp.spec @@ -11,7 +11,7 @@ %global pear_channel pear.horde.org Name: php-horde-imp -Version: 6.2.11 +Version: 6.2.12 Release: 1%{?dist} Summary: A web based webmail system @@ -213,7 +213,11 @@ cd %{pear_name}-%{version}/test/Imp # Ignore this one - Need investigation rm Unit/Mime/Viewer/ItipTest.php -phpunit --verbose . +%{_bindir}/phpunit . + +if which php70; then + php70 %{_bindir}/phpunit . +fi %clean @@ -257,6 +261,10 @@ fi %changelog +* Tue Feb 02 2016 Remi Collet - 6.2.12-1 +- Update to 6.2.12 +- run test suite with both PHP 5 and 7 when available + * Wed Oct 21 2015 Remi Collet - 6.2.11-1 - Update to 6.2.11 -- cgit