diff options
-rw-r--r-- | php-symfony2-Form.spec | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/php-symfony2-Form.spec b/php-symfony2-Form.spec index bbac6ab..6d331a9 100644 --- a/php-symfony2-Form.spec +++ b/php-symfony2-Form.spec @@ -4,7 +4,7 @@ %global pear_name %(echo %{name} | sed -e 's/^php-symfony2-//' -e 's/-/_/g') Name: php-symfony2-Form -Version: 2.0.16 +Version: 2.0.17 Release: 1%{?dist} Summary: Symfony2 %{pear_name} Component @@ -31,6 +31,7 @@ Requires: php-ctype Requires: php-date Requires: php-intl Requires: php-pcre +Requires: php-reflection Requires: php-session Requires: php-spl # Optional requires @@ -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 + * Fri Jul 20 2012 Remi Collet <RPMS@FamilleCollet.com> 2.0.16-1 - Update to 2.0.16, backport for remi repository |