diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-04-28 19:43:34 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-04-28 19:43:34 +0200 |
commit | d647f0115f1ef28c2720d91be5e86381427bb789 (patch) | |
tree | 2b73e4fe11290f80d27934c61b470b99b4e55c29 | |
parent | 9bf948225596b53a8c3aa5e52d6c626b34072acd (diff) |
php-pecl-mongo: 1.6.7
-rw-r--r-- | REFLECTION | 18 | ||||
-rw-r--r-- | php-pecl-mongo.spec | 7 |
2 files changed, 14 insertions, 11 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #184 mongo version 1.6.6 ] { +Extension [ <persistent> extension #185 mongo version 1.6.7 ] { - Dependencies { Dependency [ openssl (Optional) ] @@ -77,7 +77,7 @@ Extension [ <persistent> extension #184 mongo version 1.6.6 ] { - Constants [8] { Constant [ string DEFAULT_HOST ] { localhost } Constant [ integer DEFAULT_PORT ] { 27017 } - Constant [ string VERSION ] { 1.6.6 } + Constant [ string VERSION ] { 1.6.7 } Constant [ string RP_PRIMARY ] { primary } Constant [ string RP_PRIMARY_PREFERRED ] { primaryPreferred } Constant [ string RP_SECONDARY ] { secondary } @@ -213,7 +213,7 @@ Extension [ <persistent> extension #184 mongo version 1.6.6 ] { - Constants [8] { Constant [ string DEFAULT_HOST ] { localhost } Constant [ integer DEFAULT_PORT ] { 27017 } - Constant [ string VERSION ] { 1.6.6 } + Constant [ string VERSION ] { 1.6.7 } Constant [ string RP_PRIMARY ] { primary } Constant [ string RP_PRIMARY_PREFERRED ] { primaryPreferred } Constant [ string RP_SECONDARY ] { secondary } @@ -789,9 +789,9 @@ Extension [ <persistent> extension #184 mongo version 1.6.6 ] { Method [ <internal:mongo> public method findAndModify ] { - Parameters [4] { - Parameter #0 [ <required> array or NULL $query ] - Parameter #1 [ <optional> array or NULL $update ] - Parameter #2 [ <optional> array or NULL $fields ] + Parameter #0 [ <required> $query ] + Parameter #1 [ <optional> $update ] + Parameter #2 [ <optional> $fields ] Parameter #3 [ <optional> array or NULL $options ] } } @@ -1490,9 +1490,9 @@ Extension [ <persistent> extension #184 mongo version 1.6.6 ] { Method [ <internal:mongo, inherits MongoCollection> public method findAndModify ] { - Parameters [4] { - Parameter #0 [ <required> array or NULL $query ] - Parameter #1 [ <optional> array or NULL $update ] - Parameter #2 [ <optional> array or NULL $fields ] + Parameter #0 [ <required> $query ] + Parameter #1 [ <optional> $update ] + Parameter #2 [ <optional> $fields ] Parameter #3 [ <optional> array or NULL $options ] } } diff --git a/php-pecl-mongo.spec b/php-pecl-mongo.spec index a84b8c8..677e5cb 100644 --- a/php-pecl-mongo.spec +++ b/php-pecl-mongo.spec @@ -7,7 +7,7 @@ %global with_zts 0%{?__ztsphp:1} #global prever RC3 # see https://github.com/mongodb/mongo-php-driver/releases -%global gh_commit 4c0cfbd501c0c3691bd38b83824ec55eeee2a44a +%global gh_commit 5d9a35fd0dd65871a24ecb2f8442a64126460cfe %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner mongodb %global gh_project mongo-php-driver @@ -22,7 +22,7 @@ Summary: PHP MongoDB database driver Name: %{?scl_prefix}php-pecl-mongo -Version: 1.6.6 +Version: 1.6.7 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: ASL 2.0 Group: Development/Languages @@ -233,6 +233,9 @@ rm -rf data %changelog +* Tue Apr 28 2015 Remi Collet <remi@fedoraproject.org> - 1.6.7-1 +- update to 1.6.7 (stable) + * Tue Mar 24 2015 Remi Collet <remi@fedoraproject.org> - 1.6.6-1 - update to 1.6.6 (stable) |