diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-05-06 18:18:01 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-05-06 18:18:01 +0200 |
commit | a83cfbd111baeef6dca24ff5cec7ac6aa2449eef (patch) | |
tree | f59d1d94ac5722b77e999e86c1d7a2d137ee5b5c | |
parent | b268d86fcc3dfe063b585fa8f8e3d9bbed873503 (diff) |
php-pecl-mongodb: 0.6.2 (alpha)
-rw-r--r-- | REFLECTION | 4 | ||||
-rw-r--r-- | php-pecl-mongodb.spec | 5 |
2 files changed, 6 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #122 mongodb version 0.6.0 ] { +Extension [ <persistent> extension #122 mongodb version 0.6.2 ] { - INI { Entry [ mongodb.debug <ALL> ] @@ -7,7 +7,7 @@ Extension [ <persistent> extension #122 mongodb version 0.6.0 ] { } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 0.6.0 } + Constant [ string MONGODB_VERSION ] { 0.6.2 } Constant [ string MONGODB_STABILITY ] { alpha } } diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index ce46261..e5e6f9e 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -21,7 +21,7 @@ Summary: MongoDB driver for PHP Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 0.6.0 +Version: 0.6.2 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: BSD Group: Development/Languages @@ -215,6 +215,9 @@ rm -rf %{buildroot} %changelog +* Wed May 06 2015 Remi Collet <remi@fedoraproject.org> - 0.6.2-1 +- Update to 0.6.2 (alpha) + * Wed May 06 2015 Remi Collet <remi@fedoraproject.org> - 0.6.0-1 - Update to 0.6.0 (alpha) |