summaryrefslogtreecommitdiffstats
path: root/php-pecl-igbinary.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-07-16 10:57:14 +0200
committerRemi Collet <remi@php.net>2026-07-16 10:57:14 +0200
commitedd47e5aee7bc9043488939e71c03c5e90c46735 (patch)
treec478bd73d4488198b6715b5f990e2f0347043eaf /php-pecl-igbinary.spec
parentfc3b4948eeb0b4fbd9b62d49e07693d8bb5a28a8 (diff)
fix build with PHP 8.6.0alpha2 using patch fromHEADmaster
https://github.com/php/pecl-networking-gearman/pull/68
Diffstat (limited to 'php-pecl-igbinary.spec')
-rw-r--r--php-pecl-igbinary.spec10
1 files changed, 9 insertions, 1 deletions
diff --git a/php-pecl-igbinary.spec b/php-pecl-igbinary.spec
index c4b1ed1..d41fd33 100644
--- a/php-pecl-igbinary.spec
+++ b/php-pecl-igbinary.spec
@@ -36,11 +36,13 @@ Summary: Replacement for the standard PHP serializer
Name: %{?scl_prefix}php-pecl-igbinary
License: BSD-3-Clause
Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}
-Release: 2%{?dist}
+Release: 3%{?dist}
%forgemeta
URL: %{forgeurl}
Source0: %{forgesource}
+Patch0: 408.patch
+
BuildRequires: make
BuildRequires: %{?dtsprefix}gcc
BuildRequires: %{?scl_prefix}php-devel >= 7.0
@@ -92,6 +94,8 @@ These are the files needed to compile programs using Igbinary
%setup -q -c
pushd %{sources}
+%patch -P0 -p1
+
# Check version
subdir=php7
extver=$(sed -n '/#define PHP_IGBINARY_VERSION/{s/.* "//;s/".*$//;p}' src/$subdir/igbinary.h)
@@ -223,6 +227,10 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Thu Jul 16 2026 Remi Collet <remi@remirepo.net> - 3.2.17~RC1-3
+- fix build with PHP 8.6.0alpha2 using patch from
+ https://github.com/php/pecl-networking-gearman/pull/68
+
* Fri Mar 13 2026 Remi Collet <remi@remirepo.net> - 3.2.17~RC1-2
- drop pear/pecl dependency
- sources from github