diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-06-03 10:44:30 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-06-03 10:44:30 +0200 |
commit | 4d72f82a6a7928a8eebae539f50abfc687b222b0 (patch) | |
tree | 659404558a0cdbb4e0c7dfbb9174a8ced2dd2940 /php-symfony2-HttpKernel.spec | |
parent | 7ae99f1c5c281800118e929f00ec88e27d66f6c8 (diff) |
php-symfony2-HttpKernel: 2.2.2
Diffstat (limited to 'php-symfony2-HttpKernel.spec')
-rw-r--r-- | php-symfony2-HttpKernel.spec | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/php-symfony2-HttpKernel.spec b/php-symfony2-HttpKernel.spec index a2383d5..9eba480 100644 --- a/php-symfony2-HttpKernel.spec +++ b/php-symfony2-HttpKernel.spec @@ -6,7 +6,7 @@ Name: php-symfony2-%{pear_name} -Version: 2.2.1 +Version: 2.2.2 Release: 1%{?dist} Summary: Symfony2 %{pear_name} Component @@ -124,7 +124,6 @@ Optional dependencies: memcache, memcached, mongo, xdebug # Symfony2 %{pear_name} PEAR package. set_include_path( - '%{_datadir}/php'.PATH_SEPARATOR. '%{pear_testdir}/%{pear_name}'.PATH_SEPARATOR. get_include_path() ); @@ -219,6 +218,9 @@ fi %changelog +* Mon Jun 03 2013 Remi Collet <remi@fedoraproject.org> - 2.2.2-1 +- Update to 2.2.2 + * Mon Apr 15 2013 Shawn Iwinski <shawn.iwinski@gmail.com> 2.2.1-1 - Updated to 2.2.1 |