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-dev.spec | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) (limited to 'php-pecl-gearman-dev.spec') diff --git a/php-pecl-gearman-dev.spec b/php-pecl-gearman-dev.spec index b59bcd2..165de19 100644 --- a/php-pecl-gearman-dev.spec +++ b/php-pecl-gearman-dev.spec @@ -4,8 +4,8 @@ Name: php-pecl-gearman -Version: 1.0.2 -Release: 3%{?dist} +Version: 1.0.3 +Release: 1%{?dist} Summary: PHP wrapper to libgearman Group: Development/Tools @@ -15,19 +15,24 @@ 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.21 +BuildRequires: libgearman-devel > 0.21 +BuildRequires: php-devel BuildRequires: php-pear # Required by phpize -BuildRequires: autoconf, automake, libtool +BuildRequires: autoconf, automake, libtool +%if 0%{?fedora} >= 17 # Temporary workaround for https://bugzilla.redhat.com/819209 -BuildRequires: libgearman-1.0 -BuildRequires: libgearman-1.0-devel +BuildRequires: libgearman-1.0 +BuildRequires: libgearman-1.0-devel +%endif Requires: php(zend-abi) = %{php_zend_api} Requires: php(api) = %{php_core_api} 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} @@ -54,6 +59,7 @@ cat >%{pecl_name}.ini < - 1.0.3-1 +- update to 1.0.3 +- add missing provides php-pecl(gearman) + * Sat May 05 2012 Remi Collet - 1.0.2-3 - add BR libgearman-1.0 + libgearman-1.0-devel Workaround for https://bugzilla.redhat.com/819209 -- cgit