v4.2.1
This commit is contained in:
parent
57a7b89ce0
commit
6151e2dad5
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@ clog
|
||||
/pecl_http-4.0.0.tgz
|
||||
/pecl_http-4.1.0.tgz
|
||||
/pecl_http-4.2.0.tgz
|
||||
/pecl_http-4.2.1.tgz
|
||||
|
@ -23,7 +23,7 @@
|
||||
%global with_tests 0%{!?_without_tests:1}
|
||||
%endif
|
||||
|
||||
%global upstream_version 4.2.0
|
||||
%global upstream_version 4.2.1
|
||||
#global upstream_prever RC1
|
||||
|
||||
Name: php-pecl-http
|
||||
@ -185,11 +185,6 @@ export SKIP_ONLINE_TESTS=1
|
||||
rm ?TS/tests/client021.phpt
|
||||
rm ?TS/tests/client022.phpt
|
||||
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
|
||||
@ -258,6 +253,9 @@ NO_INTERACTION=1 \
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Sep 13 2021 Remi Collet <remi@remirepo.net> - 4.2.1-1
|
||||
- update to 4.2.1
|
||||
|
||||
* Wed Sep 1 2021 Remi Collet <remi@remirepo.net> - 4.2.0-1
|
||||
- update to 4.2.0
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pecl_http-4.2.0.tgz) = 12ea85c9395efc949aa2507cf864525384f87b761a65987283d6fd98cc09c9a385492af8acc5c75a293bdf326c2fa86e5e51e33bd2ed4bfa798583efd485d9ed
|
||||
SHA512 (pecl_http-4.2.1.tgz) = 2ad7e57fae313a7b46ba88e528e124ac9d83804827131a6ef478ccf3cf5883dec2d928b8ceb377ee7f5947c76f24d640d77533a9946612419e526786a79877e6
|
||||
|
Loading…
Reference in New Issue
Block a user