diff options
| -rw-r--r-- | php-horde-Horde-Imap-Client.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
diff --git a/php-horde-Horde-Imap-Client.spec b/php-horde-Horde-Imap-Client.spec index b6576ec..f9a604c 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-2019 Remi Collet +# Copyright (c) 2012-2021 Remi Collet  # License: CC-BY-SA  # http://creativecommons.org/licenses/by-sa/4.0/  # @@ -12,7 +12,7 @@  %global with_tests   0%{!?_without_tests:1}  Name:           php-horde-Horde-Imap-Client -Version:        2.30.1 +Version:        2.30.2  Release:        1%{?dist}  Summary:        Horde IMAP abstraction interface @@ -166,7 +166,7 @@ export LANG=C.UTF-8  cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g)  ret=0 -for cmd in php php71 php72 php73 php74; do +for cmd in php php73 php74 php80; do    if which $cmd; then      if %{_bindir}/phpunit --atleast-version 4.8; then        $cmd %{_bindir}/phpunit --bootstrap bootstrap.php --verbose . || ret=1 @@ -205,6 +205,9 @@ fi  %changelog +* Mon May 17 2021 Remi Collet <remi@remirepo.net> - 2.30.2-1 +- update to 2.30.2 +  * Mon Nov  4 2019 Remi Collet <remi@remirepo.net> - 2.30.1-1  - update to 2.30.1  - drop patch merged upstream  | 
