summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-08-30 08:54:48 +0200
committerRemi Collet <remi@php.net>2023-08-30 08:54:48 +0200
commit38414bdc96f229c7b0486e51ace6673538a580fa (patch)
tree328de3c2aa6b92e0ee4e727b400023dc2901c52b
parenta26674f00a3558e67dd289deeea3500085cb4b8e (diff)
rebuild for PHP 8.3.0RC1
-rw-r--r--PHPINFO4
-rw-r--r--php-pecl-mongodb.spec8
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 <remi@remirepo.net> - 1.16.2-2
+- rebuild for PHP 8.3.0RC1
+
* Thu Aug 17 2023 Remi Collet <remi@remirepo.net> - 1.16.2-1
- update to 1.16.2