summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PHPINFO4
-rw-r--r--REFLECTION6
-rw-r--r--php-pecl-mongodb.spec7
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 [ <persistent> extension #113 mongodb version 1.9.0RC1 ] {
+Extension [ <persistent> extension #113 mongodb version 1.9.0 ] {
- Dependencies {
Dependency [ date (Required) ]
@@ -14,8 +14,8 @@ Extension [ <persistent> 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 <remi@remirepo.net> - 1.9.0-1
+- update to 1.9.0 (stable)
+
* Wed Nov 11 2020 Remi Collet <remi@remirepo.net> - 1.9.0~RC1-1
- update to 1.9.0RC1 (beta)