diff options
-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 #157 mongo version 1.5.3 ] { +Extension [ <persistent> extension #158 mongo version 1.5.4 ] { - Dependencies { Dependency [ openssl (Optional) ] @@ -76,7 +76,7 @@ Extension [ <persistent> extension #157 mongo version 1.5.3 ] { - Constants [8] { Constant [ string DEFAULT_HOST ] { localhost } Constant [ integer DEFAULT_PORT ] { 27017 } - Constant [ string VERSION ] { 1.5.3 } + Constant [ string VERSION ] { 1.5.4 } Constant [ string RP_PRIMARY ] { primary } Constant [ string RP_PRIMARY_PREFERRED ] { primaryPreferred } Constant [ string RP_SECONDARY ] { secondary } @@ -212,7 +212,7 @@ Extension [ <persistent> extension #157 mongo version 1.5.3 ] { - Constants [8] { Constant [ string DEFAULT_HOST ] { localhost } Constant [ integer DEFAULT_PORT ] { 27017 } - Constant [ string VERSION ] { 1.5.3 } + Constant [ string VERSION ] { 1.5.4 } 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 cd688ff..3370916 100644 --- a/php-pecl-mongo.spec +++ b/php-pecl-mongo.spec @@ -5,7 +5,7 @@ %global pecl_name mongo %global with_zts 0%{?__ztsphp:1} #global prever RC2 -%global gh_commit 9d31e46a1eaf58e56c550217aecc5a092cfce439 +%global gh_commit 6fa1d10fd7a64beb34be29bc1c38d0ce727ad05d %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner mongodb %global gh_project mongo-php-driver @@ -20,7 +20,7 @@ Summary: PHP MongoDB database driver Name: php-pecl-mongo -Version: 1.5.3 +Version: 1.5.4 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: ASL 2.0 Group: Development/Languages @@ -212,6 +212,9 @@ rm -rf data %changelog +* Tue Jun 17 2014 Remi Collet <remi@fedoraproject.org> - 1.5.4-1 +- Update to 1.5.4 (stable) + * Fri Jun 06 2014 Remi Collet <remi@fedoraproject.org> - 1.5.3-1 - Update to 1.5.3 (stable) - drop dependency on php-json |