- new upstream version

epel9
Štěpán Kasal 16 years ago
parent b7a3f07a35
commit 2bb2ba05a8

@ -1 +1 @@
Module-Find-0.06.tar.gz Module-Find-0.08.tar.gz

@ -0,0 +1,17 @@
2009-10-07 Stepan Kasal <skasal@redhat.com>
* 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).

@ -1,12 +1,13 @@
Name: perl-Module-Find Name: perl-Module-Find
Version: 0.06 Version: 0.08
Release: 3%{?dist} Release: 1%{?dist}
Summary: Find and use installed modules in a (sub)category Summary: Find and use installed modules in a (sub)category
Group: Development/Libraries Group: Development/Libraries
License: GPL+ or Artistic License: GPL+ or Artistic
URL: http://search.cpan.org/dist/Module-Find/ URL: http://search.cpan.org/dist/Module-Find/
Source0: http://www.cpan.org/authors/id/C/CR/CRENZ/Module-Find-%{version}.tar.gz 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) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch BuildArch: noarch
@ -23,6 +24,7 @@ between looking in the category itself or in all subcategories.
%prep %prep
%setup -q -n Module-Find-%{version} %setup -q -n Module-Find-%{version}
%patch0 -p1
%build %build
@ -34,7 +36,7 @@ make %{?_smp_mflags}
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$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 -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/* %{_fixperms} $RPM_BUILD_ROOT/*
@ -54,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Wed Oct 7 2009 Stepan Kasal <skasal@redhat.com> - 0.08-1
- new upstream version
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.06-3 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.06-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

@ -1 +1 @@
64254ded9d9aea2845a2c7cf25a2949b Module-Find-0.06.tar.gz 6becb3eeba2da3dba180b9c90cd75e7b Module-Find-0.08.tar.gz

Loading…
Cancel
Save