From 96bfc07e546da9c00e8e8fce1456a9d99ca81dfc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 13 May 2015 22:52:51 +0200 Subject: php-pecl-mongo: 1.6.8 --- REFLECTION | 6 +++--- php-pecl-mongo.spec | 7 +++++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/REFLECTION b/REFLECTION index 84b7fc8..07634be 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #185 mongo version 1.6.7 ] { +Extension [ extension #184 mongo version 1.6.8 ] { - Dependencies { Dependency [ openssl (Optional) ] @@ -77,7 +77,7 @@ Extension [ extension #185 mongo version 1.6.7 ] { - Constants [8] { Constant [ string DEFAULT_HOST ] { localhost } Constant [ integer DEFAULT_PORT ] { 27017 } - Constant [ string VERSION ] { 1.6.7 } + Constant [ string VERSION ] { 1.6.8 } Constant [ string RP_PRIMARY ] { primary } Constant [ string RP_PRIMARY_PREFERRED ] { primaryPreferred } Constant [ string RP_SECONDARY ] { secondary } @@ -213,7 +213,7 @@ Extension [ extension #185 mongo version 1.6.7 ] { - Constants [8] { Constant [ string DEFAULT_HOST ] { localhost } Constant [ integer DEFAULT_PORT ] { 27017 } - Constant [ string VERSION ] { 1.6.7 } + Constant [ string VERSION ] { 1.6.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 677e5cb..0166459 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 5d9a35fd0dd65871a24ecb2f8442a64126460cfe +%global gh_commit a7713fd44da5c34456476766ea09f8f2b08d6652 %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.7 +Version: 1.6.8 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 +* Wed May 13 2015 Remi Collet - 1.6.8-1 +- update to 1.6.8 (stable) + * Tue Apr 28 2015 Remi Collet - 1.6.7-1 - update to 1.6.7 (stable) -- cgit