diff options
Diffstat (limited to 'php-pecl-http.spec')
-rw-r--r-- | php-pecl-http.spec | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/php-pecl-http.spec b/php-pecl-http.spec index 468d518..2ed6b69 100644 --- a/php-pecl-http.spec +++ b/php-pecl-http.spec @@ -37,7 +37,7 @@ Name: %{?scl_prefix}php-pecl-http Version: %{upstream_version}%{?upstream_prever:~%{upstream_lower}} -Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://pecl.php.net/get/%{proj_name}-%{upstream_version}%{?upstream_prever}.tgz Summary: Extended HTTP support @@ -48,7 +48,7 @@ URL: https://pecl.php.net/package/pecl_http Source1: %{proj_name}.ini Patch0: 0001-fix-incompatible-pointer-type.patch -Patch1: 0001-ignore-deprecated.patch +Patch1: 0001-return-string-in-output-handler.patch BuildRequires: make BuildRequires: %{?dtsprefix}gcc @@ -278,8 +278,12 @@ TEST_PHP_ARGS="-n $modules -d extension=$PWD/../NTS/modules/%{pecl_name}.so" \ %changelog +* Fri Jul 18 2025 Remi Collet <remi@fedoraproject.org> - 4.2.6-5 +- add patch for test suite with PHP 8.5.0lapha2 from + https://github.com/m6w6/ext-http/pull/149 + * Tue Jul 8 2025 Remi Collet <remi@fedoraproject.org> - 4.2.6-4 -- add patch for test suite with PHP 8.5 from +- add patch for test suite with PHP 8.5.0alpha1 from https://github.com/m6w6/ext-http/pull/148 * Thu Jan 23 2025 Remi Collet <remi@fedoraproject.org> - 4.2.6-3 |