summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-11-16 16:28:49 +0100
committerRemi Collet <fedora@famillecollet.com>2013-11-16 16:28:49 +0100
commite8255b4c8889d53e2c638491762a5f09a492e78e (patch)
treefc59d3f16b73cecf07a18096ad390050b9fdae03
parent35def1464974e7aec220f29f942ddedf0777afb1 (diff)
php-pecl-riak: 0.9.1 (beta)
-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)