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 | eb63d19c99d0708f4fa80c508c8089ce0e80e6d9 (patch) | |
tree | d39983db79421a7e0f5eb5f2b89e93da6d3a1e99 | |
parent | 24ace7ca4e58039b592730190bf37d22f028739b (diff) |
Symfony2: update to 2.0.17 (2.1.x should come soon)
-rw-r--r-- | php-symfony2-Finder.spec | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/php-symfony2-Finder.spec b/php-symfony2-Finder.spec index 34274c4..dc70151 100644 --- a/php-symfony2-Finder.spec +++ b/php-symfony2-Finder.spec @@ -4,7 +4,7 @@ %global pear_name %(echo %{name} | sed -e 's/^php-symfony2-//' -e 's/-/_/g') Name: php-symfony2-Finder -Version: 2.0.16 +Version: 2.0.17 Release: 1%{?dist} Summary: Symfony2 %{pear_name} Component @@ -24,6 +24,7 @@ Requires: php-channel(%{pear_channel}) Requires(post): %{__pear} Requires(postun): %{__pear} # phpci requires +Requires: php-date Requires: php-pcre Requires: php-spl @@ -78,6 +79,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-date require + * Tue Jul 17 2012 Remi Collet <RPMS@FamilleCollet.com> 2.0.16-1 - Update to 2.0.16, backport for remi repository |