summaryrefslogtreecommitdiffstats
path: root/php-horde-Horde-Image.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-02-02 08:15:24 +0100
committerRemi Collet <fedora@famillecollet.com>2016-02-02 08:15:24 +0100
commit6b5585e3b208358137a649e712c66dd59af3063c (patch)
treeae7de3585cfce529f72ddeba5da74a28454acaa0 /php-horde-Horde-Image.spec
parent0070442039648492771d7e8b7ae3c990f48bc2c0 (diff)
php-horde-Horde-Image: 2.3.4
Diffstat (limited to 'php-horde-Horde-Image.spec')
-rw-r--r--php-horde-Horde-Image.spec13
1 files changed, 11 insertions, 2 deletions
diff --git a/php-horde-Horde-Image.spec b/php-horde-Horde-Image.spec
index a3ea018..b821fd3 100644
--- a/php-horde-Horde-Image.spec
+++ b/php-horde-Horde-Image.spec
@@ -13,7 +13,7 @@
%global with_tests %{?_without_tests:0}%{!?_without_tests:1}
Name: php-horde-Horde-Image
-Version: 2.3.3
+Version: 2.3.4
Release: 1%{?dist}
Summary: Horde Image API
@@ -121,7 +121,11 @@ done | tee ../%{pear_name}.lang
%check
%if %{with_tests}
cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g)
-phpunit .
+%{_bindir}/phpunit .
+
+if which php70; then
+ php70 %{_bindir}/phpunit .
+fi
%else
: Test disabled, bootstrap build
%endif
@@ -150,6 +154,11 @@ fi
%changelog
+* Tue Feb 02 2016 Remi Collet <remi@fedoraproject.org> - 2.3.4-1
+- Update to 2.3.4
+- PHP 7 compatible version
+- run test suite with both PHP 5 and 7 when available
+
* Tue Sep 08 2015 Remi Collet <remi@fedoraproject.org> - 2.3.3-1
- Update to 2.3.3