[php-pecl-http/f17] - update to 2.0.0beta2 - also provides php-http - remove old directives from configuration file

Remi Collet remi at fedoraproject.org
Thu Nov 29 11:43:13 UTC 2012


commit 7ddc0e24cc7089997a7b1bb0cbef054baeef5c58
Author: Remi Collet <remi at fedoraproject.org>
Date:   Thu Nov 29 12:24:23 2012 +0100

    - update to 2.0.0beta2
    - also provides php-http
    - remove old directives from configuration file

 .gitignore         |    1 +
 pecl_http.ini      |   14 --------------
 php-pecl-http.spec |   14 +++++++++-----
 sources            |    2 +-
 4 files changed, 11 insertions(+), 20 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1e2679d..09398ed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
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 646c582..98b45c9 100644
--- a/php-pecl-http.spec
+++ b/php-pecl-http.spec
@@ -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 at 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 at 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
diff --git a/sources b/sources
index 518d53e..0d13437 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-46d2d78bb93d8cf6bca54c8b5360de9b  pecl_http-2.0.0beta1.tgz
+8a78443a789e7aef67a741339d73977c  pecl_http-2.0.0beta2.tgz


More information about the scm-commits mailing list