summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION4
-rw-r--r--php-pecl-mongodb.spec7
3 files changed, 8 insertions, 5 deletions
diff --git a/PHPINFO b/PHPINFO
index 06af6a5..a9da22d 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,7 +2,7 @@
mongodb
MongoDB support => enabled
-MongoDB extension version => 1.19.0
+MongoDB extension version => 1.19.1
MongoDB extension stability => stable
libbson headers version => 1.27.1
libbson library version => 1.27.1
diff --git a/REFLECTION b/REFLECTION
index 0bb7c57..f7b39ed 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #99 mongodb version 1.19.0 ] {
+Extension [ <persistent> extension #100 mongodb version 1.19.1 ] {
- Dependencies {
Dependency [ date (Required) ]
@@ -14,7 +14,7 @@ Extension [ <persistent> extension #99 mongodb version 1.19.0 ] {
}
- Constants [2] {
- Constant [ string MONGODB_VERSION ] { 1.19.0 }
+ Constant [ string MONGODB_VERSION ] { 1.19.1 }
Constant [ string MONGODB_STABILITY ] { stable }
}
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec
index 9fa6c58..9c3d515 100644
--- a/php-pecl-mongodb.spec
+++ b/php-pecl-mongodb.spec
@@ -37,7 +37,7 @@
%if %{with syslib}
# Build dependencies
-%global system_libmongo 1.27.0
+%global system_libmongo 1.27.1
%global system_libcrypt 1.10.0
# Runtime dependencies
%global runtime_libmongo %(pkg-config --silence-errors --modversion libmongoc-1.0 2>/dev/null || echo %{system_libmongo})
@@ -46,7 +46,7 @@
Summary: MongoDB driver for PHP
Name: %{?scl_prefix}php-pecl-%{pecl_name}
-%global upstream_version 1.19.0
+%global upstream_version 1.19.1
#global upstream_prever beta1
#global upstream_lower ~beta1
%global sources %{pecl_name}-%{upstream_version}%{?upstream_prever}
@@ -347,6 +347,9 @@ exit $ret
%changelog
+* Wed May 29 2024 Remi Collet <remi@remirepo.net> - 1.19.1-1
+- update to 1.19.1
+
* Mon May 13 2024 Remi Collet <remi@remirepo.net> - 1.19.0-1
- update to 1.19.0
- raise dependency on libbson and libmongc 1.27.0