public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/php-pecl-amqp] epel10.2: rebuild with default php 8.3 #2488949
@ 2026-06-16 5:15 Remi Collet
0 siblings, 0 replies; only message in thread
From: Remi Collet @ 2026-06-16 5:15 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/php-pecl-amqp
Branch : epel10.2
Commit : 40f33e802baa73b542387806179b6c1fb908e7df
Author : Remi Collet <remi@fedoraproject.org>
Date : 2026-06-16T07:15:40+02:00
Stats : +6/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/php-pecl-amqp/c/40f33e802baa73b542387806179b6c1fb908e7df?branch=epel10.2
Log:
rebuild with default php 8.3 #2488949
(cherry picked from commit 024b3a815049812b9569e43aaa5ba6ce91e4686d)
---
diff --git a/php-pecl-amqp.spec b/php-pecl-amqp.spec
index 074339b..825bb24 100644
--- a/php-pecl-amqp.spec
+++ b/php-pecl-amqp.spec
@@ -23,7 +23,7 @@
Summary: Communicate with any AMQP compliant server
Name: php-pecl-amqp
Version: %{upstream_version}%{?upstream_prever:~%{upstream_lower}}
-Release: 1%{?dist}
+Release: 2%{?dist}
License: PHP-3.01
URL: https://pecl.php.net/package/amqp
Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz
@@ -32,7 +32,8 @@ ExcludeArch: %{ix86}
BuildRequires: make
BuildRequires: gcc
-BuildRequires: php-devel >= 7.4
+# Ensure default PHP 8.3 on EPEL-10
+BuildRequires:(php-devel >= 8.3 with php-devel < 8.4)
BuildRequires: php-pear
BuildRequires: pkgconfig(librabbitmq) >= 0.8.0
%if %{with tests}
@@ -199,6 +200,9 @@ exit $ret
%changelog
+* Tue Jun 16 2026 Remi Collet <remi@remirepo.net> - 2.2.0-2
+- rebuild with default php 8.3 #2488949
+
* Sat Jan 3 2026 Remi Collet <remi@remirepo.net> - 2.2.0-1
- update to 2.2.0
- drop patch merged upstream
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-16 5:15 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:15 [rpms/php-pecl-amqp] epel10.2: 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