From b06f1c768107401efe4332cd69e5bd3feaf3fcf1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 4 Jun 2019 07:52:17 +0200 Subject: v1.5.4 --- PHPINFO | 10 +++++----- REFLECTION | 4 ++-- php-pecl-mongodb.spec | 7 +++++-- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/PHPINFO b/PHPINFO index f220cde..4f70b54 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,12 +2,12 @@ mongodb MongoDB support => enabled -MongoDB extension version => 1.5.3 +MongoDB extension version => 1.5.4 MongoDB extension stability => stable -libbson headers version => 1.13.0 -libbson library version => 1.13.0 -libmongoc headers version => 1.13.0 -libmongoc library version => 1.13.0 +libbson headers version => 1.14.0 +libbson library version => 1.14.0 +libmongoc headers version => 1.14.0 +libmongoc library version => 1.14.0 libmongoc SSL => enabled libmongoc SSL library => OpenSSL libmongoc crypto => enabled diff --git a/REFLECTION b/REFLECTION index 32cc2f5..b331288 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #190 mongodb version 1.5.3 ] { +Extension [ extension #92 mongodb version 1.5.4 ] { - Dependencies { Dependency [ date (Required) ] @@ -14,7 +14,7 @@ Extension [ extension #190 mongodb version 1.5.3 ] { } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 1.5.3 } + Constant [ string MONGODB_VERSION ] { 1.5.4 } Constant [ string MONGODB_STABILITY ] { stable } } diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index c95e8bf..90854e3 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -39,11 +39,11 @@ Summary: MongoDB driver for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} -%global upstream_version 1.5.3 +%global upstream_version 1.5.4 #global upstream_prever RC2 #global upstream_lower ~rc2 Version: %{upstream_version}%{?upstream_lower} -Release: 4%{?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 @@ -325,6 +325,9 @@ exit $ret %changelog +* Tue Jun 4 2019 Remi Collet - 1.5.4-1 +- update to 1.5.4 + * Wed May 29 2019 Remi Collet - 1.5.3-4 - rebuild -- cgit