From 44f87d83a6f85f48801d79977527771a2c2e1219 Mon Sep 17 00:00:00 2001 From: Christof Damian Date: Jul 22 2010 16:52:50 +0000 Subject: upstream 1.2.2, bugfix --- diff --git a/.cvsignore b/.cvsignore index 4805454..0bba37e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -File_Iterator-1.2.1.tgz +File_Iterator-1.2.2.tgz diff --git a/php-phpunit-File-Iterator.spec b/php-phpunit-File-Iterator.spec index 32083f7..2d0d960 100644 --- a/php-phpunit-File-Iterator.spec +++ b/php-phpunit-File-Iterator.spec @@ -3,7 +3,7 @@ %global channel pear.phpunit.de Name: php-phpunit-File-Iterator -Version: 1.2.1 +Version: 1.2.2 Release: 1%{?dist} Summary: FilterIterator implementation that filters files based on a list of suffixes @@ -14,7 +14,8 @@ Source0: http://pear.phpunit.de/get/%{pear_name}-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: php-pear >= 1:1.9.0 +# package.xml states 1.9.1, but does not use it +BuildRequires: php-pear >= 1:1.9.0 BuildRequires: php-channel(%{channel}) Requires: php-channel(%{channel}) Requires: php-common >= 5.2.7 @@ -72,6 +73,9 @@ fi %{pear_phpdir}/File %changelog +* Thu Jul 22 2010 Christof Damian - 1.2.2-1 +- upstream 1.2.2, bugfix + * Sat May 8 2010 Christof Damian - 1.2.1-1 - upstream 1.2.1 diff --git a/sources b/sources index 96ab915..492b59d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1cda909cf73cf5f7580050c63b1d496b File_Iterator-1.2.1.tgz +3a0594013f62747794a54b468902f01e File_Iterator-1.2.2.tgz