summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-pecl-riak.spec9
1 files 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 <remi@fedoraproject.org> - 0.9.1-1
+- Update to 0.9.1 (beta)
+
* Sat Nov 09 2013 Remi Collet <remi@fedoraproject.org> - 0.9.0-1
- Update to 0.9.0 (beta)