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

            A new commit has been pushed.

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

            Log:
            rebuild with default php 8.3 #2488949

(cherry picked from commit 7fa5ebdb0e9ece482fc470d33dc94749589ce28e)

---
diff --git a/php-zstd.spec b/php-zstd.spec
index 1c1c297..261635a 100644
--- a/php-zstd.spec
+++ b/php-zstd.spec
@@ -19,7 +19,7 @@
 Summary:       Zstandard extension
 Name:          php-%{pecl_name}
 Version:       0.16.0
-Release:       1%{?dist}
+Release:       2%{?dist}
 License:       MIT
 URL:           https://pecl.php.net/package/%{pecl_name}
 Source0:       https://pecl.php.net/get/%{sources}.tgz
@@ -28,7 +28,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: php-pear
 BuildRequires: pkgconfig(libzstd)
@@ -166,6 +167,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
+
 * Tue Jun  9 2026 Remi Collet <remi@remirepo.net> - 0.16.0-1
 - update to 0.16.0
 

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

only message in thread, other threads:[~2026-06-30 11:40 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:40 [rpms/php-zstd] 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