- update to 2.0.0beta2

- also provides php-http
- remove old directives from configuration file
This commit is contained in:
Remi Collet 2012-11-29 12:24:23 +01:00
parent 9c6e2089e0
commit 7ddc0e24cc
4 changed files with 11 additions and 20 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ package-*.xml
/pecl_http-2.0.0dev10.tgz
/pecl_http-2.0.0alpha1.tgz
/pecl_http-2.0.0beta1.tgz
/pecl_http-2.0.0beta2.tgz

View File

@ -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

View File

@ -3,19 +3,16 @@
# 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
Group: Development/Languages
URL: http://pecl.php.net/package/pecl_http
# upstream archive is corrupted, need to be repack
# tar xif pecl_http-2.0.0beta1.tgz
# tar cf pecl_http-2.0.0beta1.tgz package.xml pecl_http-2.0.0beta1
Source0: http://pecl.php.net/get/%{proj_name}-%{version}%{?prever}.tgz
# From http://www.php.net/manual/en/http.configuration.php
@ -40,6 +37,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}
# Filter shared private
%{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$}
@ -157,6 +156,11 @@ fi
%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

View File

@ -1 +1 @@
46d2d78bb93d8cf6bca54c8b5360de9b pecl_http-2.0.0beta1.tgz
8a78443a789e7aef67a741339d73977c pecl_http-2.0.0beta2.tgz