From d4b772c0906723802eb42223bcb43735c904fced Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 14 Feb 2022 15:28:58 +0100 Subject: rebuild using ICU 69 --- php-pecl-http.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'php-pecl-http.spec') diff --git a/php-pecl-http.spec b/php-pecl-http.spec index 3ebf3f1..bd55478 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 @@ -65,8 +65,8 @@ 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 libicu65 -BuildRequires: pkgconfig(icu-i18n) >= 65 +# We require 69 to ensure we use the same version than PHP +BuildRequires: pkgconfig(icu-i18n) >= 69 BuildRequires: %{?scl_prefix}php-pecl-raphf-devel >= 2 BuildRequires: pkgconfig(libevent) >= 2 # only needed in F27+ @@ -74,6 +74,9 @@ BuildRequires: openssl-devel %if %{with libbrotli} BuildRequires: brotli-devel >= 1.0 %endif +#BuildRequires: php-debugsource +#BuildRequires: php-cli-debuginfo +#BuildRequires: gdb Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} @@ -332,6 +335,9 @@ fi %changelog +* Wed Sep 29 2021 Remi Collet - 1.11.0~alpha1-2 +- rebuild using ICU 69 + * Mon Sep 13 2021 Remi Collet - 4.2.1-1 - update to 4.2.1 -- cgit