diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-04-17 16:19:41 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-04-17 16:19:41 +0200 |
commit | 783a503c79225320d39e3060898a873fcc59051c (patch) | |
tree | 29a27a800eeb66fa16aa6773f3a474cdfc71be6f | |
parent | addcb5f05566a1a9bf4f61c97eef34f699b183c1 (diff) |
php-pecl-riak: 1.1.5
-rw-r--r-- | php-pecl-riak.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-riak.spec b/php-pecl-riak.spec index fa50671..179a44b 100644 --- a/php-pecl-riak.spec +++ b/php-pecl-riak.spec @@ -30,8 +30,8 @@ Summary: Riak database PHP extension Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 1.1.4 -Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Version: 1.1.5 +Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: ASL 2.0 and BSD Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -227,6 +227,9 @@ rm -rf %{buildroot} %changelog +* Thu Apr 17 2014 Remi Collet <remi@fedoraproject.org> - 1.1.5-1 +- Update to 1.1.5 + * Wed Apr 16 2014 Remi Collet <remi@fedoraproject.org> - 1.1.4-2 - add numerical prefix to extension configuration file (php 5.6) |