diff --git a/File-Find-Rule-0.32.tar.bz2 b/File-Find-Rule-0.32.tar.bz2 deleted file mode 100644 index deeca9c..0000000 --- a/File-Find-Rule-0.32.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d2daf474902fa318135a5cfa00b61ed8b174cd001fb00ebe5bc5974839fc5c8 -size 14812 diff --git a/File-Find-Rule-0.33.tar.gz b/File-Find-Rule-0.33.tar.gz new file mode 100644 index 0000000..1d9e512 --- /dev/null +++ b/File-Find-Rule-0.33.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2417752b1eb61774938a67d6f211fbb80eecb3146bf0a0c8699939912559e370 +size 15207 diff --git a/perl-File-Find-Rule.changes b/perl-File-Find-Rule.changes index ca7c60b..f03dc9b 100644 --- a/perl-File-Find-Rule.changes +++ b/perl-File-Find-Rule.changes @@ -1,7 +1,14 @@ +------------------------------------------------------------------- +Wed Sep 21 01:33:36 UTC 2011 - vcizek@suse.com + +- update to 0.33 + Fixes the case where name("foo(*") hits an error with mismatched + parentheis. Reported by Jan Engelhardt. + ------------------------------------------------------------------- Fri Jun 17 07:24:19 UTC 2011 - vcizek@novell.com -- license correction (same as Perl) +- license correction (same as Perl) ------------------------------------------------------------------- Tue Jan 11 13:24:55 UTC 2011 - vcizek@novell.com diff --git a/perl-File-Find-Rule.spec b/perl-File-Find-Rule.spec index 0e77d65..321b1dd 100644 --- a/perl-File-Find-Rule.spec +++ b/perl-File-Find-Rule.spec @@ -19,19 +19,21 @@ %define cpan_name File-Find-Rule Name: perl-%cpan_name -Version: 0.32 +Version: 0.33 Release: 3 -Provides: %cpan_name -Requires: perl-Number-Compare perl-Text-Glob -Group: Development/Libraries/Perl License: GPL-1.0+ or Artistic -Url: http://search.cpan.org/dist/File-Find-Rule/ Summary: Alternative interface to File::Find -Source: %cpan_name-%{version}.tar.bz2 +Url: http://search.cpan.org/dist/File-Find-Rule/ +Group: Development/Libraries/Perl +Source: %cpan_name-%{version}.tar.gz +BuildRequires: perl-Number-Compare +BuildRequires: perl-Text-Glob +BuildRequires: perl-macros +Requires: perl-Number-Compare +Requires: perl-Text-Glob +Provides: %cpan_name BuildRoot: %{_tmppath}/%{name}-%{version}-build %{perl_requires} -BuildRequires: perl-Number-Compare perl-Text-Glob -BuildRequires: perl-macros %description File::Find::Rule is a friendlier interface to File::Find. It allows you to build rules which specify the desired files and directories. @@ -40,19 +42,19 @@ File::Find::Rule is a friendlier interface to File::Find. It allows you to build %setup -q -n %cpan_name-%{version} %build -perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall" +perl Makefile.PL OPTIMIZE="%{optflags} -Wall" make %check make test %install -make DESTDIR=$RPM_BUILD_ROOT install_vendor +make DESTDIR=%{buildroot} install_vendor %perl_process_packlist %clean # clean up the hard disc after build -rm -rf $RPM_BUILD_ROOT +rm -rf %{buildroot} %files %defattr(-,root,root) @@ -60,6 +62,6 @@ rm -rf $RPM_BUILD_ROOT %doc %{_mandir}/man?/* %{perl_vendorlib}/File %{perl_vendorarch}/auto/File -%doc Changes MANIFEST README +%doc Changes MANIFEST %changelog