diff options
| author | Remi Collet <fedora@famillecollet.com> | 2015-03-24 13:37:11 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2015-03-24 13:37:11 +0100 | 
| commit | 9bf948225596b53a8c3aa5e52d6c626b34072acd (patch) | |
| tree | e9cf7073e024c5de5a527bc40fdb108b0f515b82 | |
| parent | 2efb1c79ea8298fb309429302ffea5334a7eb8b0 (diff) | |
php-pecl-mongo: 1.6.6
| -rw-r--r-- | REFLECTION | 6 | ||||
| -rw-r--r-- | php-pecl-mongo.spec | 8 | 
2 files changed, 9 insertions, 5 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #175 mongo version 1.6.5 ] { +Extension [ <persistent> extension #184 mongo version 1.6.6 ] {    - Dependencies {      Dependency [ openssl (Optional) ] @@ -77,7 +77,7 @@ Extension [ <persistent> extension #175 mongo version 1.6.5 ] {        - Constants [8] {          Constant [ string DEFAULT_HOST ] { localhost }          Constant [ integer DEFAULT_PORT ] { 27017 } -        Constant [ string VERSION ] { 1.6.5 } +        Constant [ string VERSION ] { 1.6.6 }          Constant [ string RP_PRIMARY ] { primary }          Constant [ string RP_PRIMARY_PREFERRED ] { primaryPreferred }          Constant [ string RP_SECONDARY ] { secondary } @@ -213,7 +213,7 @@ Extension [ <persistent> extension #175 mongo version 1.6.5 ] {        - Constants [8] {          Constant [ string DEFAULT_HOST ] { localhost }          Constant [ integer DEFAULT_PORT ] { 27017 } -        Constant [ string VERSION ] { 1.6.5 } +        Constant [ string VERSION ] { 1.6.6 }          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 5159a24..a84b8c8 100644 --- a/php-pecl-mongo.spec +++ b/php-pecl-mongo.spec @@ -6,7 +6,8 @@  %global pecl_name   mongo  %global with_zts    0%{?__ztsphp:1}  #global prever      RC3 -%global gh_commit   ec3b84c78f4dcb09d5b20b6d23736357daf5d305 +# see https://github.com/mongodb/mongo-php-driver/releases +%global gh_commit   4c0cfbd501c0c3691bd38b83824ec55eeee2a44a  %global gh_short    %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner    mongodb  %global gh_project  mongo-php-driver @@ -21,7 +22,7 @@  Summary:      PHP MongoDB database driver  Name:         %{?scl_prefix}php-pecl-mongo -Version:      1.6.5 +Version:      1.6.6  Release:      1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}  License:      ASL 2.0  Group:        Development/Languages @@ -232,6 +233,9 @@ rm -rf data  %changelog +* Tue Mar 24 2015 Remi Collet <remi@fedoraproject.org> - 1.6.6-1 +- update to 1.6.6 (stable) +  * Sat Mar 14 2015 Remi Collet <remi@fedoraproject.org> - 1.6.5-1  - update to 1.6.5 (stable)  - openssl-devel required for build  | 
