diff --git a/perl-Hook-LexWrap.spec b/perl-Hook-LexWrap.spec index a797e2b..fced4ad 100644 --- a/perl-Hook-LexWrap.spec +++ b/perl-Hook-LexWrap.spec @@ -1,12 +1,13 @@ Name: perl-Hook-LexWrap Version: 0.20 -Release: 5%{?dist} +Release: 6%{?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 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -23,6 +24,7 @@ works correctly within the wrapped subroutine. %prep %setup -q -n Hook-LexWrap-%{version} +%patch0 -p1 chmod a-x Changes README lib/Hook/*.pm %build @@ -54,6 +56,11 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Oct 06 2008 Ralf Corsepius - 0.20-6 +- Add Hook-LexWrap-0.20-cpan-rt-38892.diff to fix + http://rt.cpan.org/Public/Bug/Display.html?id=38892 + (Bugs shows while building rt3). + * Wed Feb 27 2008 Tom "spot" Callaway - 0.20-5 - Rebuild for perl 5.10 (again)