[php-pecl-http] update to 2.0.7

Remi Collet remi at fedoraproject.org
Fri Jul 11 13:57:36 UTC 2014


commit 329dcc2109a6f57316d7fd1df0f014c63ff09e60
Author: Remi Collet <remi at fedoraproject.org>
Date:   Fri Jul 11 15:57:50 2014 +0200

    update to 2.0.7

 .gitignore         |    1 +
 php-pecl-http.spec |   11 +++++++----
 sources            |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 60decd5..dcdc477 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@ php-pecl-http.spec~
 /pecl_http-2.0.4.tgz
 /pecl_http-2.0.5.tgz
 /pecl_http-2.0.6.tgz
+/pecl_http-2.0.7.tgz
diff --git a/php-pecl-http.spec b/php-pecl-http.spec
index 547c77b..b913ab4 100644
--- a/php-pecl-http.spec
+++ b/php-pecl-http.spec
@@ -24,8 +24,8 @@
 %endif
 
 Name:           php-pecl-http
-Version:        2.0.6
-Release:        4%{?dist}
+Version:        2.0.7
+Release:        1%{?dist}
 Summary:        Extended HTTP support
 
 License:        BSD
@@ -65,7 +65,7 @@ Requires:       php-spl%{?_isa}
 %endif
 Requires:       php-pecl(propro)%{?_isa}
 Requires:       php-pecl(raphf)%{?_isa}
-%if 0%{?fedora} >= 21
+%if "%{php_version}" > "5.6"
 # V1 don't support PHP 5.6 https://bugs.php.net/66879
 Obsoletes:      php-pecl-http1 < 2
 %else
@@ -113,7 +113,7 @@ Summary:       Extended HTTP support developer files (header)
 Group:         Development/Libraries
 Requires:      php-pecl-http%{?_isa} = %{version}-%{release}
 Requires:      php-devel%{?_isa} >= 5.3.0
-%if 0%{?fedora} >= 21
+%if "%{php_version}" > "5.6"
 Obsoletes:     php-pecl-http1-devel < 2
 %else
 Conflicts:     php-pecl-http1-devel
@@ -246,6 +246,9 @@ fi
 
 
 %changelog
+* Fri Jul 11 2014 Remi Collet <remi at fedoraproject.org> - 2.0.7-1
+- Update to 2.0.7
+
 * Thu Jun 19 2014 Remi Collet <rcollet at redhat.com> - 2.0.6-4
 - rebuild for https://fedoraproject.org/wiki/Changes/Php56
 
diff --git a/sources b/sources
index dfc90ea..4df8dab 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0f1f35e79c7b4be2a5230123edc7c760  pecl_http-2.0.6.tgz
+49482e5fc049bea682d65314c65ae8ea  pecl_http-2.0.7.tgz


More information about the scm-commits mailing list