diff --git a/.gitignore b/.gitignore index 583685c..7d59ef8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *spec~ /pecl_http-2.0.0dev6.tgz +/pecl_http-2.0.0dev7.tgz diff --git a/php-pecl-http.spec b/php-pecl-http.spec index f44f9f0..ceec813 100644 --- a/php-pecl-http.spec +++ b/php-pecl-http.spec @@ -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 dev6 -%global devver dev +%global prever dev7 +%global devver dev7 Name: php-pecl-http Version: 2.0.0 -Release: 0.5.%{prever}%{?dist} +Release: 0.6.%{prever}%{?dist} Summary: Extended HTTP support License: BSD @@ -36,12 +36,10 @@ Requires: php(zend-abi) = %{php_zend_api} Requires: php(api) = %{php_core_api} # RPM 4.8 -%{?filter_provides_in: %filter_provides_in %{php_extdir}/.*\.so$} -%{?filter_provides_in: %filter_provides_in %{php_ztsextdir}/.*\.so$} +%{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$} %{?filter_setup} # RPM 4.9 -%global __provides_exclude_from %{?__provides_exclude_from:%__provides_exclude_from|}%{php_extdir}/.*\\.so$ -%global __provides_exclude_from %__provides_exclude_from|%{php_ztsextdir}/.*\\.so$ +%global __provides_exclude_from %{?__provides_exclude_from:%__provides_exclude_from|}%{_libdir}/.*\\.so$ %description @@ -159,6 +157,9 @@ rm -rf %{buildroot} %changelog +* Fri Mar 09 2012 Remi Collet - 2.0.0-0.6.dev7 +- update to 2.0.0dev7 + * Fri Mar 02 2012 Remi Collet - 2.0.0-0.5.dev6 - update to 2.0.0dev6 diff --git a/sources b/sources index 776b15e..806cd99 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -acc3cf845eca7600e273abe5339e3590 pecl_http-2.0.0dev6.tgz +88265ac7486cd063e9420444b1bd6ada pecl_http-2.0.0dev7.tgz