From 2efb1c79ea8298fb309429302ffea5334a7eb8b0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 14 Mar 2015 06:52:55 +0100 Subject: php-pecl-mongo: 1.6.5 --- REFLECTION | 6 +++--- php-pecl-mongo.spec | 9 +++++++-- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/REFLECTION b/REFLECTION index 82ea351..c693eb2 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #174 mongo version 1.6.4 ] { +Extension [ extension #175 mongo version 1.6.5 ] { - Dependencies { Dependency [ openssl (Optional) ] @@ -77,7 +77,7 @@ Extension [ extension #174 mongo version 1.6.4 ] { - Constants [8] { Constant [ string DEFAULT_HOST ] { localhost } Constant [ integer DEFAULT_PORT ] { 27017 } - Constant [ string VERSION ] { 1.6.4 } + Constant [ string VERSION ] { 1.6.5 } Constant [ string RP_PRIMARY ] { primary } Constant [ string RP_PRIMARY_PREFERRED ] { primaryPreferred } Constant [ string RP_SECONDARY ] { secondary } @@ -213,7 +213,7 @@ Extension [ extension #174 mongo version 1.6.4 ] { - Constants [8] { Constant [ string DEFAULT_HOST ] { localhost } Constant [ integer DEFAULT_PORT ] { 27017 } - Constant [ string VERSION ] { 1.6.4 } + Constant [ string VERSION ] { 1.6.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 ed45490..5159a24 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 RC3 -%global gh_commit d27a9e94a4544e7747cdeaea371cea4fcdede344 +%global gh_commit ec3b84c78f4dcb09d5b20b6d23736357daf5d305 %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.6.4 +Version: 1.6.5 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: ASL 2.0 Group: Development/Languages @@ -35,6 +35,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: %{?scl_prefix}php-devel >= 5.2.6 BuildRequires: %{?scl_prefix}php-pear BuildRequires: cyrus-sasl-devel +BuildRequires: openssl-devel %if %{with_tests} BuildRequires: %{?scl_prefix}php-json BuildRequires: mongodb @@ -231,6 +232,10 @@ rm -rf data %changelog +* Sat Mar 14 2015 Remi Collet - 1.6.5-1 +- update to 1.6.5 (stable) +- openssl-devel required for build + * Tue Mar 3 2015 Remi Collet - 1.6.4-1 - update to 1.6.4 (stable) -- cgit