From 0bce845251d7c58f260d9a813ec986bdfe204100 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 17 Jun 2014 13:56:25 +0200 Subject: php-pecl-mongo: 1.5.4 (stable) --- REFLECTION | 6 +++--- php-pecl-mongo.spec | 7 +++++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/REFLECTION b/REFLECTION index b7d96b4..e2e09c6 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #157 mongo version 1.5.3 ] { +Extension [ extension #158 mongo version 1.5.4 ] { - Dependencies { Dependency [ openssl (Optional) ] @@ -76,7 +76,7 @@ Extension [ 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 [ 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 - 1.5.4-1 +- Update to 1.5.4 (stable) + * Fri Jun 06 2014 Remi Collet - 1.5.3-1 - Update to 1.5.3 (stable) - drop dependency on php-json -- cgit