update to 0.46

This commit is contained in:
Iain Arnell 2012-09-07 09:03:02 -06:00
parent dc353ccd4e
commit 11362da588
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
IO-All-0.39.tar.gz
/IO-All-0.41.tar.gz
/IO-All-0.46.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-IO-All
Version: 0.41
Release: 7%{?dist}
Version: 0.46
Release: 1%{?dist}
Summary: IO::All Perl module
License: GPL+ or Artistic
Group: Development/Libraries
@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::ReadBackwards)
BuildRequires: perl(IO::String)
BuildRequires: perl(IO::String) >= 1.08
BuildRequires: perl(MLDBM)
BuildRequires: perl(Test::More)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Fri Sep 07 2012 Iain Arnell <iarnell@gmail.com> 0.46-1
- update to latest upstream version
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.41-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

View File

@ -1 +1 @@
12b2594079a6c98dc47a604f1cc2c716 IO-All-0.41.tar.gz
aa6ca3d3a06c29d9d0dd21dc675223fe IO-All-0.46.tar.gz