From a33de6943b7b825ec0ebd62ce304447701e7a0a7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Feb 2016 13:28:03 +0100 Subject: php-horde-Horde-SyncMl: 2.0.5 --- php-horde-Horde-SyncMl.spec | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/php-horde-Horde-SyncMl.spec b/php-horde-Horde-SyncMl.spec index 3174259..9fd20d9 100644 --- a/php-horde-Horde-SyncMl.spec +++ b/php-horde-Horde-SyncMl.spec @@ -14,7 +14,7 @@ %global with_tests %{?_with_tests:1}%{!?_with_tests:0} Name: php-horde-Horde-SyncMl -Version: 2.0.5 +Version: 2.0.6 Release: 1%{?dist} Summary: Horde_SyncMl provides an API for processing SyncML requests @@ -115,7 +115,11 @@ done %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 @@ -145,6 +149,11 @@ fi %changelog +* Tue Feb 02 2016 Remi Collet - 2.0.6-1 +- Update to 2.0.6 +- PHP 7 compatible version +- run test suite with both PHP 5 and 7 when available + * Wed Dec 03 2014 Remi Collet - 2.0.5-1 - Update to 2.0.5 - raise dependency on Horde_Translation >= 2.2.0 -- cgit