summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-02-02 07:52:48 +0100
committerRemi Collet <fedora@famillecollet.com>2016-02-02 07:52:48 +0100
commit440b3761593659d2488d60d7043d33785779049e (patch)
tree49c53640790717fa2f78f67b3cbc069660be684c
parentbed82edf34c9f34f0623c7adb668e2a7d7661d41 (diff)
php-horde-Horde-Css-Parser: 1.0.8
-rw-r--r--php-horde-Horde-Css-Parser.spec13
1 files 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 <remi@fedoraproject.org> - 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 <remi@fedoraproject.org> - 1.0.7-1
- Update to 1.0.7 (no change)