From 5540fa16c103ef8985866a62b8c245ce86a2a503 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Jul 2014 18:22:27 +0200 Subject: php-pecl-mongo: 1.5.5 --- REFLECTION | 6 +++--- php-pecl-mongo.spec | 9 ++++++--- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/REFLECTION b/REFLECTION index e2e09c6..2bee1bc 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #158 mongo version 1.5.4 ] { +Extension [ extension #166 mongo version 1.5.5 ] { - Dependencies { Dependency [ openssl (Optional) ] @@ -76,7 +76,7 @@ Extension [ extension #158 mongo version 1.5.4 ] { - Constants [8] { Constant [ string DEFAULT_HOST ] { localhost } Constant [ integer DEFAULT_PORT ] { 27017 } - Constant [ string VERSION ] { 1.5.4 } + Constant [ string VERSION ] { 1.5.5 } Constant [ string RP_PRIMARY ] { primary } Constant [ string RP_PRIMARY_PREFERRED ] { primaryPreferred } Constant [ string RP_SECONDARY ] { secondary } @@ -212,7 +212,7 @@ Extension [ extension #158 mongo version 1.5.4 ] { - Constants [8] { Constant [ string DEFAULT_HOST ] { localhost } Constant [ integer DEFAULT_PORT ] { 27017 } - Constant [ string VERSION ] { 1.5.4 } + Constant [ string VERSION ] { 1.5.5 } 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 3370916..86e708e 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 6fa1d10fd7a64beb34be29bc1c38d0ce727ad05d +%global gh_commit ca4f270d5e6110b1b45e39ffb72dce16530e3da9 %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.4 +Version: 1.5.5 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: ASL 2.0 Group: Development/Languages @@ -180,7 +180,7 @@ TEST_PHP_EXECUTABLE=/usr/bin/php \ TEST_PHP_ARGS="-n -d extension=json.so -d extension=$PWD/modules/mongo.so" \ NO_INTERACTION=1 \ REPORT_EXIT_STATUS=1 \ -/usr/bin/php -n run-tests.php || ret=1 +%{__php} -n run-tests.php --show-diff || ret=1 : Clanups make stop-servers @@ -212,6 +212,9 @@ rm -rf data %changelog +* Wed Jul 30 2014 Remi Collet - 1.5.5-1 +- Update to 1.5.5 (stable) + * Tue Jun 17 2014 Remi Collet - 1.5.4-1 - Update to 1.5.4 (stable) -- cgit