From a9958edd6fbd02ed80c0731e063f9856ab735e7c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 1 Nov 2013 11:49:07 +0100 Subject: php-pecl-judy: missing BR pcre-devel --- php-pecl-judy.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'php-pecl-judy.spec') diff --git a/php-pecl-judy.spec b/php-pecl-judy.spec index b951298..0e4b8ee 100644 --- a/php-pecl-judy.spec +++ b/php-pecl-judy.spec @@ -18,7 +18,7 @@ Summary: PHP Judy implements sparse dynamic arrays Name: php-pecl-judy Version: 1.0.1 -Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -28,6 +28,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: php-devel > 5.3 BuildRequires: php-pear BuildRequires: Judy-devel +BuildRequires: pcre-devel Requires(post): %{__pecl} Requires(postun): %{__pecl} @@ -218,6 +219,9 @@ rm -rf %{buildroot} %changelog +* Fri Nov 01 2013 Remi Collet - 1.0.1-3 +- missing BR pcre-devel + * Mon Oct 21 2013 Remi Collet - 1.0.1-2 - move tests and examples in devel subpackage -- cgit