diff --git a/File-Map-0.64.tar.gz b/File-Map-0.64.tar.gz deleted file mode 100644 index 9835801..0000000 --- a/File-Map-0.64.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:03e42eb2de185b1e257c7a0ed9761a20b7d51f522464c713b20f43d47491a8c9 -size 78083 diff --git a/File-Map-0.65.tar.gz b/File-Map-0.65.tar.gz new file mode 100644 index 0000000..f72188b --- /dev/null +++ b/File-Map-0.65.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f7429f1e1356ec1f10c97c2999d0d7247a55bf299b0f4bdfe97948d4727aae4 +size 77258 diff --git a/perl-File-Map.changes b/perl-File-Map.changes index d35e49b..5dacd0f 100644 --- a/perl-File-Map.changes +++ b/perl-File-Map.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Oct 31 06:20:19 UTC 2017 - coolo@suse.com + +- updated to 0.65 + see /usr/share/doc/packages/perl-File-Map/Changes + + 0.65 2017-10-30 13:37:57+01:00 Europe/Amsterdam + - Fix mapping into a hash element + - Fix compilation warning by giving boot function a proper return type + - Take into account sleep 0.1 may sleep a little less + ------------------------------------------------------------------- Thu Jun 2 05:18:51 UTC 2016 - coolo@suse.com diff --git a/perl-File-Map.spec b/perl-File-Map.spec index f23901f..2150b48 100644 --- a/perl-File-Map.spec +++ b/perl-File-Map.spec @@ -1,7 +1,7 @@ # # spec file for package perl-File-Map # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,14 @@ Name: perl-File-Map -Version: 0.64 +Version: 0.65 Release: 0 %define cpan_name File-Map Summary: Memory mapping made simple and safe License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/File-Map/ -Source0: http://www.cpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -57,6 +57,7 @@ File::Map maps files or anonymous memory into perl variables. %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes examples LICENSE README +%doc Changes examples README +%license LICENSE %changelog