From 440b3761593659d2488d60d7043d33785779049e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Feb 2016 07:52:48 +0100 Subject: php-horde-Horde-Css-Parser: 1.0.8 --- php-horde-Horde-Css-Parser.spec | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/php-horde-Horde-Css-Parser.spec b/php-horde-Horde-Css-Parser.spec index e01a6fc..a5e2193 100644 --- a/php-horde-Horde-Css-Parser.spec +++ b/php-horde-Horde-Css-Parser.spec @@ -11,7 +11,7 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-Css-Parser -Version: 1.0.7 +Version: 1.0.8 Release: 1%{?dist} Summary: Horde CSS Parser @@ -88,7 +88,11 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir} %check cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) -phpunit --verbose . +%{_bindir}/phpunit . + +if which php70; then + php70 %{_bindir}/phpunit . || : +fi %clean @@ -116,6 +120,11 @@ fi %changelog +* Tue Feb 02 2016 Remi Collet - 1.0.8-1 +- Update to 1.0.8 +- PHP 7 compatible version +- run test suite with both PHP 5 and 7 when available + * Fri Jul 31 2015 Remi Collet - 1.0.7-1 - Update to 1.0.7 (no change) -- cgit