diff --git a/.cvsignore b/.cvsignore index d478cc8..9e010ba 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Module-Find-0.06.tar.gz +Module-Find-0.08.tar.gz diff --git a/perl-Module-Find-changes.patch b/perl-Module-Find-changes.patch new file mode 100644 index 0000000..9a63be0 --- /dev/null +++ b/perl-Module-Find-changes.patch @@ -0,0 +1,17 @@ +2009-10-07 Stepan Kasal + + * Changes: fix utf-8 typo, add entry from Find.pm + +--- Module-Find-0.08/Changes.cha 2009-09-08 11:00:16.000000000 +0200 ++++ Module-Find-0.08/Changes 2009-10-07 16:16:11.000000000 +0200 +@@ -25,6 +25,9 @@ + + 0.06, 2008-01-26 + Module::Find now won't report duplicate modules several times +- anymore (thanks to Uwe V�lker for the report and the patch) ++ anymore (thanks to Uwe V�lker for the report and the patch) + ++ 0.07, 2009-09-08 ++ Fixed RT#38302: Module::Find now follows symlinks by default ++ (can be disabled). + diff --git a/perl-Module-Find.spec b/perl-Module-Find.spec index 1671cbf..d4b2370 100644 --- a/perl-Module-Find.spec +++ b/perl-Module-Find.spec @@ -1,12 +1,13 @@ Name: perl-Module-Find -Version: 0.06 -Release: 3%{?dist} +Version: 0.08 +Release: 1%{?dist} Summary: Find and use installed modules in a (sub)category Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Module-Find/ Source0: http://www.cpan.org/authors/id/C/CR/CRENZ/Module-Find-%{version}.tar.gz +Patch0: perl-Module-Find-changes.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -23,6 +24,7 @@ between looking in the category itself or in all subcategories. %prep %setup -q -n Module-Find-%{version} +%patch0 -p1 %build @@ -34,7 +36,7 @@ make %{?_smp_mflags} rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' -find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' +find $RPM_BUILD_ROOT -depth -type d -empty -exec ';' %{_fixperms} $RPM_BUILD_ROOT/* @@ -54,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Oct 7 2009 Stepan Kasal - 0.08-1 +- new upstream version + * Sun Jul 26 2009 Fedora Release Engineering - 0.06-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index 58763b9..4d25aed 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -64254ded9d9aea2845a2c7cf25a2949b Module-Find-0.06.tar.gz +6becb3eeba2da3dba180b9c90cd75e7b Module-Find-0.08.tar.gz