summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-10-21 07:44:24 +0200
committerRemi Collet <remi@php.net>2022-10-21 07:44:24 +0200
commitd9d9ed7385a15dba8c0d4ee8ec3fd5563bee04d1 (patch)
tree8769b7dd9a14f21319f27a10e598cda61b144180
parent4b3a9927989565d82cdca29af650eb6f8644bd2d (diff)
update to 1.14.2
-rw-r--r--PHPINFO14
-rw-r--r--REFLECTION4
-rw-r--r--php-pecl-mongodb.spec19
3 files changed, 17 insertions, 20 deletions
diff --git a/PHPINFO b/PHPINFO
index e5bc93e..ab6a7d8 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,12 +2,12 @@
mongodb
MongoDB support => enabled
-MongoDB extension version => 1.14.1
+MongoDB extension version => 1.14.2
MongoDB extension stability => stable
-libbson headers version => 1.23.0
-libbson library version => 1.23.0
-libmongoc headers version => 1.23.0
-libmongoc library version => 1.23.0
+libbson headers version => 1.23.1
+libbson library version => 1.23.1
+libmongoc headers version => 1.23.1
+libmongoc library version => 1.23.1
libmongoc SSL => enabled
libmongoc SSL library => OpenSSL
libmongoc crypto => enabled
@@ -19,8 +19,8 @@ libmongoc compression => enabled
libmongoc compression snappy => enabled
libmongoc compression zlib => enabled
libmongoc compression zstd => enabled
-libmongocrypt headers version => 1.6.0
-libmongocrypt library version => 1.6.0
+libmongocrypt headers version => 1.6.1
+libmongocrypt library version => 1.6.1
libmongocrypt crypto => enabled
libmongocrypt crypto library => libcrypto
diff --git a/REFLECTION b/REFLECTION
index 95b74f7..c2651f5 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #113 mongodb version 1.14.1 ] {
+Extension [ <persistent> extension #114 mongodb version 1.14.2 ] {
- Dependencies {
Dependency [ date (Required) ]
@@ -14,7 +14,7 @@ Extension [ <persistent> extension #113 mongodb version 1.14.1 ] {
}
- Constants [2] {
- Constant [ string MONGODB_VERSION ] { 1.14.1 }
+ Constant [ string MONGODB_VERSION ] { 1.14.2 }
Constant [ string MONGODB_STABILITY ] { stable }
}
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec
index 5e0e2a3..fc35170 100644
--- a/php-pecl-mongodb.spec
+++ b/php-pecl-mongodb.spec
@@ -34,24 +34,24 @@
%if %{with syslib}
# Build dependency
-%global libmongo 1.22.1
+%global libmongo 1.22.2
%global libcrypt 1.5.2
# Runtime dependency
%global libmongover %(pkg-config --silence-errors --modversion libmongoc-1.0 2>/dev/null || echo %{libmongo})
%global libcryptver %(pkg-config --silence-errors --modversion libmongocrypt 2>/dev/null || echo %{libcrypt})
%else
# Bundled versions
-%global libmongo 1.22.1
+%global libmongo 1.22.2
%global libcrypt 1.5.2
%endif
Summary: MongoDB driver for PHP
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-%global upstream_version 1.14.1
+%global upstream_version 1.14.2
#global upstream_prever beta1
#global upstream_lower ~beta1
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: https://pecl.php.net/package/%{pecl_name}
Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz
@@ -97,7 +97,7 @@ Provides: %{?scl_prefix}php-pecl-%{pecl_name} = %{version}-%{rele
Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{release}
%endif
-%if "%{?packager}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel}
+%if "%{?packager}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} == 7
# Other third party repo stuff
Obsoletes: php56u-pecl-%{pecl_name} <= %{version}
Obsoletes: php56w-pecl-%{pecl_name} <= %{version}
@@ -114,12 +114,6 @@ Obsoletes: php73w-pecl-%{pecl_name} <= %{version}
%if "%{php_version}" > "7.4"
Obsoletes: php74-pecl-%{pecl_name} <= %{version}
%endif
-%if "%{php_version}" > "8.0"
-Obsoletes: php80-pecl-%{pecl_name} <= %{version}
-%endif
-%if "%{php_version}" > "8.1"
-Obsoletes: php81-pecl-%{pecl_name} <= %{version}
-%endif
%endif
@@ -329,6 +323,9 @@ exit $ret
%changelog
+* Fri Oct 21 2022 Remi Collet <remi@remirepo.net> - 1.14.2-1
+- update to 1.14.2
+
* Mon Sep 12 2022 Remi Collet <remi@remirepo.net> - 1.14.1-2
- EL-9 rebuild with libraries in EPEL stable