diff options
| -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 #168 mongodb version 1.2.6 ] { +Extension [ <persistent> extension #169 mongodb version 1.2.7 ] {    - Dependencies {      Dependency [ date (Required) ] @@ -14,7 +14,7 @@ Extension [ <persistent> extension #168 mongodb version 1.2.6 ] {    }    - Constants [2] { -    Constant [ string MONGODB_VERSION ] { 1.2.6 } +    Constant [ string MONGODB_VERSION ] { 1.2.7 }      Constant [ string MONGODB_STABILITY ] { stable }    } diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index a2cece6..bba61af 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.6 +Version:        1.2.7  Release:        1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:        ASL 2.0  Group:          Development/Languages @@ -327,6 +327,9 @@ exit $ret  %changelog +* Wed Mar 15 2017 Remi Collet <remi@remirepo.net> - 1.2.7-1 +- Update to 1.2.7 +  * Wed Mar  8 2017 Remi Collet <remi@remirepo.net> - 1.2.6-1  - Update to 1.2.6  | 
