diff options
| author | Remi Collet <fedora@famillecollet.com> | 2012-09-15 11:37:25 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2012-09-15 11:37:25 +0200 | 
| commit | 2ac9b8d4184938779680e91246d42cf5c5b20742 (patch) | |
| tree | 394b4088da5465760a35cb3a3f579cb9dbb2db0f | |
| parent | eb2ce693160f123800932c08cd3290a3b713f1fc (diff) | |
Symfony2: update to 2.0.17 (2.1.x should come soon)
| -rw-r--r-- | php-symfony2-Serializer.spec | 10 | 
1 files changed, 9 insertions, 1 deletions
diff --git a/php-symfony2-Serializer.spec b/php-symfony2-Serializer.spec index 37f9ed1..9e96460 100644 --- a/php-symfony2-Serializer.spec +++ b/php-symfony2-Serializer.spec @@ -4,7 +4,7 @@  %global pear_name    %(echo %{name} | sed -e 's/^php-symfony2-//' -e 's/-/_/g')  Name:             php-symfony2-Serializer -Version:          2.0.16 +Version:          2.0.17  Release:          1%{?dist}  Summary:          Symfony2 %{pear_name} Component @@ -29,6 +29,7 @@ Requires:         php-dom  Requires:         php-json  Requires:         php-libxml  Requires:         php-pcre +Requires:         php-reflection  Requires:         php-simplexml  Requires:         php-spl @@ -85,6 +86,13 @@ fi  %changelog +* Sat Sep 15 2012 Remi Collet <RPMS@FamilleCollet.com> 2.0.17-1 +- Update to 2.0.17, backport for remi repository + +* Sat Sep 15 2012 Shawn Iwinski <shawn.iwinski@gmail.com> 2.0.17-1 +- Updated to upstream version 2.0.17 +- Added php-reflection require +  * Tue Jul 17 2012 Remi Collet <RPMS@FamilleCollet.com> 2.0.16-1  - Update to 2.0.16, backport for remi repository  | 
