From ed5ce7229b77ff9aefe2d21771ca04de503db2e5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 19 Nov 2019 10:00:20 +0100 Subject: v2.10..0 --- php-zendframework-zend-i18n.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'php-zendframework-zend-i18n.spec') diff --git a/php-zendframework-zend-i18n.spec b/php-zendframework-zend-i18n.spec index a659f91..ed858a6 100644 --- a/php-zendframework-zend-i18n.spec +++ b/php-zendframework-zend-i18n.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit e17a54b3aee333ab156958f570cde630acee8b07 +%global gh_commit 561a815ce32c86b0f1de11135477e637926d56b6 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-i18n @@ -20,7 +20,7 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.9.2 +Version: 2.10.0 Release: 2%{?dist} Summary: Zend Framework %{library} component @@ -88,8 +88,10 @@ BuildRequires: php-fedora-autoloader-devel # From composer, "require": { # "php": "^5.6 || ^7.0", +# "ext-intl": "*", # "zendframework/zend-stdlib": "^2.7 || ^3.0" Requires: php(language) >= 5.6 +Requires: php-intl %if ! %{bootstrap} # remirepo:1 %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 @@ -100,7 +102,6 @@ Requires: php-autoloader(%{gh_owner}/zend-stdlib) < 4 Requires: php-autoloader(%{gh_owner}/zend-stdlib) >= 2.7 %endif # From composer, "suggest": { -# "ext-intl": "Required for most features of Zend\\I18n; included in default builds of PHP", # "zendframework/zend-cache": "Zend\\Cache component", # "zendframework/zend-config": "Zend\\Config component", # "zendframework/zend-eventmanager": "You should install this package to use the events in the translator", @@ -119,7 +120,6 @@ Suggests: php-composer(%{gh_owner}/zend-servicemanager) Suggests: php-composer(%{gh_owner}/zend-validator) Suggests: php-composer(%{gh_owner}/zend-view) %endif -Requires: php-intl # From phpcompatinfo report for version 2.5.1 Requires: php-ctype Requires: php-date @@ -217,6 +217,9 @@ exit $ret %changelog +* Tue Nov 19 2019 Remi Collet - 2.10.0-2 +- update to 2.10.0 + * Mon Sep 30 2019 Remi Collet - 2.9.2-1 - update to 2.9.2 -- cgit