From 70402f4dd3102cecfcd586ff7ae4c1af8c95770e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 5 Aug 2012 08:09:42 +0200 Subject: php-pecl-gearman 0.8.3 and 1.0.3 --- php-pecl-gearman.spec | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'php-pecl-gearman.spec') diff --git a/php-pecl-gearman.spec b/php-pecl-gearman.spec index a981198..542e587 100644 --- a/php-pecl-gearman.spec +++ b/php-pecl-gearman.spec @@ -4,8 +4,8 @@ Name: php-pecl-gearman -Version: 0.8.1 -Release: 2%{?dist} +Version: 0.8.3 +Release: 1%{?dist} Summary: PHP wrapper to libgearman Group: Development/Tools @@ -15,16 +15,19 @@ Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: php-devel, libgearman-devel > 0.10 +BuildRequires: libgearman-devel > 0.10 +BuildRequires: php-devel BuildRequires: php-pear # Required by phpize -BuildRequires: autoconf, automake, libtool +BuildRequires: autoconf, automake, libtool Requires: php(zend-abi) = %{php_zend_api} Requires: php(api) = %{php_core_api} -Requires(post): %{__pecl} +Requires(post): %{__pecl} Requires(postun): %{__pecl} +Provides: php-pecl(%{pecl_name}) = %{version} + # RPM 4.8 %{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$} %{?filter_setup} @@ -51,6 +54,7 @@ cat >%{pecl_name}.ini < - 0.8.3-1 +- update to 0.8.3 +- add missing provides php-pecl(gearman) + * Fri Dec 09 2011 Remi Collet - 0.8.1-2 - update to 0.8.1, build against php 5.4 -- cgit