diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-12-14 07:11:08 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-12-14 07:11:08 +0100 | 
| commit | 7f7331ffa47f13c8682d39ce7794b16e62708063 (patch) | |
| tree | 3b0ce2ce9487b6376293bef3076be2db6ba74876 | |
| parent | 62057facc831f1ccbb80c13a6f8b412d65e095ed (diff) | |
php-pecl-mongodb: 1.2.2
| -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 #156 mongodb version 1.2.1 ] { +Extension [ <persistent> extension #157 mongodb version 1.2.2 ] {    - Dependencies {      Dependency [ date (Required) ] @@ -14,7 +14,7 @@ Extension [ <persistent> extension #156 mongodb version 1.2.1 ] {    }    - Constants [2] { -    Constant [ string MONGODB_VERSION ] { 1.2.1 } +    Constant [ string MONGODB_VERSION ] { 1.2.2 }      Constant [ string MONGODB_STABILITY ] { stable }    } diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index c83a165..2842047 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.1 +Version:        1.2.2  Release:        1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:        ASL 2.0  Group:          Development/Languages @@ -332,6 +332,9 @@ exit $ret  %changelog +* Wed Dec 14 2016 Remi Collet <remi@fedoraproject.org> - 1.2.2-1 +- Update to 1.2.2 +  * Thu Dec  8 2016 Remi Collet <remi@fedoraproject.org> - 1.2.1-1  - Update to 1.2.1  | 
