- Update to 2.3.2

- disable test suite on slow ARM builder
This commit is contained in:
Remi Collet 2015-03-13 09:55:09 +01:00
parent a4d8ecc36c
commit 3c46cc725e
4 changed files with 12 additions and 41 deletions

25
.gitignore vendored
View File

@ -1,26 +1,3 @@
clog
package-*.xml
php-pecl-http.spec~
/pecl_http-2.0.0dev6.tgz
/pecl_http-2.0.0dev7.tgz
/pecl_http-2.0.0dev8.tgz
/pecl_http-2.0.0dev10.tgz
/pecl_http-2.0.0alpha1.tgz
/pecl_http-2.0.0beta1.tgz
/pecl_http-2.0.0beta2.tgz
/pecl_http-2.0.0beta3.tgz
/pecl_http-2.0.0beta4.tgz
/pecl_http-2.0.0beta5.tgz
/pecl_http-2.0.0.tgz
/pecl_http-2.0.1.tgz
/pecl_http-2.0.3.tgz
/pecl_http-2.0.4.tgz
/pecl_http-2.0.5.tgz
/pecl_http-2.0.6.tgz
/pecl_http-2.0.7.tgz
/pecl_http-2.1.0.tgz
/pecl_http-2.1.1.tgz
/pecl_http-2.1.4.tgz
/pecl_http-2.2.0.tgz
/pecl_http-2.2.1.tgz
/pecl_http-2.3.1.tgz
/pecl_http-2.3.2.tgz

View File

@ -1,12 +0,0 @@
diff --git a/tests/client003.phpt b/tests/client003.phpt
index a6b1a4c..bca3302 100644
--- a/tests/client003.phpt
+++ b/tests/client003.phpt
@@ -3,6 +3,7 @@ client once & wait
--SKIPIF--
<?php
include "skipif.inc";
+skip_online_test();
skip_client_test();
?>
--FILE--

View File

@ -22,10 +22,15 @@
# after 40-json 20-iconv 40-propro 40-raphf
%global ini_name 50-%{pecl_name}.ini
%endif
%ifarch %{arm}
# Test suite disabled because of erratic results on slow ARM (timeout)
%global with_tests %{?_with_tests:1}%{!?_with_tests:0}
%else
%global with_tests %{?_without_tests:0}%{!?_without_tests:1}
%endif
Name: php-pecl-http
Version: 2.3.1
Version: 2.3.2
Release: 1%{?dist}
Summary: Extended HTTP support
@ -37,8 +42,6 @@ Source0: http://pecl.php.net/get/%{proj_name}-%{version}%{?prever}.tgz
# From http://www.php.net/manual/en/http.configuration.php
Source1: %{proj_name}.ini
Patch0: %{proj_name}-online.patch
BuildRequires: php-devel >= 5.3.0
BuildRequires: php-hash
BuildRequires: php-iconv
@ -132,7 +135,6 @@ These are the files needed to compile programs using HTTP extension.
mv %{proj_name}-%{version}%{?prever} NTS
cd NTS
%patch0 -p1
extver=$(sed -n '/#define PHP_PECL_HTTP_VERSION/{s/.* "//;s/".*$//;p}' php_http.h)
if test "x${extver}" != "x%{version}%{?prever}"; then
@ -281,6 +283,10 @@ fi
%changelog
* Thu Mar 12 2015 Remi Collet <remi@fedoraproject.org> - 2.3.2-1
- Update to 2.3.2
- disable test suite on slow ARM builder
* Mon Mar 2 2015 Remi Collet <remi@fedoraproject.org> - 2.3.1-1
- Update to 2.3.1 (stable)

View File

@ -1 +1 @@
6c7eab41dd5091de1d643fcb8090e939 pecl_http-2.3.1.tgz
f6f7e65a98acb48d7572f21a2249f23c pecl_http-2.3.2.tgz