summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-02-02 11:08:09 +0100
committerRemi Collet <fedora@famillecollet.com>2016-02-02 11:08:09 +0100
commitf50848d2d68f5a4f1c963850a517fd8c38e60196 (patch)
treee2e452217a1d7c37970dd104cf397805c30b8eab
parent8bd1790fe3011259b1a0e35bb0dd57dbe3a5d286 (diff)
php-horde-Horde-Secret: 2.0.6
-rw-r--r--php-horde-Horde-Secret.spec15
1 files changed, 11 insertions, 4 deletions
diff --git a/php-horde-Horde-Secret.spec b/php-horde-Horde-Secret.spec
index 79a7659..31f7fae 100644
--- a/php-horde-Horde-Secret.spec
+++ b/php-horde-Horde-Secret.spec
@@ -11,7 +11,7 @@
%global pear_channel pear.horde.org
Name: php-horde-Horde-Secret
-Version: 2.0.5
+Version: 2.0.6
Release: 1%{?dist}
Summary: Secret Encryption API
@@ -80,9 +80,11 @@ cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g)
# Issue with old openssl version
rm -f Unit/SecretTest.php
%endif
-phpunit \
- -d date.timezone=UTC \
- .
+%{_bindir}/phpunit .
+
+if which php70; then
+ php70 %{_bindir}/phpunit .
+fi
%post
@@ -106,6 +108,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 Oct 21 2015 Remi Collet <remi@fedoraproject.org> - 2.0.5-1
- Update to 2.0.5