Update to 2.0.1 (stable)

(cherry picked from commit 065d7c3db3)
This commit is contained in:
Remi Collet 2013-11-26 14:00:40 +01:00
parent 0d71d9ec83
commit 14f499fe97
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

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

View File

@ -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@fedoraproject.org> - 2.0.1-1
- Update to 2.0.1 (stable)
* Fri Nov 22 2013 Remi Collet <remi@fedoraproject.org> - 2.0.0-1
- update to 2.0.0 (stable)
- install doc in pecl doc_dir

View File

@ -1 +1 @@
1e79f5d34124f816e204d41cae8cc11a pecl_http-2.0.0.tgz
53beac2317c6d468590b39926aae59a0 pecl_http-2.0.1.tgz