[php-symfony2-ClassLoader] Removed APC require

Shawn Iwinski siwinski at fedoraproject.org
Wed Jul 4 14:49:25 UTC 2012


commit f40bb99d45523e2a1588a686932e0f0388c51578
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Wed Jul 4 10:47:30 2012 -0400

    Removed APC require

 php-symfony2-ClassLoader.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/php-symfony2-ClassLoader.spec b/php-symfony2-ClassLoader.spec
index 88a8642..0fc8fe5 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
@@ -20,7 +20,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}
@@ -47,6 +46,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
@@ -91,6 +92,9 @@ fi
 
 
 %changelog
+* Wed Jul 4 2012 Shawn Iwinski <shawn.iwinski at gmail.com> 2.0.15-2
+- Removed php-pecl-apc require
+
 * Wed May 30 2012 Shawn Iwinski <shawn.iwinski at gmail.com> 2.0.15-1
 - Updated to upstream version 2.0.15
 - Removed "BuildRequires: php-pear >= 1:1.4.9-1.2"


More information about the scm-commits mailing list