From fcc207c65c44dc8b758d2df1dab2424c1800efbe Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 12 Nov 2014 08:17:46 +0100 Subject: php-pecl-mongo: 1.5.8 (stable) --- REFLECTION | 6 +++--- php-pecl-mongo.spec | 7 +++++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/REFLECTION b/REFLECTION index 4ce0f5b..c681426 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #173 mongo version 1.5.7 ] { +Extension [ extension #171 mongo version 1.5.8 ] { - Dependencies { Dependency [ openssl (Optional) ] @@ -76,7 +76,7 @@ Extension [ extension #173 mongo version 1.5.7 ] { - Constants [8] { Constant [ string DEFAULT_HOST ] { localhost } Constant [ integer DEFAULT_PORT ] { 27017 } - Constant [ string VERSION ] { 1.5.7 } + Constant [ string VERSION ] { 1.5.8 } Constant [ string RP_PRIMARY ] { primary } Constant [ string RP_PRIMARY_PREFERRED ] { primaryPreferred } Constant [ string RP_SECONDARY ] { secondary } @@ -212,7 +212,7 @@ Extension [ extension #173 mongo version 1.5.7 ] { - Constants [8] { Constant [ string DEFAULT_HOST ] { localhost } Constant [ integer DEFAULT_PORT ] { 27017 } - Constant [ string VERSION ] { 1.5.7 } + Constant [ string VERSION ] { 1.5.8 } 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 6befa55..0b1d573 100644 --- a/php-pecl-mongo.spec +++ b/php-pecl-mongo.spec @@ -6,7 +6,7 @@ %global pecl_name mongo %global with_zts 0%{?__ztsphp:1} #global prever RC2 -%global gh_commit 859d92201ed3e354912e1a3255f66fbb5d7df1be +%global gh_commit a3335ff08327b2c429ad5a2b712ed54b42e90d36 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner mongodb %global gh_project mongo-php-driver @@ -21,7 +21,7 @@ Summary: PHP MongoDB database driver Name: %{?scl_prefix}php-pecl-mongo -Version: 1.5.7 +Version: 1.5.8 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: ASL 2.0 Group: Development/Languages @@ -219,6 +219,9 @@ rm -rf data %changelog +* Wed Nov 12 2014 Remi Collet - 1.5.8-1 +- Update to 1.5.8 (stable) + * Tue Sep 16 2014 Remi Collet - 1.5.7-1 - Update to 1.5.7 (stable) -- cgit