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 | 791983146210212ff34595f3097b60dfc23a3d2c (patch) | |
tree | b23f2b0f2bbffd8a5cd54e3a6bb5e598cbd51c2d | |
parent | ec2fc9ea6a923de3a86f02d8fa204cf01c14644a (diff) |
Symfony2: update to 2.0.17 (2.1.x should come soon)
-rw-r--r-- | php-symfony2-Process.spec | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/php-symfony2-Process.spec b/php-symfony2-Process.spec index f46a9cc..fde90a6 100644 --- a/php-symfony2-Process.spec +++ b/php-symfony2-Process.spec @@ -4,7 +4,7 @@ %global pear_name %(echo %{name} | sed -e 's/^php-symfony2-//' -e 's/-/_/g') Name: php-symfony2-Process -Version: 2.0.16 +Version: 2.0.17 Release: 1%{?dist} Summary: Symfony2 %{pear_name} Component @@ -23,6 +23,8 @@ Requires: php-pear(PEAR) Requires: php-channel(%{pear_channel}) Requires(post): %{__pear} Requires(postun): %{__pear} +# phpci requires +Requires: php-spl Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} @@ -74,6 +76,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-spl require + * Tue Jul 17 2012 Remi Collet <RPMS@FamilleCollet.com> 2.0.16-1 - Update to 2.0.16, backport for remi repository |