diff options
author | Remi Collet <remi@remirepo.net> | 2018-06-25 07:56:42 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-06-25 07:56:42 +0200 |
commit | 02516ec387fa63760019b8273eef797bd6d11531 (patch) | |
tree | bdcf01f19c3eda2f643b11982f35d6c2d555d321 | |
parent | c97caa87dd22ad10a4d5d47ff92422f7f424abdb (diff) |
v2.29.16
-rw-r--r-- | php-horde-Horde-Imap-Client.spec | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/php-horde-Horde-Imap-Client.spec b/php-horde-Horde-Imap-Client.spec index 2f1d8fd..16918c0 100644 --- a/php-horde-Horde-Imap-Client.spec +++ b/php-horde-Horde-Imap-Client.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-horde-Horde-Imap-Client # -# Copyright (c) 2012-2017 Remi Collet +# Copyright (c) 2012-2018 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -12,11 +12,10 @@ %global with_tests %{?_without_tests:0}%{!?_without_tests:1} Name: php-horde-Horde-Imap-Client -Version: 2.29.15 +Version: 2.29.16 Release: 1%{?dist} Summary: Horde IMAP abstraction interface -Group: Development/Libraries License: LGPLv2 URL: http://pear.horde.org Source0: http://%{pear_channel}/get/%{pear_name}-%{version}.tgz @@ -139,10 +138,11 @@ export LANG=fr_FR.utf8 cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) ret=0 -for cmd in php php56 php70 php71 php72; do +# TODO 7.3 failures +for cmd in php php70 php71 php72; do if which $cmd; then if %{_bindir}/phpunit --atleast-version 4.8; then - $cmd %{_bindir}/phpunit --verbose . || ret=1 + $cmd %{_bindir}/phpunit --bootstrap bootstrap.php --verbose . || ret=1 else : PHPUnit is too old for this package fi @@ -178,6 +178,9 @@ fi %changelog +* Mon Jun 25 2018 Remi Collet <remi@remirepo.net> - 2.29.16-1 +- update to 2.29.16 + * Mon Aug 28 2017 Remi Collet <remi@remirepo.net> - 2.29.15-1 - Update to 2.29.15 |