diff --git a/File-Find-Rule-0.30.tar.gz b/File-Find-Rule-0.30.tar.gz deleted file mode 100644 index 15a82fa..0000000 --- a/File-Find-Rule-0.30.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74f4b3e8c7694b9995678988a9893d2d652d285cfd14d6699fdfafc6a9550846 -size 14684 diff --git a/File-Find-Rule-0.32.tar.bz2 b/File-Find-Rule-0.32.tar.bz2 new file mode 100644 index 0000000..deeca9c --- /dev/null +++ b/File-Find-Rule-0.32.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d2daf474902fa318135a5cfa00b61ed8b174cd001fb00ebe5bc5974839fc5c8 +size 14812 diff --git a/perl-File-Find-Rule.changes b/perl-File-Find-Rule.changes index 0caf868..02e6d05 100644 --- a/perl-File-Find-Rule.changes +++ b/perl-File-Find-Rule.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Jan 11 13:24:55 UTC 2011 - vcizek@novell.com + +- update to 0.32 + Rework the referencing of anyonymous subroutines internally, + closes RT#46599 (Reported by Kevin Ryde) + Move to Makefile.PL + use Test::Differences in the testsuite if available. + Rearrange the testsuite so you don't keep tripping over yourself. + Dropped 5.00503 backwards compatibility, allows some 5.6isms and + dropping the shonky Cwd code. + All taint 'bugs' are now the same as the behaviour of File::Find, + documentation has been added to describe this. +- bzipped tarball + ------------------------------------------------------------------- Wed Dec 1 11:43:59 UTC 2010 - coolo@novell.com diff --git a/perl-File-Find-Rule.spec b/perl-File-Find-Rule.spec index 6f69bf1..a47442f 100644 --- a/perl-File-Find-Rule.spec +++ b/perl-File-Find-Rule.spec @@ -1,7 +1,7 @@ %define cpan_name File-Find-Rule Name: perl-%cpan_name -Version: 0.30 +Version: 0.32 Release: 1 Provides: %cpan_name Requires: perl-Number-Compare perl-Text-Glob @@ -9,7 +9,7 @@ Group: Development/Libraries/Perl License: Artistic URL: http://search.cpan.org/dist/File-Find-Rule/ Summary: Alternative interface to File::Find -Source: %cpan_name-%{version}.tar.gz +Source: %cpan_name-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build %{perl_requires} BuildRequires: perl-Number-Compare perl-Text-Glob @@ -24,6 +24,8 @@ File::Find::Rule is a friendlier interface to File::Find. It allows you to build %build perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall" make + +%check make test %install