From a26674f00a3558e67dd289deeea3500085cb4b8e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 17 Aug 2023 10:26:46 +0200 Subject: update to 1.16.2 --- php-pecl-mongodb.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'php-pecl-mongodb.spec') diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index ea44c3c..fe5468e 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -32,7 +32,7 @@ %endif # Bundled versions -%global bundled_libmongo 1.24.1 +%global bundled_libmongo 1.24.3 %global bundled_libcrypt 1.8.1 %if %{with syslib} @@ -46,12 +46,12 @@ Summary: MongoDB driver for PHP Name: %{?scl_prefix}php-pecl-%{pecl_name} -%global upstream_version 1.16.1 +%global upstream_version 1.16.2 #global upstream_prever beta1 #global upstream_lower ~beta1 %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} 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;')}} %if %{with syslib} License: Apache-2.0 %else @@ -91,7 +91,6 @@ BuildRequires: mongodb-server Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} Requires: %{?scl_prefix}php-json%{?_isa} -%{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}} # Don't provide php-mongodb which is the pure PHP library Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version} @@ -331,6 +330,9 @@ exit $ret %changelog +* Thu Aug 17 2023 Remi Collet - 1.16.2-1 +- update to 1.16.2 + * Thu Jul 13 2023 Remi Collet - 1.16.1-2 - EL-8/9 rebuild with libraries in EPEL stable -- cgit