summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-02-02 13:28:03 +0100
committerRemi Collet <fedora@famillecollet.com>2016-02-02 13:28:03 +0100
commita33de6943b7b825ec0ebd62ce304447701e7a0a7 (patch)
treea2eaa62639ce65abe9f2b1f5b79844895ce11c26
parent313c4427f19666b29f427e0ec57cde2ae10af44f (diff)
php-horde-Horde-SyncMl: 2.0.5
-rw-r--r--php-horde-Horde-SyncMl.spec13
1 files 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 <remi@fedoraproject.org> - 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 <remi@fedoraproject.org> - 2.0.5-1
- Update to 2.0.5
- raise dependency on Horde_Translation >= 2.2.0