diff --git a/File-Map-0.57.tar.gz b/File-Map-0.57.tar.gz deleted file mode 100644 index 1380226..0000000 --- a/File-Map-0.57.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:990aaaeb2633c39dd9f0e4082f3944d5542f86c19be71817b5b90fdad5fe909d -size 74306 diff --git a/File-Map-0.64.tar.gz b/File-Map-0.64.tar.gz new file mode 100644 index 0000000..9835801 --- /dev/null +++ b/File-Map-0.64.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03e42eb2de185b1e257c7a0ed9761a20b7d51f522464c713b20f43d47491a8c9 +size 78083 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..76ad4a4 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,28 @@ +--- +#description_paragraphs: 3 +#description: |- +# override description from CPAN +#summary: override summary from CPAN +#no_testing: broken upstream +#sources: +# - source1 +# - source2 +#patches: +# foo.patch: -p1 +# bar.patch: +#preamble: |- +# BuildRequires: gcc-c++ +#post_prep: |- +# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` +# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL +#post_build: |- +# rm unused.files +#post_install: |- +# sed on %{name}.files +#license: SUSE-NonFree +#skip_noarch: 1 +#custom_build: |- +#./Build build flags=%{?_smp_mflags} --myflag +#custom_test: |- +#startserver && make test +#ignore_requires: Bizarre::Module diff --git a/perl-File-Map.changes b/perl-File-Map.changes index 21598a7..d35e49b 100644 --- a/perl-File-Map.changes +++ b/perl-File-Map.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Thu Jun 2 05:18:51 UTC 2016 - coolo@suse.com + +- updated to 0.64 + see /usr/share/doc/packages/perl-File-Map/Changes + + 0.64 2015-07-13 12:50:12+02:00 Europe/Amsterdam + Fix segfault in empty mappings + Skip tainting tests on non-tainting perls + + 0.63 2014-09-12 18:27:17+02:00 Europe/Amsterdam + Fix error message on unknown protect mode + + 0.62 2014-08-16 14:34:48+02:00 Europe/Amsterdam + Reuse perl's reentrant API + Skip setlocale on android + + 0.61 2013-10-04 21:36:19 Europe/Amsterdam + Improve 64 bit pointer logic on Windows + + 0.60 2013-08-11 01:20:06 Europe/Amsterdam + Upgrade dependency to Test::Warnings 0.005 + + 0.59 2013-08-09 11:04:45 Europe/Amsterdam + Explicitly depend on Test::Warnings 0.004 + + 0.58 2013-08-08 23:18:15 Europe/Amsterdam + Converted from Test::Exception to Test::Fatal + Converted Test::Warn and Test::NoWarnings to Test::Warnings + ------------------------------------------------------------------- Tue Jul 16 14:53:15 UTC 2013 - coolo@suse.com diff --git a/perl-File-Map.spec b/perl-File-Map.spec index e64817a..f23901f 100644 --- a/perl-File-Map.spec +++ b/perl-File-Map.spec @@ -1,7 +1,7 @@ # # spec file for package perl-File-Map # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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,24 +17,23 @@ Name: perl-File-Map -Version: 0.57 +Version: 0.64 Release: 0 %define cpan_name File-Map -Summary: Memory mapping made simple and safe. +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/ -Source: http://www.cpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Module::Build) >= 0.3601 +BuildRequires: perl(Module::Build) >= 0.280000 BuildRequires: perl(PerlIO::Layers) BuildRequires: perl(Sub::Exporter::Progressive) >= 0.001005 -BuildRequires: perl(Test::Exception) -BuildRequires: perl(Test::NoWarnings) -BuildRequires: perl(Test::Warn) -#BuildRequires: perl(File::Map) +BuildRequires: perl(Test::Fatal) +BuildRequires: perl(Test::Warnings) >= 0.005 Requires: perl(PerlIO::Layers) Requires: perl(Sub::Exporter::Progressive) >= 0.001005 %{perl_requires}