[php-pear] - require php-devel (without which pecl doesn't work)

jorton jorton at fedoraproject.org
Fri Sep 10 15:09:14 UTC 2010


commit 7d74d03272321989720b6bdf07846d87c0444a73
Author: Joe Orton <jorton at redhat.com>
Date:   Fri Sep 10 16:09:09 2010 +0100

    - require php-devel (without which pecl doesn't work)

 php-pear.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/php-pear.spec b/php-pear.spec
index f326a9e..1c9c89c 100644
--- a/php-pear.spec
+++ b/php-pear.spec
@@ -9,7 +9,7 @@
 Summary: PHP Extension and Application Repository framework
 Name: php-pear
 Version: 1.9.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 Epoch: 1
 # PEAR, Archive_Tar, XML_Util are BSD
 # XML-RPC, Console_Getopt are PHP
@@ -43,7 +43,7 @@ Provides: php-pear(XML_RPC) = %{xmlrpcver}
 Provides: php-pear(XML_Util) = %{xmlutil}
 Obsoletes: php-pear-XML-Util <= %{xmlutil}
 Provides:  php-pear-XML-Util = %{xmlutil}-%{release}
-Requires: php-cli >= 5.1.0-1
+Requires: php-cli >= 5.1.0-1, php-devel
 
 %description
 PEAR is a framework and distribution system for reusable PHP
@@ -161,6 +161,9 @@ rm new-pear.conf
 
 
 %changelog
+* Fri Sep 10 2010 Joe Orton <jorton at redhat.com> - 1:1.9.1-3
+- require php-devel (without which pecl doesn't work)
+
 * Mon Jul 05 2010 Remi Collet <Fedora at FamilleCollet.com> 1:1.9.1-2
 - update to XML_RPC-1.5.4
 


More information about the scm-commits mailing list