summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-11-29 12:09:04 +0100
committerRemi Collet <fedora@famillecollet.com>2012-11-29 12:09:04 +0100
commit56e68d2e4755fcc5675606afe26edc85da9ed197 (patch)
treee1d0412e51fc72152f4254d911d6493d73502fdc
parent9283f16c361dd927688e7d92209a9d6ac6493666 (diff)
php-pecl-http: 2.0.0beta2
-rw-r--r--pecl_http.ini14
-rw-r--r--php-pecl-http.spec11
2 files changed, 9 insertions, 16 deletions
diff --git a/pecl_http.ini b/pecl_http.ini
index 87b98a4..f5f4205 100644
--- a/pecl_http.ini
+++ b/pecl_http.ini
@@ -11,17 +11,3 @@ extension=http.so
; The maximum amount of persistent handles to keep alive.
;http.persistent_handle.limit = -1
-; Whether the global HttpRequestDataShare should by default share connect information.
-; This is not yet implemented in libcurl.
-;http.request_datashare.connect = 0
-
-; Whether the global HttpRequestDataShare should by default share cookie information.
-;http.request_datashare.cookie = 0
-
-; Whether the global HttpRequestDataShare should by default share name lookup information.
-;http.request_datashare.dns = 1
-
-; Whether the global HttpRequestDataShare should by default share SSL session information.
-; This is not yet implemented in libcurl.
-;http.request_datashare.ssl = 0
-
diff --git a/php-pecl-http.spec b/php-pecl-http.spec
index 4dfe617..f033a10 100644
--- a/php-pecl-http.spec
+++ b/php-pecl-http.spec
@@ -3,11 +3,11 @@
# The project is pecl_http but the extension is only http
%global proj_name pecl_http
%global pecl_name http
-%global prever beta1
+%global prever beta2
Name: php-pecl-http
Version: 2.0.0
-Release: 0.11.%{prever}%{?dist}
+Release: 0.12.%{prever}%{?dist}
Summary: Extended HTTP support
License: BSD
@@ -41,6 +41,8 @@ Provides: php-pecl(%{proj_name}) = %{version}%{?prever}
Provides: php-pecl(%{proj_name})%{?_isa} = %{version}%{?prever}
Provides: php-pecl(%{pecl_name}) = %{version}%{?prever}
Provides: php-pecl(%{pecl_name})%{?_isa} = %{version}%{?prever}
+Provides: php-%{pecl_name} = %{version}%{?prever}
+Provides: php-%{pecl_name}%{?_isa} = %{version}%{?prever}
# Other third party repo stuff
Obsoletes: php53-pecl-http
@@ -173,6 +175,11 @@ rm -rf %{buildroot}
%changelog
+* Thu Nov 29 2012 Remi Collet <remi@fedoraproject.org> - 2.0.0-0.12.beta2
+- update to 2.0.0beta2
+- also provides php-http
+- remove old directives from configuration file
+
* Fri Oct 12 2012 Remi Collet <remi@fedoraproject.org> - 2.0.0-0.11.beta1
- update to 2.0.0beta1
- must be load after json, to rename config to z-http.ini