From c335ea5debd843528b8c6e83e0948d27fd9aaa2b Mon Sep 17 00:00:00 2001 From: Steven Pritchard Date: Mon, 15 Dec 2008 19:42:57 +0000 Subject: [PATCH] Update to 0.39. Fix permissions on *.pm. --- .cvsignore | 2 +- perl-IO-All.spec | 10 ++++++++-- sources | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 0315242..e6f26a9 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -IO-All-0.38.tar.gz +IO-All-0.39.tar.gz diff --git a/perl-IO-All.spec b/perl-IO-All.spec index 08f0f44..31e2681 100644 --- a/perl-IO-All.spec +++ b/perl-IO-All.spec @@ -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 0.39-1 +- Update to 0.39. +- Fix permissions on *.pm. + * Sat Feb 02 2008 Tom "spot" Callaway 0.38-3 - rebuild for new perl diff --git a/sources b/sources index e77358a..b790e8b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0ae5715325920938cc1a24bb078b0533 IO-All-0.38.tar.gz +4c8a8a765b7b49cd446b238e7283ebbb IO-All-0.39.tar.gz