summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-09-09 10:48:59 +0200
committerRemi Collet <fedora@famillecollet.com>2014-09-09 10:48:59 +0200
commit5eb411f9a063f47b5b700d27b2ad4460e3e76b37 (patch)
treeb83a8e312b022cefe1671a82e2f808ce0f911d2a
parent6fa56eeb27b18dfb282aa24eeba080a0f9d8e0dc (diff)
php-pecl-http: 2.1.1
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-http.spec16
2 files changed, 9 insertions, 9 deletions
diff --git a/REFLECTION b/REFLECTION
index 36cc002..4536d7d 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #167 http version 2.1.0 ] {
+Extension [ <persistent> extension #168 http version 2.1.1 ] {
- Dependencies {
Dependency [ raphf (Required) ]
diff --git a/php-pecl-http.spec b/php-pecl-http.spec
index d5e9ad0..a6477a1 100644
--- a/php-pecl-http.spec
+++ b/php-pecl-http.spec
@@ -27,7 +27,7 @@
%global with_tests %{?_without_tests:0}%{!?_without_tests:1}
Name: %{?scl_prefix}php-pecl-http
-Version: 2.1.0
+Version: 2.1.1
Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
Summary: Extended HTTP support
@@ -95,6 +95,7 @@ Obsoletes: %{?scl_prefix}php-pecl-http1 < 2
# Can't install both versions of the same extension
Conflicts: %{?scl_prefix}php-pecl-http1
%endif
+%{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}}
Provides: %{?scl_prefix}php-pecl(%{proj_name}) = %{version}%{?prever}
Provides: %{?scl_prefix}php-pecl(%{proj_name})%{?_isa} = %{version}%{?prever}
@@ -240,11 +241,9 @@ done
%check
%if "%{php_version}" < "5.4"
# Known failed test with 5.3.3 (need investigations)
-rm ?TS/tests/envrequestbody001.phpt \
- ?TS/tests/envrequestbody002.phpt \
- ?TS/tests/envrequestbody003.phpt \
- ?TS/tests/envrequestjson002.phpt \
- ?TS/tests/envresponse015.phpt
+export REPORT_EXIT_STATUS=0
+%else
+export REPORT_EXIT_STATUS=1
%endif
# Shared needed extensions
@@ -268,7 +267,6 @@ SKIP_ONLINE_TESTS=1 \
TEST_PHP_EXECUTABLE=%{__php} \
TEST_PHP_ARGS="-n $modules -d extension=$PWD/modules/%{pecl_name}.so" \
NO_INTERACTION=1 \
-REPORT_EXIT_STATUS=1 \
%{__php} -n run-tests.php --show-diff
%endif
@@ -286,7 +284,6 @@ SKIP_ONLINE_TESTS=1 \
TEST_PHP_EXECUTABLE=%{__ztsphp} \
TEST_PHP_ARGS="-n $modules -d extension=$PWD/modules/%{pecl_name}.so" \
NO_INTERACTION=1 \
-REPORT_EXIT_STATUS=1 \
%{__ztsphp} -n run-tests.php --show-diff
%endif
%endif
@@ -329,6 +326,9 @@ rm -rf %{buildroot}
%changelog
+* Tue Sep 09 2014 Remi Collet <remi@fedoraproject.org> - 2.1.1-1
+- Update to 2.1.1
+
* Mon Sep 1 2014 Remi Collet <remi@fedoraproject.org> - 2.1.0-1
- Update to 2.1.0