From d8195e99a648861b6fe04ad7d0f8e9764f782823 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 25 Nov 2020 15:08:41 +0100 Subject: update to 1.9.0 (stable) --- PHPINFO | 4 ++-- REFLECTION | 6 +++--- php-pecl-mongodb.spec | 7 +++++-- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/PHPINFO b/PHPINFO index b2c161f..bcd3b1a 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,8 +2,8 @@ mongodb MongoDB support => enabled -MongoDB extension version => 1.9.0RC1 -MongoDB extension stability => beta +MongoDB extension version => 1.9.0 +MongoDB extension stability => stable libbson headers version => 1.17.2 libbson library version => 1.17.2 libmongoc headers version => 1.17.2 diff --git a/REFLECTION b/REFLECTION index 65bfdd2..96818b6 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #113 mongodb version 1.9.0RC1 ] { +Extension [ extension #113 mongodb version 1.9.0 ] { - Dependencies { Dependency [ date (Required) ] @@ -14,8 +14,8 @@ Extension [ extension #113 mongodb version 1.9.0RC1 ] { } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 1.9.0RC1 } - Constant [ string MONGODB_STABILITY ] { beta } + Constant [ string MONGODB_VERSION ] { 1.9.0 } + Constant [ string MONGODB_STABILITY ] { stable } } - Functions { diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index ad2ac50..73adbbb 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -42,8 +42,8 @@ Summary: MongoDB driver for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} %global upstream_version 1.9.0 -%global upstream_prever RC1 -%global upstream_lower ~rc1 +#global upstream_prever RC1 +#global upstream_lower ~rc1 Version: %{upstream_version}%{?upstream_lower} Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: ASL 2.0 @@ -346,6 +346,9 @@ exit $ret %changelog +* Wed Nov 25 2020 Remi Collet - 1.9.0-1 +- update to 1.9.0 (stable) + * Wed Nov 11 2020 Remi Collet - 1.9.0~RC1-1 - update to 1.9.0RC1 (beta) -- cgit