From bbe7ed6e761c8326fbea9ced157bdbb1f484b137 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 7 Jul 2012 17:14:11 +0200 Subject: php-symfony2-ClassLoader: sync with rawhide --- php-symfony2-ClassLoader.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'php-symfony2-ClassLoader.spec') diff --git a/php-symfony2-ClassLoader.spec b/php-symfony2-ClassLoader.spec index 402b6a7..edc24d7 100644 --- a/php-symfony2-ClassLoader.spec +++ b/php-symfony2-ClassLoader.spec @@ -4,7 +4,7 @@ Name: php-symfony2-ClassLoader Version: 2.0.15 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Symfony2 %{pear_name} Component Group: Development/Libraries @@ -21,7 +21,6 @@ Requires: php-common >= 5.3.2 Requires: php-pcre Requires: php-spl Requires: php-tokenizer -Requires: php-pecl-apc Requires: php-pear(PEAR) Requires: php-channel(%{pear_channel}) Requires(post): %{__pear} @@ -48,6 +47,8 @@ If your classes and the third-party libraries you use for your project follow these standards, the Symfony2 auto-loader is the only auto-loader you will ever need. +Optional dependency: APC + %prep %setup -q -c @@ -93,6 +94,12 @@ fi %changelog +* Sat Jul 7 2012 Remi Collet 2.0.15-2 +- backport for remi repository + +* Wed Jul 4 2012 Shawn Iwinski 2.0.15-2 +- Removed php-pecl-apc require + * Sun Jun 09 2012 Remi Collet 2.0.15-1 - rebuild for remi repository -- cgit