diff options
| author | Remi Collet <fedora@famillecollet.com> | 2015-07-03 07:54:16 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2015-07-03 07:54:16 +0200 | 
| commit | 9c7bb6888db60fd173ed624715b6a6eb322fb17c (patch) | |
| tree | a418c9bc68190aadae987b0b067dda872e07b018 | |
| parent | 52b27a8d0a52d53ab5c11677fd77f256cf08d4db (diff) | |
php-pecl-mongo: 1.6.10
| -rw-r--r-- | REFLECTION | 6 | ||||
| -rw-r--r-- | php-pecl-mongo.spec | 7 | 
2 files changed, 8 insertions, 5 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #186 mongo version 1.6.9 ] { +Extension [ <persistent> extension #186 mongo version 1.6.10 ] {    - Dependencies {      Dependency [ openssl (Optional) ] @@ -77,7 +77,7 @@ Extension [ <persistent> extension #186 mongo version 1.6.9 ] {        - Constants [8] {          Constant [ string DEFAULT_HOST ] { localhost }          Constant [ integer DEFAULT_PORT ] { 27017 } -        Constant [ string VERSION ] { 1.6.9 } +        Constant [ string VERSION ] { 1.6.10 }          Constant [ string RP_PRIMARY ] { primary }          Constant [ string RP_PRIMARY_PREFERRED ] { primaryPreferred }          Constant [ string RP_SECONDARY ] { secondary } @@ -213,7 +213,7 @@ Extension [ <persistent> extension #186 mongo version 1.6.9 ] {        - Constants [8] {          Constant [ string DEFAULT_HOST ] { localhost }          Constant [ integer DEFAULT_PORT ] { 27017 } -        Constant [ string VERSION ] { 1.6.9 } +        Constant [ string VERSION ] { 1.6.10 }          Constant [ string RP_PRIMARY ] { primary }          Constant [ string RP_PRIMARY_PREFERRED ] { primaryPreferred }          Constant [ string RP_SECONDARY ] { secondary } diff --git a/php-pecl-mongo.spec b/php-pecl-mongo.spec index 2982bc7..8f62304 100644 --- a/php-pecl-mongo.spec +++ b/php-pecl-mongo.spec @@ -20,7 +20,7 @@  %global with_zts    0%{?__ztsphp:1}  #global prever      RC3  # see https://github.com/mongodb/mongo-php-driver/releases -%global gh_commit   17706d367d3715ab47a7c791072e3a7f1a8ac0db +%global gh_commit   bbc5be0cdfe06a4cded8e209badf9dbd8696a58d  %global gh_short    %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner    mongodb  %global gh_project  mongo-php-driver @@ -35,7 +35,7 @@  Summary:      PHP MongoDB database driver  Name:         %{?scl_prefix}php-pecl-mongo -Version:      1.6.9 +Version:      1.6.10  Release:      1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}  License:      ASL 2.0  Group:        Development/Languages @@ -246,6 +246,9 @@ rm -rf data  %changelog +* Fri Jul  3 2015 Remi Collet <remi@fedoraproject.org> - 1.6.10-1 +- update to 1.6.10 (stable) +  * Wed Jun 10 2015 Remi Collet <remi@fedoraproject.org> - 1.6.9-1  - update to 1.6.9 (stable)  | 
