v4.2.0
This commit is contained in:
parent
890f934640
commit
e09f36e378
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@ clog
|
||||
/pecl_http-3.2.4.tgz
|
||||
/pecl_http-4.0.0.tgz
|
||||
/pecl_http-4.1.0.tgz
|
||||
/pecl_http-4.2.0.tgz
|
||||
|
@ -23,12 +23,12 @@
|
||||
%global with_tests 0%{!?_without_tests:1}
|
||||
%endif
|
||||
|
||||
%global upstream_version 4.1.0
|
||||
%global upstream_version 4.2.0
|
||||
#global upstream_prever RC1
|
||||
|
||||
Name: php-pecl-http
|
||||
Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}
|
||||
Release: 4%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: Extended HTTP support
|
||||
|
||||
License: BSD
|
||||
@ -188,6 +188,8 @@ rm ?TS/tests/client027.phpt
|
||||
# https://github.com/m6w6/ext-http/issues/116
|
||||
rm ?TS/tests/client031.phpt
|
||||
rm ?TS/tests/client032.phpt
|
||||
# https://github.com/m6w6/ext-http/issues/120
|
||||
rm ?TS/tests/client012.phpt
|
||||
# sometime on s390x
|
||||
rm ?TS/tests/client016.phpt
|
||||
rm ?TS/tests/client028.phpt
|
||||
@ -256,6 +258,9 @@ NO_INTERACTION=1 \
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Sep 1 2021 Remi Collet <remi@remirepo.net> - 4.2.0-1
|
||||
- update to 4.2.0
|
||||
|
||||
* Mon Jul 23 2021 Remi Collet <remi@remirepo.net> - 4.1.0-4
|
||||
- ignore 2 more tests failing with libcurl 7.77
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pecl_http-4.1.0.tgz) = 653c1dd8ec6dc738ce2dbf235a3c92522858e17ab9c0d00dd75a51bcfeb836f3fb02a6040b8b67d8d6839055286599958db844891686ca70c36031500be0bc1c
|
||||
SHA512 (pecl_http-4.2.0.tgz) = 12ea85c9395efc949aa2507cf864525384f87b761a65987283d6fd98cc09c9a385492af8acc5c75a293bdf326c2fa86e5e51e33bd2ed4bfa798583efd485d9ed
|
||||
|
Loading…
Reference in New Issue
Block a user