diff options
author | Remi Collet <remi@remirepo.net> | 2024-11-29 10:16:05 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-11-29 10:16:05 +0100 |
commit | 009afcafede7c76e785a719b46331d3d1c19e61a (patch) | |
tree | 8bcf70acf235303e8735c823ed066a0b77aa6f96 | |
parent | 5c5814842ba377370a427bb471ce0a0f49b5e9ec (diff) |
drop BuildRequires pcre-develphp7
-rw-r--r-- | php-pecl-http.spec | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/php-pecl-http.spec b/php-pecl-http.spec index 4174722..aff65c6 100644 --- a/php-pecl-http.spec +++ b/php-pecl-http.spec @@ -3,7 +3,7 @@ # # Fedora spec file for php-pecl-http # -# Copyright (c) 2012-2023 Remi Collet +# Copyright (c) 2012-2024 Remi Collet # License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -29,12 +29,8 @@ %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} # after 40-propro 40-raphf %global ini_name 50-%{pecl_name}.ini -%ifarch %{arm} -# Test suite disabled because of erratic results on slow ARM (timeout) +# Test suite disabled because some issue with recent libcurl %bcond_with tests -%else -%bcond_without tests -%endif %global upstream_version 3.3.0 #global upstream_prever RC1 @@ -45,7 +41,7 @@ Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} Release: 0.7.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz %else -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?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 %endif Summary: Extended HTTP support @@ -62,7 +58,6 @@ BuildRequires: %{?scl_prefix}php-devel < 8 BuildRequires: %{?scl_prefix}php-hash BuildRequires: %{?scl_prefix}php-spl BuildRequires: %{?scl_prefix}php-pear -BuildRequires: pcre-devel BuildRequires: zlib-devel >= 1.2.0.4 BuildRequires: curl-devel >= 7.18.2 # Use same version than PHP to ensure we use libicu72 @@ -318,7 +313,10 @@ fi %changelog -* Thu May 11 2023 Remi Collet <remi@remirepo.net> - 4.2.3-3 +* Fri Nov 29 2024 Remi Collet <remi@remirepo.net> - 3.3.0-3 +- drop BuildRequires pcre-devel + +* Thu May 11 2023 Remi Collet <remi@remirepo.net> - 3.3.0-2 - rebuild using ICU 72 - use SPDX license ID |