update to 2.0.0dev8

This commit is contained in:
remi 2012-03-16 19:22:30 +01:00
parent 2227ea8066
commit ec9096ec34
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
*spec~
/pecl_http-2.0.0dev6.tgz
/pecl_http-2.0.0dev7.tgz
/pecl_http-2.0.0dev8.tgz

View File

@ -3,12 +3,12 @@
# The project is pecl_http but the extension is only http
%global proj_name pecl_http
%global pecl_name http
%global prever dev7
%global devver dev7
%global prever dev8
%global devver dev8
Name: php-pecl-http
Version: 2.0.0
Release: 0.6.%{prever}%{?dist}
Release: 0.7.%{prever}%{?dist}
Summary: Extended HTTP support
License: BSD
@ -157,6 +157,9 @@ rm -rf %{buildroot}
%changelog
* Fri Mar 16 2012 Remi Collet <remi@fedoraproject.org> - 2.0.0-0.7.dev8
- update to 2.0.0dev8
* Fri Mar 09 2012 Remi Collet <remi@fedoraproject.org> - 2.0.0-0.6.dev7
- update to 2.0.0dev7

View File

@ -1 +1 @@
88265ac7486cd063e9420444b1bd6ada pecl_http-2.0.0dev7.tgz
9811311f5f5ccc9bb623f587ea7c1df8 pecl_http-2.0.0dev8.tgz