From 69afcc6f903cef071481f86f7e202410ff4f9120 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 Jul 2016 17:26:31 +0200 Subject: php-horde-Horde-Mime-Viewer: 2.2.0 --- php-horde-Horde-Mime-Viewer.spec | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/php-horde-Horde-Mime-Viewer.spec b/php-horde-Horde-Mime-Viewer.spec index 9fe55ef..58f205b 100644 --- a/php-horde-Horde-Mime-Viewer.spec +++ b/php-horde-Horde-Mime-Viewer.spec @@ -15,7 +15,7 @@ %global with_tests 0%{?_with_tests:1} Name: php-horde-Horde-Mime-Viewer -Version: 2.1.3 +Version: 2.2.0 Release: 1%{?dist} Summary: Horde MIME Viewer Library @@ -134,11 +134,22 @@ rm -rf %{buildroot} %if %{with_tests} cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) -%{_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 %else : Test disabled, missing '--with tests' option. %endif @@ -170,6 +181,9 @@ fi %changelog +* Thu Jul 28 2016 Remi Collet - 2.2.0-1 +- Update to 2.2.0 + * Mon Mar 21 2016 Remi Collet - 2.1.3-1 - Update to 2.1.3 @@ -226,4 +240,4 @@ fi - Update to 2.0.1 for remi repo * Sun Nov 4 2012 Remi Collet - 2.0.0-1 -- Initial package \ No newline at end of file +- Initial package -- cgit