summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-02-02 08:37:44 +0100
committerRemi Collet <fedora@famillecollet.com>2016-02-02 08:37:44 +0100
commit6880694482ce2fd18e32a707aa62900ab4d7dc2e (patch)
tree82c94dc1bd7ee51e1f59c7c5baf39e20dbd4dcff
parentae37cf613f25af5954b7ab92d698cc86f0fb06e5 (diff)
php-horde-Horde-Mail: 2.6.3
-rw-r--r--php-horde-Horde-Mail.spec13
1 files 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 <remi@fedoraproject.org> - 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 <remi@fedoraproject.org> - 2.6.2-1
- Update to 2.6.2