From 469a84ebb6e602995c93eb2c1dbdface2504711e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Feb 2016 08:39:22 +0100 Subject: php-horde-Horde-Mapi: 1.0.6 --- php-horde-Horde-Mapi.spec | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/php-horde-Horde-Mapi.spec b/php-horde-Horde-Mapi.spec index 7afe0f8..8332c95 100644 --- a/php-horde-Horde-Mapi.spec +++ b/php-horde-Horde-Mapi.spec @@ -12,7 +12,7 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-Mapi -Version: 1.0.5 +Version: 1.0.6 Release: 1%{?dist} Summary: MAPI utility library @@ -83,7 +83,11 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir} %check cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) -phpunit . +%{_bindir}/phpunit . + +if which php70; then + php70 %{_bindir}/phpunit . +fi %clean @@ -111,6 +115,11 @@ fi %changelog +* Tue Feb 02 2016 Remi Collet - 1.0.6-1 +- Update to 1.0.6 +- PHP 7 compatible version +- run test suite with both PHP 5 and 7 when available + * Tue Apr 28 2015 Remi Collet - 1.0.5-1 - Update to 1.0.5 - drop dependency on bcmath -- cgit