diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-02-02 11:16:16 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-02-02 11:16:16 +0100 |
commit | 8817acc6f73930aa16b30178e9fdb880a8fb9c2b (patch) | |
tree | 3a004a6752deb97df8a627b486100f5e1c98b3b4 | |
parent | f2431136333c019c79554fe316ed806bf3ab7f0c (diff) |
php-horde-Horde-Smtp: 1.9.2
-rw-r--r-- | php-horde-Horde-Smtp.spec | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/php-horde-Horde-Smtp.spec b/php-horde-Horde-Smtp.spec index 22bdd6d..f05272e 100644 --- a/php-horde-Horde-Smtp.spec +++ b/php-horde-Horde-Smtp.spec @@ -11,7 +11,7 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-Smtp -Version: 1.9.1 +Version: 1.9.2 Release: 1%{?dist} Summary: Horde SMTP Client @@ -109,7 +109,11 @@ done | tee ../%{pear_name}.lang %check cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) -phpunit . +%{_bindir}/phpunit . + +if which php70; then + php70 %{_bindir}/phpunit . +fi %clean @@ -139,6 +143,11 @@ fi %changelog +* Tue Feb 02 2016 Remi Collet <remi@fedoraproject.org> - 1.9.2-1 +- Update to 1.9.2 +- PHP 7 compatible version +- run test suite with both PHP 5 and 7 when available + * Tue Apr 28 2015 Remi Collet <remi@fedoraproject.org> - 1.9.1-1 - Update to 1.9.1 - add dependency on Horde_Util |