update to 1.0.4

This commit is contained in:
remi 2011-08-16 08:27:12 +02:00
parent 06840161e7
commit 9a3a2906fb
3 changed files with 14 additions and 6 deletions

3
.gitignore vendored
View File

@ -1 +1,4 @@
*spec~
package-*.xml
/rrd-1.0.3.tgz
/rrd-1.0.4.tgz

View File

@ -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 <Fedora@FamilleCollet.com> 1.0.4-1
- Version 1.0.4 (stable) - API 1.0.4 (stable)
- fix filters
* Fri Apr 29 2011 Remi Collet <Fedora@FamilleCollet.com> 1.0.3-1
- Version 1.0.3 (stable) - API 1.0.3 (stable)
- no change in sources

View File

@ -1 +1 @@
96c47a7269c60b995833381e58740667 rrd-1.0.3.tgz
1a0a88fae41d9d9858eaaa3e59f82f22 rrd-1.0.4.tgz