From 0a3a3e4156e601b5423586c6d9443337cfe9acde Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Feb 2016 08:50:28 +0100 Subject: php-horde-Horde-Pack: 1.0.6 --- php-horde-Horde-Pack.spec | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/php-horde-Horde-Pack.spec b/php-horde-Horde-Pack.spec index c35672d..73e67a9 100644 --- a/php-horde-Horde-Pack.spec +++ b/php-horde-Horde-Pack.spec @@ -12,7 +12,7 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-Pack -Version: 1.0.5 +Version: 1.0.6 Release: 1%{?dist} Summary: Horde Pack Utility @@ -95,9 +95,11 @@ sed -e 's/function testNonUtf8Pack/function SKIP_testNonUtf8Pack/' \ -i PackTest.php %endif -phpunit \ - -d date.timezone=UTC \ - . +%{_bindir}/phpunit . + +if which php70; then + php70 %{_bindir}/phpunit . +fi %clean @@ -125,6 +127,11 @@ fi %changelog +* Tue Feb 02 2016 Remi Collet - 1.0.6-1 +- Update to 1.0.6 +- PHP 7 compatible version +- run test suite with both PHP 5 and 7 when available + * Tue Nov 04 2014 Remi Collet - 1.0.5-1 - Update to 1.0.5 -- cgit