From e7ec572e7642d145980d78178eb07cd19615b853 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 7 Jun 2018 16:56:41 +0200 Subject: minor --- php-zendframework-zend-mail.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-zendframework-zend-mail.spec b/php-zendframework-zend-mail.spec index 2cf7e3a..ae96a1b 100644 --- a/php-zendframework-zend-mail.spec +++ b/php-zendframework-zend-mail.spec @@ -104,7 +104,7 @@ Requires: (php-autoloader(%{gh_owner}/zend-mime) >= 2.5 with p Requires: (php-autoloader(%{gh_owner}/zend-stdlib) >= 2.7 with php-autoloader(%{gh_owner}/zend-stdlib) < 4) Requires: (php-autoloader(%{gh_owner}/zend-validator) >= 2.10.2 with php-autoloader(%{gh_owner}/zend-validator) < 3) Requires: (php-composer(true/punycode) >= 2.1 with php-composer(true/punycode) < 3) -# remirepo:10 +# remirepo:12 %else Requires: php-autoloader(%{gh_owner}/zend-loader) >= 2.5 Requires: php-autoloader(%{gh_owner}/zend-loader) < 3 @@ -121,10 +121,12 @@ Requires: php-composer(true/punycode) < 3 # "ext-intl": "Handle IDN in AddressList hostnames", # "zendframework/zend-crypt": "Crammd5 support in SMTP Auth", # "zendframework/zend-servicemanager": "^2.7.10 || ^3.3.1 when using SMTP to deliver messages" +# remirepo:1 %if 0%{?fedora} >= 21 || 0%{?rhel} >= 8 Suggests: php-intl Suggests: php-autoloader(%{gh_owner}/zend-crypt) Suggests: php-autoloader(%{gh_owner}/zend-servicemanager) +# remirepo:1 %endif %endif # Autoloader @@ -229,6 +231,7 @@ exit $ret - lower dependency on PHP 5.6 - raise dependency on zend-validator 2.10.2 - add dependency on true/punycode +- switch to phpunit7 * Fri Mar 2 2018 Remi Collet - 2.9.0-1 - Update to 2.9.0 -- cgit