diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-05-13 09:25:49 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-05-13 09:25:49 +0200 |
commit | 3d00609419327d3af48a8847796f0ca1db735b85 (patch) | |
tree | f1003773c549681c3d64db49a1b91935de68f43c | |
parent | ad64b46e626c7b3b06709f949e0382ce308057ae (diff) |
php-pecl-couchbase: fix dependency on php-pecl-igbinary
-rw-r--r-- | php-pecl-couchbase.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-couchbase.spec b/php-pecl-couchbase.spec index 1de7a48..aa90ad8 100644 --- a/php-pecl-couchbase.spec +++ b/php-pecl-couchbase.spec @@ -9,7 +9,7 @@ Summary: Couchbase Server PHP extension Name: php-pecl-couchbase Version: 1.1.5 -Release: 1%{?dist}.1 +Release: 2%{?dist}.1 License: PHP Group: Development/Languages URL: pecl.php.net/package/couchbase @@ -27,7 +27,7 @@ Requires(post): %{__pecl} Requires(postun): %{__pecl} Requires: php(zend-abi) = %{php_zend_api} Requires: php(api) = %{php_core_api} -Requires: php-pecl(igbinary)%{?_isa} +Requires: php-pecl-igbinary%{?_isa} Provides: php-%{pecl_name} = %{version} Provides: php-%{pecl_name}%{?_isa} = %{version} @@ -151,6 +151,9 @@ fi %changelog +* Mon May 13 2013 Remi Collet <remi@fedoraproject.org> - 1.1.15-2 +- fix dependency on php-pecl-igbinary + * Thu May 9 2013 Remi Collet <remi@fedoraproject.org> - 1.1.15-1 - update to 1.1.15 (no change) |