diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-11-01 11:49:07 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-11-01 11:49:07 +0100 |
commit | a9958edd6fbd02ed80c0731e063f9856ab735e7c (patch) | |
tree | f7d1a6037e0e5bf9dd734863a6e67fcb45681d54 | |
parent | 88262d1c6813bd815e4c73a5f72ed254e41f3f59 (diff) |
php-pecl-judy: missing BR pcre-devel
-rw-r--r-- | php-pecl-judy.spec | 6 |
1 files changed, 5 insertions, 1 deletions
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 <remi@fedoraproject.org> - 1.0.1-3 +- missing BR pcre-devel + * Mon Oct 21 2013 Remi Collet <remi@fedoraproject.org> - 1.0.1-2 - move tests and examples in devel subpackage |