[php-pecl-http/f18] Update to 2.0.1 (stable)

Remi Collet remi at fedoraproject.org
Tue Nov 26 13:17:51 UTC 2013


commit c3ea4dcd801b8402bbec3827320c9201cf932d11
Author: Remi Collet <remi at fedoraproject.org>
Date:   Tue Nov 26 14:00:40 2013 +0100

    Update to 2.0.1 (stable)
    
    (cherry picked from commit 065d7c3db353a5cfcc6dc7fbafe51236efa80192)

 .gitignore         |    1 +
 php-pecl-http.spec |    6 +++++-
 sources            |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a198f4e..e5f5e82 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ php-pecl-http.spec~
 /pecl_http-2.0.0beta4.tgz
 /pecl_http-2.0.0beta5.tgz
 /pecl_http-2.0.0.tgz
+/pecl_http-2.0.1.tgz
diff --git a/php-pecl-http.spec b/php-pecl-http.spec
index d4449e2..3c31b36 100644
--- a/php-pecl-http.spec
+++ b/php-pecl-http.spec
@@ -17,7 +17,7 @@
 %global with_zts  0%{?__ztsphp:1}
 
 Name:           php-pecl-http
-Version:        2.0.0
+Version:        2.0.1
 Release:        1%{?dist}
 Summary:        Extended HTTP support
 
@@ -58,6 +58,7 @@ Requires:       php-spl%{?_isa}
 %endif
 Requires:       php-pecl(propro)%{?_isa}
 Requires:       php-pecl(raphf)%{?_isa}
+# From code ZEND_MOD_CONFLICTS("event")
 Conflicts:      php-event
 
 Provides:       php-pecl(%{proj_name})         = %{version}%{?prever}
@@ -216,6 +217,9 @@ fi
 
 
 %changelog
+* Tue Nov 26 2013 Remi Collet <remi at fedoraproject.org> - 2.0.1-1
+- Update to 2.0.1 (stable)
+
 * Fri Nov 22 2013 Remi Collet <remi at fedoraproject.org> - 2.0.0-1
 - update to 2.0.0 (stable)
 - install doc in pecl doc_dir
diff --git a/sources b/sources
index dce8e43..d0a6730 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1e79f5d34124f816e204d41cae8cc11a  pecl_http-2.0.0.tgz
+53beac2317c6d468590b39926aae59a0  pecl_http-2.0.1.tgz


More information about the scm-commits mailing list