From 1cc4abc2bd3b26011cada8f00b70c88cf75d23f6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 25 Nov 2015 13:49:35 +0100 Subject: php-horde-Horde-Imap-Client: 2.29.4 --- php-horde-Horde-Imap-Client.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/php-horde-Horde-Imap-Client.spec b/php-horde-Horde-Imap-Client.spec index 23a17ad..4ef1d7b 100644 --- a/php-horde-Horde-Imap-Client.spec +++ b/php-horde-Horde-Imap-Client.spec @@ -12,7 +12,7 @@ %global with_tests %{?_without_tests:0}%{!?_without_tests:1} Name: php-horde-Horde-Imap-Client -Version: 2.29.3 +Version: 2.29.4 Release: 1%{?dist} Summary: Horde IMAP abstraction interface @@ -138,7 +138,12 @@ done | tee ../%{pear_name}.lang %if %{with_tests} export LANG=fr_FR.utf8 cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) -phpunit --verbose . + +%{_bindir}/phpunit --verbose . + +if which php70; then + php70 %{_bindir}/phpunit --verbose . +fi %else : bootstrap build with test suite disabled %endif @@ -169,6 +174,9 @@ fi %changelog +* Wed Nov 25 2015 Remi Collet - 2.29.4-1 +- Update to 2.29.4 + * Tue Sep 08 2015 Remi Collet - 2.29.3-1 - Update to 2.29.3 -- cgit