From 38414bdc96f229c7b0486e51ace6673538a580fa Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Aug 2023 08:54:48 +0200 Subject: rebuild for PHP 8.3.0RC1 --- PHPINFO | 4 ++-- php-pecl-mongodb.spec | 8 +++++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/PHPINFO b/PHPINFO index ff740b5..65f355c 100644 --- a/PHPINFO +++ b/PHPINFO @@ -5,9 +5,9 @@ MongoDB support => enabled MongoDB extension version => 1.16.2 MongoDB extension stability => stable libbson headers version => 1.24.2 -libbson library version => 1.24.2 +libbson library version => 1.24.3 libmongoc headers version => 1.24.2 -libmongoc library version => 1.24.2 +libmongoc library version => 1.24.3 libmongoc SSL => enabled libmongoc SSL library => OpenSSL libmongoc crypto => enabled diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index fe5468e..b2b888b 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -50,8 +50,9 @@ Name: %{?scl_prefix}php-pecl-%{pecl_name} #global upstream_prever beta1 #global upstream_lower ~beta1 %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} +%global _configure ../%{sources}/configure Version: %{upstream_version}%{?upstream_lower} -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %if %{with syslib} License: Apache-2.0 %else @@ -167,8 +168,6 @@ extension=%{pecl_name}.so EOF -%global _configure ../%{sources}/configure - %build %{?dtsenable} @@ -330,6 +329,9 @@ exit $ret %changelog +* Wed Aug 30 2023 Remi Collet - 1.16.2-2 +- rebuild for PHP 8.3.0RC1 + * Thu Aug 17 2023 Remi Collet - 1.16.2-1 - update to 1.16.2 -- cgit