diff options
-rw-r--r-- | REFLECTION | 4 | ||||
-rw-r--r-- | php-pecl-mongodb.spec | 8 |
2 files changed, 9 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #163 mongodb version 1.2.3 ] { +Extension [ <persistent> extension #166 mongodb version 1.2.5 ] { - Dependencies { Dependency [ date (Required) ] @@ -14,7 +14,7 @@ Extension [ <persistent> extension #163 mongodb version 1.2.3 ] { } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 1.2.3 } + Constant [ string MONGODB_VERSION ] { 1.2.5 } Constant [ string MONGODB_STABILITY ] { stable } } diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index 1715714..b08243d 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -40,7 +40,7 @@ Summary: MongoDB driver for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.2.3 +Version: 1.2.5 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: ASL 2.0 Group: Development/Languages @@ -336,6 +336,12 @@ exit $ret %changelog +* Wed Feb 01 2017 Remi Collet <remi@fedoraproject.org> - 1.2.5-1 +- Update to 1.2.5 + +* Tue Jan 31 2017 Remi Collet <remi@fedoraproject.org> - 1.2.4-1 +- Update to 1.2.4 + * Wed Jan 18 2017 Remi Collet <remi@fedoraproject.org> - 1.2.3-1 - Update to 1.2.3 |