summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-02-02 13:56:39 +0100
committerRemi Collet <fedora@famillecollet.com>2016-02-02 13:56:39 +0100
commit23f9fa63afe2220be10006355561420608bd5eac (patch)
treef522290c49bd0c768b3866539336bb8fc5191e48
parentc20d4cee7bf0ad8e6dc7e7067c3e4fbb3083002e (diff)
Imp 6.2.12
-rw-r--r--php-horde-imp.spec12
1 files changed, 10 insertions, 2 deletions
diff --git a/php-horde-imp.spec b/php-horde-imp.spec
index f6fb280..e8627b5 100644
--- a/php-horde-imp.spec
+++ b/php-horde-imp.spec
@@ -11,7 +11,7 @@
%global pear_channel pear.horde.org
Name: php-horde-imp
-Version: 6.2.11
+Version: 6.2.12
Release: 1%{?dist}
Summary: A web based webmail system
@@ -213,7 +213,11 @@ cd %{pear_name}-%{version}/test/Imp
# Ignore this one - Need investigation
rm Unit/Mime/Viewer/ItipTest.php
-phpunit --verbose .
+%{_bindir}/phpunit .
+
+if which php70; then
+ php70 %{_bindir}/phpunit .
+fi
%clean
@@ -257,6 +261,10 @@ fi
%changelog
+* Tue Feb 02 2016 Remi Collet <remi@fedoraproject.org> - 6.2.12-1
+- Update to 6.2.12
+- run test suite with both PHP 5 and 7 when available
+
* Wed Oct 21 2015 Remi Collet <remi@fedoraproject.org> - 6.2.11-1
- Update to 6.2.11