update to 2.0.0dev7

This commit is contained in:
remi 2012-03-09 16:16:15 +01:00
parent 966843c69d
commit 2227ea8066
3 changed files with 10 additions and 8 deletions

1
.gitignore vendored
View File

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

View File

@ -3,12 +3,12 @@
# The project is pecl_http but the extension is only http # The project is pecl_http but the extension is only http
%global proj_name pecl_http %global proj_name pecl_http
%global pecl_name http %global pecl_name http
%global prever dev6 %global prever dev7
%global devver dev %global devver dev7
Name: php-pecl-http Name: php-pecl-http
Version: 2.0.0 Version: 2.0.0
Release: 0.5.%{prever}%{?dist} Release: 0.6.%{prever}%{?dist}
Summary: Extended HTTP support Summary: Extended HTTP support
License: BSD License: BSD
@ -36,12 +36,10 @@ Requires: php(zend-abi) = %{php_zend_api}
Requires: php(api) = %{php_core_api} Requires: php(api) = %{php_core_api}
# RPM 4.8 # RPM 4.8
%{?filter_provides_in: %filter_provides_in %{php_extdir}/.*\.so$} %{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$}
%{?filter_provides_in: %filter_provides_in %{php_ztsextdir}/.*\.so$}
%{?filter_setup} %{?filter_setup}
# RPM 4.9 # RPM 4.9
%global __provides_exclude_from %{?__provides_exclude_from:%__provides_exclude_from|}%{php_extdir}/.*\\.so$ %global __provides_exclude_from %{?__provides_exclude_from:%__provides_exclude_from|}%{_libdir}/.*\\.so$
%global __provides_exclude_from %__provides_exclude_from|%{php_ztsextdir}/.*\\.so$
%description %description
@ -159,6 +157,9 @@ rm -rf %{buildroot}
%changelog %changelog
* Fri Mar 09 2012 Remi Collet <remi@fedoraproject.org> - 2.0.0-0.6.dev7
- update to 2.0.0dev7
* Fri Mar 02 2012 Remi Collet <remi@fedoraproject.org> - 2.0.0-0.5.dev6 * Fri Mar 02 2012 Remi Collet <remi@fedoraproject.org> - 2.0.0-0.5.dev6
- update to 2.0.0dev6 - update to 2.0.0dev6

View File

@ -1 +1 @@
acc3cf845eca7600e273abe5339e3590 pecl_http-2.0.0dev6.tgz 88265ac7486cd063e9420444b1bd6ada pecl_http-2.0.0dev7.tgz