summaryrefslogtreecommitdiffstats
path: root/php-pecl-mongodb.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-mongodb.spec')
-rw-r--r--php-pecl-mongodb.spec14
1 files changed, 10 insertions, 4 deletions
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec
index 81d3223..f930e06 100644
--- a/php-pecl-mongodb.spec
+++ b/php-pecl-mongodb.spec
@@ -41,15 +41,15 @@
%global libcryptver %(pkg-config --silence-errors --modversion libmongocrypt 2>/dev/null || echo %{libcrypt})
%else
# Bundled versions
-%global libmongo 1.22.0~beta0
-%global libcrypt 1.5.0~rc1
+%global libmongo 1.22.0
+%global libcrypt 1.5.0
%endif
Summary: MongoDB driver for PHP
Name: %{?sub_prefix}php-pecl-%{pecl_name}
%global upstream_version 1.14.0
-%global upstream_prever beta1
-%global upstream_lower ~beta1
+#global upstream_prever beta1
+#global upstream_lower ~beta1
Version: %{upstream_version}%{?upstream_lower}
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: ASL 2.0
@@ -71,6 +71,7 @@ Requires: libmongocrypt%{?_isa} >= %{libcryptver}
%else
BuildRequires: cyrus-sasl-devel
BuildRequires: openssl-devel
+BuildRequires: libzstd-devel
BuildRequires: snappy-devel
BuildRequires: zlib-devel
# We require 69 to ensure we use the same version than PHP
@@ -328,6 +329,11 @@ exit $ret
%changelog
+* Mon Jul 18 2022 Remi Collet <remi@remirepo.net> - 1.14.0-1
+- update to 1.14.0
+- use bundled libmongocrypt 1.5.0
+- use bundled libbson and libmongc 1.22.0
+
* Wed Jun 8 2022 Remi Collet <remi@remirepo.net> - 1.14.0~beta1-1
- update to 1.14.0beta1
- use bundled libmongocrypt 1.5.0-rc1