From a417d41fb218d01010fe2abcbd4c442d96d1313b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 13 Jan 2021 17:05:39 +0100 Subject: v3.2.4 --- php-pecl-http.spec | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) (limited to 'php-pecl-http.spec') diff --git a/php-pecl-http.spec b/php-pecl-http.spec index a2b7a3a..a9c541e 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-2020 Remi Collet +# Copyright (c) 2012-2021 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -16,11 +16,7 @@ %global _root_prefix %{_prefix} %endif -%if 0%{?fedora} >= 28 || 0%{?rhel} >= 8 %global with_libbrotli 1 -%else -%global with_libbrotli 0 -%endif %global gh_commit a84b499418ee7b8992fd9e7e2abc661735a869bd @@ -41,7 +37,7 @@ %global with_tests 0%{!?_without_tests:1} %endif -%global upstream_version 3.2.3 +%global upstream_version 3.2.4 #global upstream_prever RC1 Name: %{?sub_prefix}php-pecl-http @@ -69,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 libicu-last (EL 6) -BuildRequires: libicu-devel >= 50 +# Use same version than PHP to ensure we use libicu65 +BuildRequires: pkgconfig(icu-i18n) >= 65 BuildRequires: %{?scl_prefix}php-pecl-propro-devel >= 2 BuildRequires: %{?scl_prefix}php-pecl-raphf-devel >= 2 BuildRequires: pkgconfig(libevent) >= 2 @@ -120,12 +116,6 @@ Obsoletes: php74w-pecl-http <= %{version} %endif %endif -%if 0%{?fedora} < 20 && 0%{?rhel} < 7 -# Filter shared private -%{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$} -%endif -%{?filter_setup} - %description The HTTP extension aims to provide a convenient and powerful set of @@ -358,6 +348,9 @@ fi %changelog +* Wed Jan 13 2021 Remi Collet - 3.2.4-1 +- update to 3.2.4 + * Tue Oct 29 2019 Remi Collet - 3.2.3-1 - update to 3.2.3 -- cgit