[php-symfony2-EventDispatcher] Removed HttpKernel require

Shawn Iwinski siwinski at fedoraproject.org
Fri Oct 26 12:17:13 UTC 2012


commit 7ba309dafec044559e45c6e3ba033ff225cdc33f
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Fri Oct 26 08:17:00 2012 -0400

    Removed HttpKernel require

 php-symfony2-EventDispatcher.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/php-symfony2-EventDispatcher.spec b/php-symfony2-EventDispatcher.spec
index 0fa27a5..3cdcaf1 100644
--- a/php-symfony2-EventDispatcher.spec
+++ b/php-symfony2-EventDispatcher.spec
@@ -7,7 +7,7 @@
 
 Name:             php-symfony2-EventDispatcher
 Version:          2.1.2
-Release:          1%{?dist}
+Release:          2%{?dist}
 Summary:          Symfony2 %{pear_name} Component
 
 Group:            Development/Libraries
@@ -36,7 +36,7 @@ Requires(postun): %{__pear}
 Requires:         php-spl
 # Optional requires
 Requires:         php-pear(%{pear_channel}/DependencyInjection) >= 2.1.0
-Requires:         php-pear(%{pear_channel}/HttpKernel) >= 2.1.0
+#Requires:         php-pear(%{pear_channel}/HttpKernel) >= 2.1.0
 
 Provides:         php-pear(%{pear_channel}/%{pear_name}) = %{version}
 
@@ -61,6 +61,8 @@ how it works:
   kernel.response event, allowing each of them to make modifications to the
   Response object.
 
+Optional dependency: HttpKernel
+
 
 %prep
 %setup -q -c
@@ -129,6 +131,9 @@ fi
 
 
 %changelog
+* Fri Oct 26 2012 Shawn Iwinski <shawn.iwinski at gmail.com> 2.1.2-2
+- Removed HttpKernel require
+
 * Thu Oct 25 2012 Shawn Iwinski <shawn.iwinski at gmail.com> 2.1.2-1
 - Updated to upstream version 2.1.2
 - PHP minimum version 5.3.3 instead of 5.3.2


More information about the scm-commits mailing list