diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-11-25 13:49:35 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-11-25 13:49:35 +0100 |
commit | 1cc4abc2bd3b26011cada8f00b70c88cf75d23f6 (patch) | |
tree | 43ce455c208faa78484a428439a0a02768faba3e | |
parent | 4b32765ef20d1064cb435c56c7b89fad2b8bbd93 (diff) |
php-horde-Horde-Imap-Client: 2.29.4
-rw-r--r-- | php-horde-Horde-Imap-Client.spec | 12 |
1 files 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 <remi@fedoraproject.org> - 2.29.4-1 +- Update to 2.29.4 + * Tue Sep 08 2015 Remi Collet <remi@fedoraproject.org> - 2.29.3-1 - Update to 2.29.3 |