diff options
| -rw-r--r-- | php-horde-Horde-Imap-Client.spec | 8 | 
1 files changed, 6 insertions, 2 deletions
diff --git a/php-horde-Horde-Imap-Client.spec b/php-horde-Horde-Imap-Client.spec index 2275eea..04c87c9 100644 --- a/php-horde-Horde-Imap-Client.spec +++ b/php-horde-Horde-Imap-Client.spec @@ -12,7 +12,7 @@  %global with_tests   0%{!?_without_tests:1}  Name:           php-horde-Horde-Imap-Client -Version:        2.29.17 +Version:        2.29.18  Release:        1%{?dist}  Summary:        Horde IMAP abstraction interface @@ -166,7 +166,8 @@ export LANG=C.UTF-8  cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g)  ret=0 -for cmd in php php70 php71 php72 php73; do +# TODO 7.4 Trying to access array offset on value of type null +for cmd in php php71 php72 php73; do    if which $cmd; then      if %{_bindir}/phpunit --atleast-version 4.8; then        $cmd %{_bindir}/phpunit --bootstrap bootstrap.php --verbose . || ret=1 @@ -205,6 +206,9 @@ fi  %changelog +* Mon Sep 16 2019 Remi Collet <remi@remirepo.net> - 2.29.18-1 +- update to 2.29.18 +  * Sun Mar  3 2019 Remi Collet <remi@remirepo.net> - 2.29.17-1  - update to 2.29.17  - use range dependencies  | 
