summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-03-12 12:14:46 +0100
committerRemi Collet <fedora@famillecollet.com>2015-03-12 12:14:46 +0100
commit6d4c46a87e6e3162e966b092e3d0f430077c8549 (patch)
treec2bb374c3928a35cb34a14bf6ff98b9ba2a500f7
parented9734ad948f267ff47e876b8ac6fa19d0d1c777 (diff)
php-pecl-http: 2.3.2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-http.spec11
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 [ <persistent> extension #172 http version 2.3.1 ] {
+Extension [ <persistent> 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 <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)