diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-02-02 14:06:31 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-02-02 14:06:31 +0100 |
commit | 08aa1006527569bdd21be76cf4ee4ca1c2827b94 (patch) | |
tree | 7f76aecccd96c895bf542f24b0a6cc1c29a890c7 | |
parent | 67cb177c32958f7b26bc6ad3e93d9482e90c4ea8 (diff) |
Turba 4.2.12
-rw-r--r-- | php-horde-turba.spec | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/php-horde-turba.spec b/php-horde-turba.spec index e5609a5..d76a365 100644 --- a/php-horde-turba.spec +++ b/php-horde-turba.spec @@ -11,7 +11,7 @@ %global pear_channel pear.horde.org Name: php-horde-turba -Version: 4.2.11 +Version: 4.2.12 Release: 1%{?dist} Summary: A web based address book @@ -182,7 +182,11 @@ cd %{pear_name}-%{version}/test/Turba sed -e 's/function testDuplicateDetectionFromAsWithNoEmail/function SKIP_testDuplicateDetectionFromAsWithNoEmail/' \ -i Unit/Driver/Base.php -phpunit . +%{_bindir}/phpunit . + +if which php70; then + php70 %{_bindir}/phpunit . +fi %post @@ -227,6 +231,10 @@ fi %changelog +* Tue Feb 02 2016 Remi Collet <remi@fedoraproject.org> - 4.2.12-1 +- Update to 4.2.12 +- run test suite with both PHP 5 and 7 when available + * Thu Oct 29 2015 Remi Collet <remi@fedoraproject.org> - 4.2.11-1 - Update to 4.2.11 |