From 5dd06ba7efbd21536f1553cb32a2bf0318935c14 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 6 Sep 2022 15:55:57 +0200 Subject: rebuild using ICU 71 --- php-pecl-http.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-pecl-http.spec b/php-pecl-http.spec index 5de8af4..1d26ceb 100644 --- a/php-pecl-http.spec +++ b/php-pecl-http.spec @@ -46,7 +46,7 @@ Version: %{upstream_version}%{?upstream_prever:~%{upstream_lower}} Release: 0.9.%{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: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?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 @@ -66,7 +66,7 @@ BuildRequires: pcre-devel BuildRequires: zlib-devel >= 1.2.0.4 BuildRequires: curl-devel >= 7.18.2 # We require 69 to ensure we use the same version than PHP -BuildRequires: pkgconfig(icu-i18n) >= 69 +BuildRequires: pkgconfig(icu-i18n) >= 71 BuildRequires: %{?scl_prefix}php-pecl-raphf-devel >= 2 BuildRequires: pkgconfig(libevent) >= 2 # only needed in F27+ @@ -335,6 +335,9 @@ fi %changelog +* Tue Sep 6 2022 Remi Collet - 4.2.3-2 +- rebuild using ICU 71 + * Fri Jun 10 2022 Remi Collet - 4.2.3-1 - update to 4.2.3 -- cgit