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

A new commit has been pushed.

Repo   : rpms/php-zstd
Branch : epel10
Commit : 7fa5ebdb0e9ece482fc470d33dc94749589ce28e
Author : Remi Collet <remi@fedoraproject.org>
Date   : 2026-06-30T13:36:50+02:00
Stats  : +6/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/php-zstd/c/7fa5ebdb0e9ece482fc470d33dc94749589ce28e?branch=epel10

Log:
rebuild with default php 8.3 #2488949

---
diff --git a/php-zstd.spec b/php-zstd.spec
index acf3c51..c13ff63 100644
--- a/php-zstd.spec
+++ b/php-zstd.spec
@@ -25,7 +25,7 @@ Name:          php-%{pecl_name}
 Summary:       Zstandard extension
 License:       MIT
 Version:       0.16.0
-Release:       1%{?dist}
+Release:       2%{?dist}
 %forgemeta
 URL:           %{forgeurl}
 Source0:       %{forgesource}
@@ -34,7 +34,8 @@ ExcludeArch:    %{ix86}
 
 BuildRequires: make
 BuildRequires: gcc
-BuildRequires: php-devel >= 7.0
+# Ensure default PHP 8.3 on EPEL-10
+BuildRequires:(php-devel >= 8.3 with php-devel < 8.4)
 BuildRequires: php-pecl-apcu-devel
 BuildRequires: pkgconfig(libzstd)
 
@@ -152,6 +153,9 @@ TEST_PHP_ARGS="-n -d extension=%{buildroot}%{php_extdir}/%{pecl_name}.so" \
 
 
 %changelog
+* Tue Jun 30 2026 Remi Collet <remi@remirepo.net> - 0.16.0-2
+- rebuild with default php 8.3 #2488949
+
 * Fri Jun  5 2026 Remi Collet <remi@remirepo.net> - 0.16.0-1
 - update to 0.16.0
 - drop pear/pecl dependency

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

only message in thread, other threads:[~2026-06-30 11:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-30 11:36 [rpms/php-zstd] 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