summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-02-02 07:42:23 +0100
committerRemi Collet <fedora@famillecollet.com>2016-02-02 07:42:23 +0100
commit62e2130a2714adc6a9e046e0111911c015e5f84a (patch)
tree00e0dcc9d85a90dcbac174dfcf9ffa4566e091d1
parentdaf63aaf360a60c2adcd66a7c0adac886252606b (diff)
php-horde-Horde-Crypt: 2.7.0
-rw-r--r--php-horde-Horde-Crypt.spec13
1 files changed, 11 insertions, 2 deletions
diff --git a/php-horde-Horde-Crypt.spec b/php-horde-Horde-Crypt.spec
index ecf4a75..add08f3 100644
--- a/php-horde-Horde-Crypt.spec
+++ b/php-horde-Horde-Crypt.spec
@@ -12,7 +12,7 @@
%global pear_channel pear.horde.org
Name: php-horde-Horde-Crypt
-Version: 2.6.1
+Version: 2.7.0
Release: 1%{?dist}
Summary: Horde Cryptography API
@@ -115,7 +115,11 @@ cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g)
: Skip online test
rm PgpKeyserverTest.php
-phpunit --verbose .
+%{_bindir}/phpunit .
+
+if which php70; then
+ php70 %{_bindir}/phpunit .
+fi
%post
@@ -141,6 +145,11 @@ fi
%changelog
+* Tue Feb 02 2016 Remi Collet <remi@fedoraproject.org> - 2.7.0-1
+- Update to 2.7.0
+- PHP 7 compatible version
+- run test suite with both PHP 5 and 7 when available
+
* Fri Aug 21 2015 Remi Collet <remi@fedoraproject.org> - 2.6.1-1
- Update to 2.6.1