diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-02-02 08:39:22 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-02-02 08:39:22 +0100 | 
| commit | 469a84ebb6e602995c93eb2c1dbdface2504711e (patch) | |
| tree | 28baaba88eef8ac3deb34b5b1a358f55336c5d73 | |
| parent | 0e64f67c7f35ba5a14365f09ac7d6b3e45692255 (diff) | |
php-horde-Horde-Mapi: 1.0.6
| -rw-r--r-- | php-horde-Horde-Mapi.spec | 13 | 
1 files changed, 11 insertions, 2 deletions
diff --git a/php-horde-Horde-Mapi.spec b/php-horde-Horde-Mapi.spec index 7afe0f8..8332c95 100644 --- a/php-horde-Horde-Mapi.spec +++ b/php-horde-Horde-Mapi.spec @@ -12,7 +12,7 @@  %global pear_channel pear.horde.org  Name:           php-horde-Horde-Mapi -Version:        1.0.5 +Version:        1.0.6  Release:        1%{?dist}  Summary:        MAPI utility library @@ -83,7 +83,11 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir}  %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 @@ -111,6 +115,11 @@ fi  %changelog +* Tue Feb 02 2016 Remi Collet <remi@fedoraproject.org> - 1.0.6-1 +- Update to 1.0.6 +- 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.0.5-1  - Update to 1.0.5  - drop dependency on bcmath  | 
