rpms/perl-Hook-LexWrap/devel Hook-LexWrap-0.21-cpan-rt-38892.diff, NONE, 1.1 .cvsignore, 1.2, 1.3 perl-Hook-LexWrap.spec, 1.8, 1.9 sources, 1.2, 1.3 Hook-LexWrap-0.20-cpan-rt-38892.diff, 1.1, NONE

Paul Howarth pghmcfc at fedoraproject.org
Mon Nov 10 23:51:23 UTC 2008


Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Hook-LexWrap/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30019

Modified Files:
	.cvsignore perl-Hook-LexWrap.spec sources 
Added Files:
	Hook-LexWrap-0.21-cpan-rt-38892.diff 
Removed Files:
	Hook-LexWrap-0.20-cpan-rt-38892.diff 
Log Message:
- Update to 0.21
- New upstream maintainer => new source URL
- Add buildreqs perl(Test::More) and perl(Test::Pod)
- Update patch for CPAN RT#38892 to apply without fuzz
- Fix argument order for find with -depth


Hook-LexWrap-0.21-cpan-rt-38892.diff:

--- NEW FILE Hook-LexWrap-0.21-cpan-rt-38892.diff ---
Address http://rt.cpan.org/Public/Bug/Display.html?id=38892

--- Hook-LexWrap-0.21/lib/Hook/LexWrap.pm	2008-11-06 20:57:31.000000000 +0000
+++ Hook-LexWrap-0.21/lib/Hook/LexWrap.pm	2008-11-10 17:02:35.000000000 +0000
@@ -3,7 +3,7 @@
 our $VERSION = '0.21';
 use Carp;
 
-*CORE::GLOBAL::caller = sub {
+*CORE::GLOBAL::caller = sub(;$) {
 	my ($height) = ($_[0]||0);
 	my $i=1;
 	my $name_cache;


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Hook-LexWrap/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	2 Sep 2005 22:50:32 -0000	1.2
+++ .cvsignore	10 Nov 2008 23:50:50 -0000	1.3
@@ -1 +1 @@
-Hook-LexWrap-0.20.tar.gz
+Hook-LexWrap-0.21.zip


Index: perl-Hook-LexWrap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Hook-LexWrap/devel/perl-Hook-LexWrap.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- perl-Hook-LexWrap.spec	6 Oct 2008 08:03:08 -0000	1.8
+++ perl-Hook-LexWrap.spec	10 Nov 2008 23:50:51 -0000	1.9
@@ -1,17 +1,17 @@
 Name:           perl-Hook-LexWrap
-Version:        0.20
-Release:        6%{?dist}
+Version:        0.21
+Release:        1%{?dist}
 Summary:        Lexically scoped subroutine wrappers
 
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Hook-LexWrap/
-Source0:        http://www.cpan.org/authors/id/D/DC/DCONWAY/Hook-LexWrap-%{version}.tar.gz
-Patch0:         Hook-LexWrap-0.20-cpan-rt-38892.diff
+Source0:        http://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/Hook-LexWrap-%{version}.zip
+Patch0:         Hook-LexWrap-0.21-cpan-rt-38892.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker), perl(Test::More), perl(Test::Pod)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -36,7 +36,7 @@
 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 -type d -depth -exec rmdir {} 2>/dev/null ';'
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 
@@ -56,6 +56,13 @@
 
 
 %changelog
+* Mon Nov 10 2008 Paul Howarth <paul at city-fan.org> - 0.21-1
+- Update to 0.21
+- New upstream maintainer => new source URL
+- Add buildreqs perl(Test::More) and perl(Test::Pod)
+- Update patch for CPAN RT#38892 to apply without fuzz
+- Fix argument order for find with -depth
+
 * Mon Oct 06 2008 Ralf Corsepius <corsepiu at fedoraproject.org> - 0.20-6
 - Add Hook-LexWrap-0.20-cpan-rt-38892.diff to fix
   http://rt.cpan.org/Public/Bug/Display.html?id=38892


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Hook-LexWrap/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	2 Sep 2005 22:50:32 -0000	1.2
+++ sources	10 Nov 2008 23:50:51 -0000	1.3
@@ -1 +1 @@
-e3aaeb59a3adddc80ed3867e4d16654e  Hook-LexWrap-0.20.tar.gz
+3a06b38498b136a24967a7aa1e45b9c3  Hook-LexWrap-0.21.zip


--- Hook-LexWrap-0.20-cpan-rt-38892.diff DELETED ---




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