From 6d4c46a87e6e3162e966b092e3d0f430077c8549 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 12 Mar 2015 12:14:46 +0100 Subject: php-pecl-http: 2.3.2 --- REFLECTION | 2 +- php-pecl-http.spec | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/REFLECTION b/REFLECTION index f0b8925..c17a2c2 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #172 http version 2.3.1 ] { +Extension [ extension #172 http version 2.3.2 ] { - Dependencies { Dependency [ raphf (Required) ] diff --git a/php-pecl-http.spec b/php-pecl-http.spec index 8465cef..352e4b8 100644 --- a/php-pecl-http.spec +++ b/php-pecl-http.spec @@ -24,11 +24,16 @@ # 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 #global prever RC1 Name: %{?scl_prefix}php-pecl-http -Version: 2.3.1 +Version: 2.3.2 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} Summary: Extended HTTP support @@ -342,6 +347,10 @@ rm -rf %{buildroot} %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) -- cgit