[php-symfony2-BrowserKit] Added require for optional PEAR dependency

Shawn Iwinski siwinski at fedoraproject.org
Tue Jun 12 03:35:48 UTC 2012


commit 5b9352db163d0161f9d86bbcc13c85f41f6c1b6f
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Mon Jun 11 23:34:40 2012 -0400

    Added require for optional PEAR dependency
    
    - Added php-pear(%{pear_channel}/Process) require

 php-symfony2-BrowserKit.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/php-symfony2-BrowserKit.spec b/php-symfony2-BrowserKit.spec
index 2a2112d..e25e1a7 100644
--- a/php-symfony2-BrowserKit.spec
+++ b/php-symfony2-BrowserKit.spec
@@ -4,7 +4,7 @@
 
 Name:             php-symfony2-BrowserKit
 Version:          2.0.15
-Release:          1%{?dist}
+Release:          2%{?dist}
 Summary:          Symfony2 %{pear_name} Component
 
 Group:            Development/Libraries
@@ -24,6 +24,8 @@ Requires:         php-channel(%{pear_channel})
 Requires:         php-pear(%{pear_channel}/DomCrawler) = %{version}
 Requires(post):   %{__pear}
 Requires(postun): %{__pear}
+# Optional requires
+Requires:         php-pear(%{pear_channel}/Process) = %{version}
 
 Provides:         php-pear(%{pear_channel}/%{pear_name}) = %{version}
 
@@ -72,6 +74,9 @@ fi
 
 
 %changelog
+* Mon Jun 11 2012 Shawn Iwinski <shawn.iwinski at gmail.com> 2.0.15-2
+- Added php-pear(%%{pear_channel}/Process) 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