public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/php-pecl-mongodb2] epel10: rebuild with default php 8.3 #2488949
@ 2026-06-16  5:37 Remi Collet
  0 siblings, 0 replies; only message in thread
From: Remi Collet @ 2026-06-16  5:37 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/php-pecl-mongodb2
Branch : epel10
Commit : 8b739b1784d82f0a810a6df8c520530324435639
Author : Remi Collet <remi@fedoraproject.org>
Date   : 2026-06-16T07:36:59+02:00
Stats  : +6/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/php-pecl-mongodb2/c/8b739b1784d82f0a810a6df8c520530324435639?branch=epel10

Log:
rebuild with default php 8.3 #2488949

---
diff --git a/php-pecl-mongodb2.spec b/php-pecl-mongodb2.spec
index f8a376e..1a00b5a 100644
--- a/php-pecl-mongodb2.spec
+++ b/php-pecl-mongodb2.spec
@@ -38,7 +38,7 @@ Name:           php-pecl-%{pecl_name}2
 Summary:        MongoDB driver for PHP version 2
 License:        Apache-2.0
 Version:        %{upstream_version}%{?upstream_lower}
-Release:        1%{?dist}
+Release:        2%{?dist}
 %forgemeta
 URL:            %{forgeurl}
 Source0:        %{forgesource}
@@ -46,7 +46,8 @@ Source0:        %{forgesource}
 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-json
 BuildRequires:  pkgconfig(bson2)          >= %{system_libmongo}
 BuildRequires:  pkgconfig(mongoc2)        >= %{system_libmongo}
@@ -151,6 +152,9 @@ OPT="-n"
 
 
 %changelog
+* Tue Jun 16 2026 Remi Collet <remi@remirepo.net> - 2.3.3-2
+- rebuild with default php 8.3 #2488949
+
 * Sat May 23 2026 Remi Collet <remi@remirepo.net> - 2.3.3-1
 - update to 2.3.3
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-16  5:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-16  5:37 [rpms/php-pecl-mongodb2] epel10: rebuild with default php 8.3 #2488949 Remi Collet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox