rpms/php-phpunit-File-Iterator/F-12 .cvsignore, 1.2, 1.3 php-phpunit-File-Iterator.spec, 1.2, 1.3 sources, 1.3, 1.4

Christof Damian cdamian at fedoraproject.org
Tue Feb 9 19:47:55 UTC 2010


Author: cdamian

Update of /cvs/pkgs/rpms/php-phpunit-File-Iterator/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14774

Modified Files:
	.cvsignore php-phpunit-File-Iterator.spec sources 
Log Message:
- upstream 1.2.0
- increased php-common requirements to 5.2.7
- increased php-pear requirement
- use global instead of define
- use channel macro in postun



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/php-phpunit-File-Iterator/F-12/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	3 Dec 2009 07:30:43 -0000	1.2
+++ .cvsignore	9 Feb 2010 19:47:54 -0000	1.3
@@ -1 +1 @@
-File_Iterator-1.1.0.tgz
+File_Iterator-1.2.0.tgz


Index: php-phpunit-File-Iterator.spec
===================================================================
RCS file: /cvs/pkgs/rpms/php-phpunit-File-Iterator/F-12/php-phpunit-File-Iterator.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- php-phpunit-File-Iterator.spec	18 Dec 2009 07:36:33 -0000	1.2
+++ php-phpunit-File-Iterator.spec	9 Feb 2010 19:47:55 -0000	1.3
@@ -1,10 +1,10 @@
 %{!?__pear: %{expand: %%global __pear %{_bindir}/pear}}
-%define pear_name File_Iterator
-%define channel pear.phpunit.de
+%global pear_name File_Iterator
+%global channel pear.phpunit.de
 
 Name:           php-phpunit-File-Iterator
-Version:        1.1.1
-Release:        2%{?dist}
+Version:        1.2.0
+Release:        1%{?dist}
 Summary:        FilterIterator implementation that filters files based on a list of suffixes
 
 Group:          Development/Libraries
@@ -14,10 +14,10 @@ Source0:        http://pear.phpunit.de/g
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  php-pear >= 1:1.7.2
+BuildRequires:  php-pear >= 1:1.9.0
 BuildRequires:  php-channel(%{channel})
 Requires:       php-channel(%{channel})
-Requires:       php-common >= 5.1.4
+Requires:       php-common >= 5.2.7
 Requires(post): %{__pear}
 Requires(postun): %{__pear}
 
@@ -31,9 +31,6 @@ FilterIterator implementation that filte
 %setup -q -c
 [ -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.8.1</min>@<min>1.7.2</min>@" %{name}.xml
-
 
 %build
 cd %{pear_name}-%{version}
@@ -65,7 +62,7 @@ cd %{pear_name}-%{version}
 %postun
 if [ $1 -eq 0 ] ; then
   %{__pear} uninstall --nodeps --ignore-errors --register-only \
-    pear.phpunit.de/%{pear_name} >/dev/null || :
+    %{channel}/%{pear_name} >/dev/null || :
 fi
 
 
@@ -75,6 +72,13 @@ fi
 %{pear_phpdir}/File
 
 %changelog
+* Tue Feb  9 2010 Christof Damian <christof at damian.net> - 1.2.0-1
+- upstream 1.2.0
+- increased php-common requirements to 5.2.7
+- increased php-pear requirement
+- use global instead of define
+- use channel macro in postun
+
 * Thu Dec 17 2009 Christof Damian <christof at damian.net> 1.1.1-2
 - version 1.1.1 lowered the php requirement
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/php-phpunit-File-Iterator/F-12/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	18 Dec 2009 07:36:33 -0000	1.3
+++ sources	9 Feb 2010 19:47:55 -0000	1.4
@@ -1 +1 @@
-b161a25641bbfde84227fd3b951742d7  File_Iterator-1.1.1.tgz
+a75d831cf3c7f1df4b7526beb009b6bc  File_Iterator-1.2.0.tgz



More information about the scm-commits mailing list