|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
Name: perl-File-Map
|
|
|
|
|
Version: 0.53
|
|
|
|
|
Version: 0.55
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Memory mapping made simple and safe
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
@ -10,9 +10,9 @@ BuildRequires: perl >= 0:5.008
|
|
|
|
|
BuildRequires: perl(Module::Build)
|
|
|
|
|
# Run-time
|
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
|
BuildRequires: perl(Const::Fast)
|
|
|
|
|
BuildRequires: perl(PerlIO::Layers)
|
|
|
|
|
BuildRequires: perl(Sub::Exporter)
|
|
|
|
|
BuildRequires: perl(Sub::Exporter::Progressive)
|
|
|
|
|
BuildRequires: perl(XSLoader)
|
|
|
|
|
# Tests
|
|
|
|
|
BuildRequires: perl(File::Temp)
|
|
|
|
@ -64,6 +64,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Dec 16 2012 Emmanuel Seyman <emmanuel@seyman.fr> - 0.55-1
|
|
|
|
|
- Update to 0.55
|
|
|
|
|
|
|
|
|
|
* Sun Nov 11 2012 Emmanuel Seyman <emmanuel@seyman.fr> - 0.53-1
|
|
|
|
|
- Update to 0.53
|
|
|
|
|
|
|
|
|
|