From f50848d2d68f5a4f1c963850a517fd8c38e60196 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Feb 2016 11:08:09 +0100 Subject: php-horde-Horde-Secret: 2.0.6 --- php-horde-Horde-Secret.spec | 15 +++++++++++---- 1 file 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 - 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 - 2.0.5-1 - Update to 2.0.5 -- cgit