From 6880694482ce2fd18e32a707aa62900ab4d7dc2e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Feb 2016 08:37:44 +0100 Subject: php-horde-Horde-Mail: 2.6.3 --- php-horde-Horde-Mail.spec | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/php-horde-Horde-Mail.spec b/php-horde-Horde-Mail.spec index b8935b2..8632b49 100644 --- a/php-horde-Horde-Mail.spec +++ b/php-horde-Horde-Mail.spec @@ -15,7 +15,7 @@ %global with_tests %{?_with_tests:1}%{!?_with_tests:0} Name: php-horde-Horde-Mail -Version: 2.6.2 +Version: 2.6.3 Release: 1%{?dist} Summary: Horde Mail Library @@ -111,7 +111,11 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir} %check %if %{with_tests} cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) -phpunit . +%{_bindir}/phpunit . + +if which php70; then + php70 %{_bindir}/phpunit . +fi %else : Test disabled, missing '--with tests' option. %endif @@ -137,6 +141,11 @@ fi %changelog +* Tue Feb 02 2016 Remi Collet - 2.6.3-1 +- Update to 2.6.3 +- PHP 7 compatible version +- run test suite with both PHP 5 and 7 when available + * Fri Jul 31 2015 Remi Collet - 2.6.2-1 - Update to 2.6.2 -- cgit