From 0dba54ac24863f8dfbebf37e6decdfffc61aa86b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 2 Jul 2016 09:01:10 +0200 Subject: php-horde-nag! 4.2.10 --- php-horde-nag.spec | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) (limited to 'php-horde-nag.spec') diff --git a/php-horde-nag.spec b/php-horde-nag.spec index 5249af4..9abb728 100644 --- a/php-horde-nag.spec +++ b/php-horde-nag.spec @@ -11,7 +11,7 @@ %global pear_channel pear.horde.org Name: php-horde-nag -Version: 4.2.9 +Version: 4.2.10 Release: 1%{?dist} Summary: A web based task list manager @@ -169,11 +169,23 @@ done | tee ../%{pear_name}.lang %check cd %{pear_name}-%{version}/test/Nag -%{_bindir}/phpunit . -if which php70; then - php70 %{_bindir}/phpunit . +# remirepo:11 +run=0 +ret=0 +if which php56; then + php56 %{_bindir}/phpunit . || ret=1 + run=1 fi +if which php71; then + php71 %{_bindir}/phpunit . || ret=1 + run=1 +fi +if [ $run -eq 0 ]; then +%{_bindir}/phpunit --verbose . +# remirepo:2 +fi +exit $ret %post @@ -218,6 +230,9 @@ fi %changelog +* Sat Jul 02 2016 Remi Collet - 4.2.10-1 +- Update to 4.2.10 + * Tue Apr 05 2016 Remi Collet - 4.2.9-1 - Update to 4.2.9 -- cgit