summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-02-14 15:28:58 +0100
committerRemi Collet <remi@php.net>2022-02-14 15:28:58 +0100
commitd4b772c0906723802eb42223bcb43735c904fced (patch)
treed64e438bb7f44e224b6614a0dd823afb29cfe2da
parentdf4f750da32de98997051221c062c409bc56c622 (diff)
rebuild using ICU 69
-rw-r--r--php-pecl-http.spec12
1 files changed, 9 insertions, 3 deletions
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 <remi@remirepo.net> - 1.11.0~alpha1-2
+- rebuild using ICU 69
+
* Mon Sep 13 2021 Remi Collet <remi@remirepo.net> - 4.2.1-1
- update to 4.2.1