From 02516ec387fa63760019b8273eef797bd6d11531 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 25 Jun 2018 07:56:42 +0200 Subject: v2.29.16 --- php-horde-Horde-Imap-Client.spec | 13 ++++++++----- 1 file 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 - 2.29.16-1 +- update to 2.29.16 + * Mon Aug 28 2017 Remi Collet - 2.29.15-1 - Update to 2.29.15 -- cgit