8
0
forked from pool/perl-File-Map

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Map?expand=0&rev=2
This commit is contained in:
Stephan Kulow
2016-06-02 05:19:34 +00:00
committed by Git OBS Bridge
parent 0c1089d695
commit 61410d9e5e
5 changed files with 69 additions and 12 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:990aaaeb2633c39dd9f0e4082f3944d5542f86c19be71817b5b90fdad5fe909d
size 74306

3
File-Map-0.64.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:03e42eb2de185b1e257c7a0ed9761a20b7d51f522464c713b20f43d47491a8c9
size 78083

28
cpanspec.yml Normal file
View File

@@ -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

View File

@@ -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 Tue Jul 16 14:53:15 UTC 2013 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-File-Map # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -17,24 +17,23 @@
Name: perl-File-Map Name: perl-File-Map
Version: 0.57 Version: 0.64
Release: 0 Release: 0
%define cpan_name File-Map %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+ License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/File-Map/ 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 BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Module::Build) >= 0.3601 BuildRequires: perl(Module::Build) >= 0.280000
BuildRequires: perl(PerlIO::Layers) BuildRequires: perl(PerlIO::Layers)
BuildRequires: perl(Sub::Exporter::Progressive) >= 0.001005 BuildRequires: perl(Sub::Exporter::Progressive) >= 0.001005
BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::NoWarnings) BuildRequires: perl(Test::Warnings) >= 0.005
BuildRequires: perl(Test::Warn)
#BuildRequires: perl(File::Map)
Requires: perl(PerlIO::Layers) Requires: perl(PerlIO::Layers)
Requires: perl(Sub::Exporter::Progressive) >= 0.001005 Requires: perl(Sub::Exporter::Progressive) >= 0.001005
%{perl_requires} %{perl_requires}