From 064dcfa9d320cb4dfe30930a042984455f8cc6ac Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 7 Mar 2019 09:37:54 +0100 Subject: rebuild with libicu62 --- php-pecl-http.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/php-pecl-http.spec b/php-pecl-http.spec index d98818c..dbdfb7c 100644 --- a/php-pecl-http.spec +++ b/php-pecl-http.spec @@ -50,7 +50,7 @@ Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} Release: 0.5.%{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: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: http://pecl.php.net/get/%{proj_name}-%{upstream_version}%{?upstream_prever}.tgz %endif Summary: Extended HTTP support @@ -293,6 +293,7 @@ rm ?TS/tests/client022.phpt rm ?TS/tests/client027.phpt %if 0%{?fedora} >= 30 : https://github.com/m6w6/ext-http/issues/84 +rm ?TS/tests/client002.phpt rm ?TS/tests/client008.phpt rm ?TS/tests/client018.phpt rm ?TS/tests/client021.phpt @@ -367,6 +368,9 @@ fi %changelog +* Thu Mar 7 2019 Remi Collet - 3.2.0-4 +- rebuild with libicu62 + * Mon Feb 4 2019 Remi Collet - 3.2.0-3 - test build for https://github.com/m6w6/ext-http/pull/85 - ignore failed test with recent libcurl -- cgit