From 19330e790953ba6f4619bcc9b9e7bbb38b76891d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 2 Jul 2016 08:40:19 +0200 Subject: php-horde-imp: 6.2.15 --- php-horde-imp.spec | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/php-horde-imp.spec b/php-horde-imp.spec index dab4b26..412e120 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.14 +Version: 6.2.15 Release: 1%{?dist} Summary: A web based webmail system @@ -213,11 +213,22 @@ cd %{pear_name}-%{version}/test/Imp # Ignore this one - Need investigation rm Unit/Mime/Viewer/ItipTest.php -%{_bindir}/phpunit . - -if which php70; then - php70 %{_bindir}/phpunit . +# remirepo:11 +run=0 +ret=0 +if which php56; then + php56 %{_bindir}/phpunit . || ret=1 + run=1 +fi +if which php71; then + php71 %{_bindir}/phpunit . || ret=1 + run=1 fi +if [ $run -eq 0 ]; then +%{_bindir}/phpunit --verbose . +# remirepo:2 +fi +exit $ret %clean @@ -261,6 +272,9 @@ fi %changelog +* Sat Jul 02 2016 Remi Collet - 6.2.15-1 +- Update to 6.2.15 + * Tue Apr 05 2016 Remi Collet - 6.2.14-1 - Update to 6.2.14 -- cgit