diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-02-02 08:50:28 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-02-02 08:50:28 +0100 |
commit | 0a3a3e4156e601b5423586c6d9443337cfe9acde (patch) | |
tree | ad9922a229c20c1a4594cba5fd54708ba0cbd518 | |
parent | 26f3f5536ce660ab89648f5a46dc74422f46b658 (diff) |
php-horde-Horde-Pack: 1.0.6
-rw-r--r-- | php-horde-Horde-Pack.spec | 15 |
1 files 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 <remi@fedoraproject.org> - 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 <remi@fedoraproject.org> - 1.0.5-1 - Update to 1.0.5 |