Tue, 04 Jun 2024 19:58:39 UTC | login

Information for build php-laminas-i18n-2.10.3-1.fc33

ID154438
Package Namephp-laminas-i18n
Version2.10.3
Release1.fc33
Epoch
SummaryLaminas Framework I18n component
DescriptionLaminas\I18n comes with a complete translation suite which supports all major formats and includes popular features like plural translations and text domains. The Translator component is mostly dependency free, except for the fallback to a default locale, where it relies on the Intl PHP extension. The translator itself is initialized without any parameters, as any configuration to it is optional. A translator without any translations will actually do nothing but just return the given message IDs. Documentation: https://docs.laminas.dev/laminas-i18n/
Built bydavidlt
State complete
Volume DEFAULT
StartedTue, 31 Mar 2020 06:04:15 UTC
CompletedTue, 31 Mar 2020 06:04:15 UTC
Tags
f33
RPMs
src
php-laminas-i18n-2.10.3-1.fc33.src.rpm (info) (download)
noarch
php-laminas-i18n-2.10.3-1.fc33.noarch.rpm (info) (download)
Changelog * Mon Mar 30 2020 Remi Collet <remi@remirepo.net> - 2.10.3-1 - update to 2.10.3 (no change) * Fri Mar 20 2020 Remi Collet <remi@remirepo.net> - 2.10.2-1 - update to 2.10.2 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Jan 17 2020 Remi Collet <remi@remirepo.net> - 2.10.1-2 - cleanup * Thu Jan 09 2020 Remi Collet <remi@remirepo.net> - 2.10.1-1 - switch to Laminas - boostrap build without config, filter, validator and view * Fri Dec 13 2019 Remi Collet <remi@remirepo.net> - 2.10.1-2 - update to 2.10.1 * Tue Nov 19 2019 Remi Collet <remi@remirepo.net> - 2.10.0-2 - update to 2.10.0 * Mon Sep 30 2019 Remi Collet <remi@remirepo.net> - 2.9.2-1 - update to 2.9.2 * Thu Sep 26 2019 Remi Collet <remi@remirepo.net> - 2.9.1-2 - update to 2.9.1 - drop patch merged upstream * Fri Sep 13 2019 Remi Collet <remi@remirepo.net> - 2.9.0-6 - add patch for 7.4 from https://github.com/zendframework/zend-i18n/pull/114 * Wed May 23 2018 Remi Collet <remi@remirepo.net> - 2.9.0-2 - update to 2.9.0 - skip test failing with libicu 61, reported as https://github.com/zendframework/zend-i18n/issues/97 * Thu Apr 26 2018 Remi Collet <remi@remirepo.net> - 2.8.0-2 - update to 2.8.0 - switch to phpunit6 or phpunit7 - use range dependencies on F27+