diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-03-21 11:21:01 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-03-21 11:21:01 +0100 |
commit | eebca37d9dcdb0d6da57f623bb8c8ab3c2de7a95 (patch) | |
tree | 91d1b7321c300150364470b12227318e424f0348 | |
parent | 00952c429033d2087ce705411653e5df81f2832d (diff) |
php extensions rebuild for php 5.5 (round 2)
-rw-r--r-- | php-pecl-sphinx.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/php-pecl-sphinx.spec b/php-pecl-sphinx.spec index 5f1285a..93a6a77 100644 --- a/php-pecl-sphinx.spec +++ b/php-pecl-sphinx.spec @@ -4,7 +4,7 @@ Name: php-pecl-sphinx Version: 1.2.0 -Release: 2%{?dist}.3 +Release: 2%{?dist}.4 Summary: PECL extension for Sphinx SQL full-text search engine Group: Development/Languages License: PHP @@ -14,7 +14,7 @@ Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libsphinxclient-devel BuildRequires: php-pear -BuildRequires: php-devel >= 5.1.3 +BuildRequires: php-devel Requires: php(zend-abi) = %{php_zend_api} Requires: php(api) = %{php_core_api} |