diff options
| author | Remi Collet <fedora@famillecollet.com> | 2017-02-01 08:08:01 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2017-02-01 08:08:01 +0100 | 
| commit | 8d988d728718884ac41bc08742f9804adf3f6198 (patch) | |
| tree | 1aa2c584e44601383fcec743448d4ba43a8bc60f | |
| parent | 0d602dbd0e83bfbf6d677b357348f46b9eb4206a (diff) | |
php-pecl-mongodb: 1.2.5
| -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  | 
