summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-03-07 09:37:54 +0100
committerRemi Collet <remi@remirepo.net>2019-03-07 09:37:54 +0100
commit064dcfa9d320cb4dfe30930a042984455f8cc6ac (patch)
tree3645477c7d2531a98ba3a2fe4d5dc8e6cc0dce8c
parent5436f0cc69b3bf7e056f0197e6aef43b188a0101 (diff)
rebuild with libicu62
-rw-r--r--php-pecl-http.spec6
1 files changed, 5 insertions, 1 deletions
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 <remi@remirepo.net> - 3.2.0-4
+- rebuild with libicu62
+
* Mon Feb 4 2019 Remi Collet <remi@remirepo.net> - 3.2.0-3
- test build for https://github.com/m6w6/ext-http/pull/85
- ignore failed test with recent libcurl