From e8255b4c8889d53e2c638491762a5f09a492e78e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 16 Nov 2013 16:28:49 +0100 Subject: php-pecl-riak: 0.9.1 (beta) --- php-pecl-riak.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-pecl-riak.spec b/php-pecl-riak.spec index 5e113ea..cfcf28a 100644 --- a/php-pecl-riak.spec +++ b/php-pecl-riak.spec @@ -22,7 +22,7 @@ Summary: Riak database PHP extension Name: php-pecl-%{pecl_name} -Version: 0.9.0 +Version: 0.9.1 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: ASL 2.0 and BSD Group: Development/Languages @@ -82,8 +82,8 @@ cp -pr NTS ZTS %endif # Create configuration file -cat > %{pecl_name}.ini << 'EOF' -; Enable %{pecl_name} extension module +cat << 'EOF' | tee %{pecl_name}.ini +; Enable %{summary} extension=%{pecl_name}.so ; Configuration @@ -205,6 +205,9 @@ rm -rf %{buildroot} %changelog +* Sat Nov 16 2013 Remi Collet - 0.9.1-1 +- Update to 0.9.1 (beta) + * Sat Nov 09 2013 Remi Collet - 0.9.0-1 - Update to 0.9.0 (beta) -- cgit