summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-02-02 13:34:47 +0100
committerRemi Collet <fedora@famillecollet.com>2016-02-02 13:34:47 +0100
commit1d239a4c7ac7bad3c030d844c30e1f999eb04db7 (patch)
tree91d8d4cda990b69c25b7934fba7234a90b1af4bd
parentdc7d332cf7b5c032c972f9f8aaa75b342462ada7 (diff)
php-horde-Horde-Text-Filter: 2.3.3
-rw-r--r--php-horde-Horde-Text-Filter.spec13
1 files changed, 11 insertions, 2 deletions
diff --git a/php-horde-Horde-Text-Filter.spec b/php-horde-Horde-Text-Filter.spec
index 3c26733..44ba545 100644
--- a/php-horde-Horde-Text-Filter.spec
+++ b/php-horde-Horde-Text-Filter.spec
@@ -12,7 +12,7 @@
%global pear_channel pear.horde.org
Name: php-horde-Horde-Text-Filter
-Version: 2.3.2
+Version: 2.3.3
Release: 1%{?dist}
Summary: Horde Text Filter API
@@ -118,7 +118,11 @@ sed -e 's/testXss/SKIP_testXss/' \
-i XssTest.php
%endif
-phpunit --verbose .
+%{_bindir}/phpunit .
+
+if which php70; then
+ php70 %{_bindir}/phpunit .
+fi
%clean
@@ -148,6 +152,11 @@ fi
%changelog
+* Tue Feb 02 2016 Remi Collet <remi@fedoraproject.org> - 2.3.3-1
+- Update to 2.3.3
+- PHP 7 compatible version
+- run test suite with both PHP 5 and 7 when available
+
* Fri Jul 31 2015 Remi Collet <remi@fedoraproject.org> - 2.3.2-1
- Update to 2.3.2 (no change)