rpms/perl-Module-Find/F-12 perl-Module-Find-changes.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 perl-Module-Find.spec, 1.5, 1.6 sources, 1.3, 1.4

Štěpán Kasal kasal at fedoraproject.org
Thu Oct 29 18:24:10 UTC 2009


Author: kasal

Update of /cvs/extras/rpms/perl-Module-Find/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18004

Modified Files:
	.cvsignore perl-Module-Find.spec sources 
Added Files:
	perl-Module-Find-changes.patch 
Log Message:
sync with rawhide

perl-Module-Find-changes.patch:
 Changes |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

--- NEW FILE perl-Module-Find-changes.patch ---
2009-10-07  Stepan Kasal  <skasal at 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).
 


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Find/F-12/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	3 Jul 2008 06:07:16 -0000	1.3
+++ .cvsignore	29 Oct 2009 18:24:09 -0000	1.4
@@ -1 +1 @@
-Module-Find-0.06.tar.gz
+Module-Find-0.08.tar.gz


Index: perl-Module-Find.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Find/F-12/perl-Module-Find.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- perl-Module-Find.spec	26 Jul 2009 11:18:08 -0000	1.5
+++ perl-Module-Find.spec	29 Oct 2009 18:24:09 -0000	1.6
@@ -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 o
 
 %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 rmdir {} ';'
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 
@@ -54,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Oct  7 2009 Stepan Kasal <skasal at redhat.com> - 0.08-1
+- new upstream version
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.06-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Find/F-12/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	3 Jul 2008 06:07:16 -0000	1.3
+++ sources	29 Oct 2009 18:24:09 -0000	1.4
@@ -1 +1 @@
-64254ded9d9aea2845a2c7cf25a2949b  Module-Find-0.06.tar.gz
+6becb3eeba2da3dba180b9c90cd75e7b  Module-Find-0.08.tar.gz




More information about the Fedora-perl-devel-list mailing list