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

A new commit has been pushed.

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

Log:
rebuild with default php 8.3

---
diff --git a/php-pecl-mongodb2.spec b/php-pecl-mongodb2.spec
index e4831ff..e610c2d 100644
--- a/php-pecl-mongodb2.spec
+++ b/php-pecl-mongodb2.spec
@@ -32,7 +32,7 @@
 Summary:        MongoDB driver for PHP version 2
 Name:           php-pecl-%{pecl_name}2
 Version:        %{upstream_version}%{?upstream_lower}
-Release:        1%{?dist}
+Release:        2%{?dist}
 License:        Apache-2.0
 URL:            https://pecl.php.net/package/%{pecl_name}
 Source0:        https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz
@@ -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}
@@ -171,6 +172,9 @@ OPT="-n"
 
 
 %changelog
+* Tue Sep  8 2026 Remi Collet <remi@remirepo.net> - 2.1.9-2
+- rebuild with default php 8.3
+
 * Tue Sep  8 2026 Remi Collet <remi@remirepo.net> - 2.1.9-1
 - update to 2.1.9
 

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

only message in thread, other threads:[~2026-09-08  5:02 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:02 [rpms/php-pecl-mongodb2] epel10.2: rebuild with default php 8.3 Remi Collet

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