[php-phpunit-File-Iterator] fix pear requirement

Christof Damian cdamian at fedoraproject.org
Sat Mar 5 10:10:01 UTC 2011


commit 3dd6748fefdb31feeb5201d513a942e83f583804
Author: Christof Damian <christof at damian.net>
Date:   Sat Mar 5 11:09:41 2011 +0100

    fix pear requirement

 php-phpunit-File-Iterator.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/php-phpunit-File-Iterator.spec b/php-phpunit-File-Iterator.spec
index 08eef54..8bb35e9 100644
--- a/php-phpunit-File-Iterator.spec
+++ b/php-phpunit-File-Iterator.spec
@@ -4,7 +4,7 @@
 
 Name:           php-phpunit-File-Iterator
 Version:        1.2.6
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        FilterIterator implementation that filters files based on a list of suffixes
 
 Group:          Development/Libraries
@@ -32,7 +32,7 @@ FilterIterator implementation that filters files based on a list of suffixes.
 [ -f package2.xml ] || %{__mv} package.xml package2.xml
 %{__mv} package2.xml %{pear_name}-%{version}/%{name}.xml
 cd %{pear_name}-%{version}
-%{__sed} -i -e "s@<min>1.9.1</min>@<min>1.9.0</min>@" %{name}.xml
+%{__sed} -i -e "s@<min>1.9.2</min>@<min>1.9.0</min>@" %{name}.xml
 
 
 %build
@@ -76,6 +76,9 @@ fi
 %{pear_phpdir}/File
 
 %changelog
+* Sat Mar  5 2011 Christof Damian <christof at damian.net> - 1.2.6-2
+- fix pear requirement
+
 * Fri Mar  4 2011 Christof Damian <christof at damian.net> - 1.2.6-1
 - upstream 1.2.6
 


More information about the scm-commits mailing list