summaryrefslogtreecommitdiffstats
path: root/php-pecl-mongodb.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-07-18 07:53:46 +0200
committerRemi Collet <remi@php.net>2022-07-18 07:53:46 +0200
commitad9e6e4aed536197c63adf7fa99c4f46c9439cb4 (patch)
tree62651f613fa93b79c8803480e6377864a6511a40 /php-pecl-mongodb.spec
parentcf820b8d6afc44baf0b22dc3be6299d11ba1c70e (diff)
update to 1.14.0
use bundled libmongocrypt 1.5.0 use bundled libbson and libmongc 1.22.0
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