From f0925c6ea90d7625cdc11c25c99039ddd8e82a13 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 3 Nov 2013 10:13:50 +0100 Subject: php-pecl-judy: 1.0.2 (stable) --- php-pecl-judy.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/php-pecl-judy.spec b/php-pecl-judy.spec index 0e4b8ee..7d1d7b2 100644 --- a/php-pecl-judy.spec +++ b/php-pecl-judy.spec @@ -17,8 +17,8 @@ Summary: PHP Judy implements sparse dynamic arrays Name: php-pecl-judy -Version: 1.0.1 -Release: 3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Version: 1.0.2 +Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -207,6 +207,7 @@ rm -rf %{buildroot} %{php_ztsextdir}/%{ext_name}.so %endif + %files devel %defattr(-,root,root,-) %doc %{pecl_testdir}/%{pecl_name} @@ -219,6 +220,9 @@ rm -rf %{buildroot} %changelog +* Sun Nov 03 2013 Remi Collet - 1.0.2-1 +- Update to 1.0.2 (stable) + * Fri Nov 01 2013 Remi Collet - 1.0.1-3 - missing BR pcre-devel @@ -227,7 +231,7 @@ rm -rf %{buildroot} * Mon Oct 21 2013 Remi Collet - 1.0.1-1 - rename from php-pecl-Judy to php-pecl-judy -- Update to 1.0.1 +- Update to 1.0.1 (stable) - install doc in pecl doc_dir - install tests in pecl test_dir - drop merged patches -- cgit