From 996eb1e88d8cfd9e9ef4cf35de62aba5eae5f33d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 8 Aug 2018 08:10:43 +0200 Subject: v1.5.2 --- PHPINFO | 10 +++++----- REFLECTION | 4 ++-- php-pecl-mongodb.spec | 7 +++++-- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/PHPINFO b/PHPINFO index 9f3d3e3..29755cc 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,12 +2,12 @@ mongodb MongoDB support => enabled -MongoDB extension version => 1.5.1 +MongoDB extension version => 1.5.2 MongoDB extension stability => stable -libbson headers version => 1.11.0 -libbson library version => 1.11.0 -libmongoc headers version => 1.11.0 -libmongoc library version => 1.11.0 +libbson headers version => 1.12.0 +libbson library version => 1.12.0 +libmongoc headers version => 1.12.0 +libmongoc library version => 1.12.0 libmongoc SSL => enabled libmongoc SSL library => OpenSSL libmongoc crypto => enabled diff --git a/REFLECTION b/REFLECTION index 29e5d33..c615abf 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #189 mongodb version 1.5.1 ] { +Extension [ extension #189 mongodb version 1.5.2 ] { - Dependencies { Dependency [ date (Required) ] @@ -14,7 +14,7 @@ Extension [ extension #189 mongodb version 1.5.1 ] { } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 1.5.1 } + Constant [ string MONGODB_VERSION ] { 1.5.2 } Constant [ string MONGODB_STABILITY ] { stable } } diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index bf1b7de..7546e01 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -46,11 +46,11 @@ Summary: MongoDB driver for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} -%global upstream_version 1.5.1 +%global upstream_version 1.5.2 #global upstream_prever RC2 #global upstream_lower ~rc2 Version: %{upstream_version}%{?upstream_lower} -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: ASL 2.0 URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz @@ -328,6 +328,9 @@ exit $ret %changelog +* Wed Aug 8 2018 Remi Collet - 1.5.2-1 +- update to 1.5.2 + * Tue Jul 17 2018 Remi Collet - 1.5.1-2 - rebuld for 7.3.0alpha4 new ABI -- cgit