diff --git a/.gitignore b/.gitignore index e2262fc..c2fad47 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ +*spec~ +package-*.xml /rrd-1.0.3.tgz +/rrd-1.0.4.tgz diff --git a/php-pecl-rrd.spec b/php-pecl-rrd.spec index fc9c7da..9d0c620 100644 --- a/php-pecl-rrd.spec +++ b/php-pecl-rrd.spec @@ -5,7 +5,7 @@ Summary: PHP Bindings for rrdtool Name: php-pecl-rrd -Version: 1.0.3 +Version: 1.0.4 Release: 1%{?dist} License: PHP Group: Development/Languages @@ -27,10 +27,11 @@ Requires: php(zend-abi) = %{php_zend_api} Requires: php(api) = %{php_core_api} -%{?filter_setup: -%filter_provides_in %{php_extdir}/.*\.so$ -%filter_setup -} +# RPM 4.8 +%{?filter_provides_in: %filter_provides_in %{php_extdir}/.*\.so$} +%{?filter_setup} +# RPM 4.9 +%global __provides_exclude_from %{?__provides_exclude_from:%__provides_exclude_from|}%{php_extdir}/.*\\.so$ %description @@ -118,6 +119,10 @@ fi %changelog +* Tue Aug 16 2011 Remi Collet 1.0.4-1 +- Version 1.0.4 (stable) - API 1.0.4 (stable) +- fix filters + * Fri Apr 29 2011 Remi Collet 1.0.3-1 - Version 1.0.3 (stable) - API 1.0.3 (stable) - no change in sources diff --git a/sources b/sources index d928068..e33c4fd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -96c47a7269c60b995833381e58740667 rrd-1.0.3.tgz +1a0a88fae41d9d9858eaaa3e59f82f22 rrd-1.0.4.tgz