From ad9e6e4aed536197c63adf7fa99c4f46c9439cb4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 18 Jul 2022 07:53:46 +0200 Subject: update to 1.14.0 use bundled libmongocrypt 1.5.0 use bundled libbson and libmongc 1.22.0 --- php-pecl-mongodb.spec | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'php-pecl-mongodb.spec') 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 - 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 - 1.14.0~beta1-1 - update to 1.14.0beta1 - use bundled libmongocrypt 1.5.0-rc1 -- cgit