Update to 0.39. Fix permissions on *.pm.

This commit is contained in:
Steven Pritchard 2008-12-15 19:42:57 +00:00
parent acd8b2003e
commit c335ea5deb
3 changed files with 10 additions and 4 deletions

View File

@ -1 +1 @@
IO-All-0.38.tar.gz
IO-All-0.39.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-IO-All
Version: 0.38
Release: 3%{?dist}
Version: 0.39
Release: 1%{?dist}
Summary: IO::All Perl module
License: GPL+ or Artistic
Group: Development/Libraries
@ -32,6 +32,8 @@ manipulation functions.
%prep
%setup -q -n IO-All-%{version}
find -type f -perm +100 -name '*.pm' -exec chmod a-x {} \;
sed -e 's,@@PERL_REQ@@,%{real_perl_requires},' %{SOURCE98} > %{__perl_requires}
chmod +x %{__perl_requires}
@ -62,6 +64,10 @@ rm -rf $RPM_BUILD_ROOT %{__perl_requires}
%{_mandir}/man3/*
%changelog
* Mon Dec 15 2008 Steven Pritchard <steve@kspei.com> 0.39-1
- Update to 0.39.
- Fix permissions on *.pm.
* Sat Feb 02 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.38-3
- rebuild for new perl

View File

@ -1 +1 @@
0ae5715325920938cc1a24bb078b0533 IO-All-0.38.tar.gz
4c8a8a765b7b49cd446b238e7283ebbb IO-All-0.39.tar.gz