update to 0.46
This commit is contained in:
parent
dc353ccd4e
commit
11362da588
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
IO-All-0.39.tar.gz
|
||||
/IO-All-0.41.tar.gz
|
||||
/IO-All-0.46.tar.gz
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user