rpms/php-phpunit-File-Iterator/F-13 .cvsignore, 1.5, 1.6 php-phpunit-File-Iterator.spec, 1.6, 1.7 sources, 1.5, 1.6

Christof Damian cdamian at fedoraproject.org
Thu Jul 22 17:23:46 UTC 2010


Author: cdamian

Update of /cvs/pkgs/rpms/php-phpunit-File-Iterator/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv749

Modified Files:
	.cvsignore php-phpunit-File-Iterator.spec sources 
Log Message:
upstream 1.2.2, bugfix, fix php-pear requirement


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/php-phpunit-File-Iterator/F-13/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	8 May 2010 14:03:27 -0000	1.5
+++ .cvsignore	22 Jul 2010 17:23:46 -0000	1.6
@@ -1 +1 @@
-File_Iterator-1.2.1.tgz
+File_Iterator-1.2.2.tgz


Index: php-phpunit-File-Iterator.spec
===================================================================
RCS file: /cvs/pkgs/rpms/php-phpunit-File-Iterator/F-13/php-phpunit-File-Iterator.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- php-phpunit-File-Iterator.spec	8 May 2010 14:03:28 -0000	1.6
+++ php-phpunit-File-Iterator.spec	22 Jul 2010 17:23:46 -0000	1.7
@@ -3,8 +3,8 @@
 %global channel pear.phpunit.de
 
 Name:           php-phpunit-File-Iterator
-Version:        1.2.1
-Release:        1%{?dist}
+Version:        1.2.2
+Release:        2%{?dist}
 Summary:        FilterIterator implementation that filters files based on a list of suffixes
 
 Group:          Development/Libraries
@@ -29,8 +29,11 @@ FilterIterator implementation that filte
 
 %prep
 %setup -q -c
-[ -f package2.xml ] || mv package.xml package2.xml
+[ -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
+
 
 %build
 cd %{pear_name}-%{version}
@@ -39,7 +42,8 @@ cd %{pear_name}-%{version}
 
 %install
 cd %{pear_name}-%{version}
-%{__rm} -rf $RPM_BUILD_ROOT docdir
+%{__rm} -rf $RPM_BUILD_ROOT docdir# package.xml states 1.9.1, but does not use it
+
 %{__pear} install --nodeps --packagingroot $RPM_BUILD_ROOT %{name}.xml
 
 # Clean up unnecessary files
@@ -72,6 +76,12 @@ fi
 %{pear_phpdir}/File
 
 %changelog
+* Thu Jul 22 2010 Christof Damian <christof at damian.net> - 1.2.2-2
+- fix minimum pear requirement
+
+* Thu Jul 22 2010 Christof Damian <christof at damian.net> - 1.2.2-1
+- upstream 1.2.2, bugfix
+
 * Sat May  8 2010 Christof Damian <christof at damian.net> - 1.2.1-1
 - upstream 1.2.1
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/php-phpunit-File-Iterator/F-13/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	8 May 2010 14:03:28 -0000	1.5
+++ sources	22 Jul 2010 17:23:46 -0000	1.6
@@ -1 +1 @@
-1cda909cf73cf5f7580050c63b1d496b  File_Iterator-1.2.1.tgz
+3a0594013f62747794a54b468902f01e  File_Iterator-1.2.2.tgz



More information about the scm-commits mailing list