public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/php-pecl-mongodb] epel10.2: v1.21.9
@ 2026-09-08 5:05 Remi Collet
0 siblings, 0 replies; only message in thread
From: Remi Collet @ 2026-09-08 5:05 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/php-pecl-mongodb
Branch : epel10.2
Commit : dad8bb77aae602f267197b3d50bc88ee1c30b9a5
Author : Remi Collet <remi@fedoraproject.org>
Date : 2026-09-08T07:05:28+02:00
Stats : +9/-4 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/php-pecl-mongodb/c/dad8bb77aae602f267197b3d50bc88ee1c30b9a5?branch=epel10.2
Log:
v1.21.9
---
diff --git a/.gitignore b/.gitignore
index 042a889..f16613e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -66,3 +66,4 @@ clog
/mongodb-1.20.1.tgz
/mongodb-1.21.0.tgz
/mongodb-1.21.5.tgz
+/mongodb-1.21.9.tgz
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec
index 9270d3d..da5f252 100644
--- a/php-pecl-mongodb.spec
+++ b/php-pecl-mongodb.spec
@@ -16,13 +16,13 @@
# After 40-smbclient.ini, see https://jira.mongodb.org/browse/PHPC-658
%global ini_name 50-%{pecl_name}.ini
-%global upstream_version 1.21.5
+%global upstream_version 1.21.9
#global upstream_prever RC1
#global upstream_lower ~rc1
%global sources %{pecl_name}-%{upstream_version}%{?upstream_prever}
# Required versions from config.m4
-%global minimal_libmongo 1.30.7
+%global minimal_libmongo 1.30.9
%global minimal_libcrypt 1.12.0
# Build dependencies
@@ -40,7 +40,8 @@ Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upst
ExcludeArch: %{ix86}
BuildRequires: gcc
-BuildRequires: php-devel >= 8.1
+# Ensure default PHP 8.3 on EPEL-10
+BuildRequires: (php-devel >= 8.3 with php-devel < 8.4)
BuildRequires: php-pear
BuildRequires: php-json
BuildRequires: pkgconfig(libbson-1.0) >= %{system_libmongo}
@@ -157,6 +158,9 @@ OPT="-n"
%changelog
+* Tue Sep 8 2026 Remi Collet <remi@remirepo.net> - 1.21.9-1
+- update to 1.21.9
+
* Thu Feb 5 2026 Remi Collet <remi@remirepo.net> - 1.21.5-1
- update to 1.21.5
diff --git a/sources b/sources
index e0aed22..35525a5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (mongodb-1.21.5.tgz) = 551eff90a09b88188ce0eb62dc4f22c6dcc152feeeba7cef28e8b16c1e1d512024323c7619f18a3da909d26a8716fc1a261831ff05849a7651c0d489ab25c055
+SHA512 (mongodb-1.21.9.tgz) = 9cdea3f0ab8dd0f3e82c4a8abd584dbd40d8423edf02ae66438097ccd71b6c2b1e8769dd6812730c175c29090edf7a68340eb73d2613ec334ace7ff8890e0d31
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-08 5:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-08 5:05 [rpms/php-pecl-mongodb] epel10.2: v1.21.9 Remi Collet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox