diff --git a/.gitignore b/.gitignore index 198a15c..5155778 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/pecl_http-online.patch b/pecl_http-online.patch deleted file mode 100644 index 63bbc6b..0000000 --- a/pecl_http-online.patch +++ /dev/null @@ -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-- - - --FILE-- diff --git a/php-pecl-http.spec b/php-pecl-http.spec index 50f0764..9bdcc9f 100644 --- a/php-pecl-http.spec +++ b/php-pecl-http.spec @@ -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 - 2.3.2-1 +- Update to 2.3.2 +- disable test suite on slow ARM builder + * Mon Mar 2 2015 Remi Collet - 2.3.1-1 - Update to 2.3.1 (stable) diff --git a/sources b/sources index f4aae1c..b594da0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6c7eab41dd5091de1d643fcb8090e939 pecl_http-2.3.1.tgz +f6f7e65a98acb48d7572f21a2249f23c pecl_http-2.3.2.tgz