From a08778fd7cc36d575d4780630c5857be3dd2fc71 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 9 Sep 2019 16:54:11 +0200 Subject: v1.6.0 --- PHPINFO | 4 ++-- REFLECTION | 6 +++--- php-pecl-mongodb.spec | 9 ++++++--- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/PHPINFO b/PHPINFO index b7aa5dc..63d2535 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,8 +2,8 @@ mongodb MongoDB support => enabled -MongoDB extension version => 1.6.0RC1 -MongoDB extension stability => beta +MongoDB extension version => 1.6.0 +MongoDB extension stability => stable libbson headers version => 1.15.1 libbson library version => 1.15.1 libmongoc headers version => 1.15.1 diff --git a/REFLECTION b/REFLECTION index 3b821cb..fb7fd39 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #194 mongodb version 1.6.0RC1 ] { +Extension [ extension #194 mongodb version 1.6.0 ] { - Dependencies { Dependency [ date (Required) ] @@ -14,8 +14,8 @@ Extension [ extension #194 mongodb version 1.6.0RC1 ] { } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 1.6.0RC1 } - Constant [ string MONGODB_STABILITY ] { beta } + Constant [ string MONGODB_VERSION ] { 1.6.0 } + Constant [ string MONGODB_STABILITY ] { stable } } - Functions { diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index 0df64ff..aa00d75 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -42,10 +42,10 @@ Summary: MongoDB driver for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} %global upstream_version 1.6.0 -%global upstream_prever RC1 -%global upstream_lower ~rc1 +#global upstream_prever RC1 +#global upstream_lower ~rc1 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 +* Mon Sep 9 2019 Remi Collet - 1.6.0-1 +- update to 1.6.0 + * Tue Sep 03 2019 Remi Collet - 1.6.0~rc1-2 - rebuild for 7.4.0RC1 -- cgit