update to 2.0.7

This commit is contained in:
Remi Collet 2014-07-11 15:57:50 +02:00
parent d37e289ac1
commit 329dcc2109
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

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

View File

@ -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@fedoraproject.org> - 2.0.7-1
- Update to 2.0.7
* Thu Jun 19 2014 Remi Collet <rcollet@redhat.com> - 2.0.6-4
- rebuild for https://fedoraproject.org/wiki/Changes/Php56

View File

@ -1 +1 @@
0f1f35e79c7b4be2a5230123edc7c760 pecl_http-2.0.6.tgz
49482e5fc049bea682d65314c65ae8ea pecl_http-2.0.7.tgz