summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-06-23 08:12:26 +0200
committerRemi Collet <remi@php.net>2023-06-23 08:12:26 +0200
commit0a90ce07431b188b7f9b1aeb8aabcc47e15bf35c (patch)
tree929ef2d4cc0f01351cac91d1ca5b3c44690fc1ee
parent69aebbf9bd19a4cc3259d55fe35380f8fa22855c (diff)
update to 1.16.1
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION4
-rw-r--r--php-pecl-mongodb.spec5
3 files changed, 7 insertions, 4 deletions
diff --git a/PHPINFO b/PHPINFO
index c0d8021..249f611 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,7 +2,7 @@
mongodb
MongoDB support => enabled
-MongoDB extension version => 1.16.0
+MongoDB extension version => 1.16.1
MongoDB extension stability => stable
libbson headers version => 1.24.1
libbson library version => 1.24.1
diff --git a/REFLECTION b/REFLECTION
index c3f9b13..b49e4a4 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #116 mongodb version 1.16.0 ] {
+Extension [ <persistent> extension #116 mongodb version 1.16.1 ] {
- Dependencies {
Dependency [ date (Required) ]
@@ -14,7 +14,7 @@ Extension [ <persistent> extension #116 mongodb version 1.16.0 ] {
}
- Constants [2] {
- Constant [ string MONGODB_VERSION ] { 1.16.0 }
+ Constant [ string MONGODB_VERSION ] { 1.16.1 }
Constant [ string MONGODB_STABILITY ] { stable }
}
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec
index 64b36ed..3bc2925 100644
--- a/php-pecl-mongodb.spec
+++ b/php-pecl-mongodb.spec
@@ -46,7 +46,7 @@
Summary: MongoDB driver for PHP
Name: %{?scl_prefix}php-pecl-%{pecl_name}
-%global upstream_version 1.16.0
+%global upstream_version 1.16.1
#global upstream_prever beta1
#global upstream_lower ~beta1
%global sources %{pecl_name}-%{upstream_version}%{?upstream_prever}
@@ -331,6 +331,9 @@ exit $ret
%changelog
+* Fri Jun 23 2023 Remi Collet <remi@remirepo.net> - 1.16.1-1
+- update to 1.16.1
+
* Thu Jun 22 2023 Remi Collet <remi@remirepo.net> - 1.16.0-1
- update to 1.16.0
- EL use bundled libbson and libmongc 1.24.1