Fedora 21 Update: php-PhpCollection-0.4.0-4.fc21

updates at fedoraproject.org updates at fedoraproject.org
Wed Jul 29 01:40:51 UTC 2015


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2015-11575
2015-07-14 12:23:23
--------------------------------------------------------------------------------

Name        : php-PhpCollection
Product     : Fedora 21
Version     : 0.4.0
Release     : 4.fc21
URL         : http://jmsyst.com/libs/php-collection
Summary     : General purpose collection library for PHP
Description :
This library adds basic collections for PHP.

Collections can be seen as more specialized arrays for which certain contracts
are guaranteed.

Supported Collections:
* Sequences
** Keys: numerical, consequentially increasing, no gaps
** Values: anything, duplicates allowed
** Classes: Sequence, SortedSequence
* Maps
** Keys: strings or objects, duplicate keys not allowed
** Values: anything, duplicates allowed
** Classes: Map, ObjectMap (not yet implemented)
* Sets (not yet implemented)
** Keys: not meaningful
** Values: anything, each value must be unique (===)
** Classes: Set

General Characteristics:
* Collections are mutable (new elements may be added, existing elements may be
  modified or removed). Specialized immutable versions may be added in the
  future though.
* Equality comparison between elements are always performed using the shallow
  comparison operator (===).
* Sorting algorithms are unstable, that means the order for equal elements is
  undefined (the default, and only PHP behavior).

--------------------------------------------------------------------------------
Update Information:

RPM-only release

Spec/package standardization
- Ensured spec license
- Ensured %license usage
- Ensured autoloader
- Ensured php-composer(vendor/project) virtual provides
- Ensured standard "php-{COMPOSER_VENDOR}-{COMPOSER_PROJECT}" naming provides
--------------------------------------------------------------------------------
ChangeLog:

* Sun Jul 12 2015 Shawn Iwinski <shawn.iwinski at gmail.com> - 0.4.0-4
- Added spec license
- New source script %{name}-get-source.sh instead of %{name}-strip.sh
- Added autoloader
- Added standard "php-{COMPOSER_VENDOR}-{COMPOSER_PROJECT}" naming provides
- Added php-composer(phpoption/phpoption) provide
- %license usage
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use
su -c 'yum update php-PhpCollection' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list