From 278d8991a9a7b9dc9b79d87529644aff1d7c1db0 Mon Sep 17 00:00:00 2001 From: Emmanuel Seyman Date: Sun, 23 Dec 2012 21:00:37 +0100 Subject: [PATCH] Update to 0.56 and remove the Group macro --- .gitignore | 1 + perl-File-Map.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e895ee4..ae85f3b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /File-Map-0.52.tar.gz /File-Map-0.53.tar.gz /File-Map-0.55.tar.gz +/File-Map-0.56.tar.gz diff --git a/perl-File-Map.spec b/perl-File-Map.spec index ec4d040..16a01c8 100644 --- a/perl-File-Map.spec +++ b/perl-File-Map.spec @@ -1,9 +1,9 @@ Name: perl-File-Map -Version: 0.55 +Version: 0.56 Release: 1%{?dist} Summary: Memory mapping made simple and safe License: GPL+ or Artistic -Group: Development/Libraries + URL: http://search.cpan.org/dist/File-Map/ Source0: http://www.cpan.org/authors/id/L/LE/LEONT/File-Map-%{version}.tar.gz BuildRequires: perl >= 0:5.008 @@ -64,6 +64,10 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %changelog +* Sun Dec 23 2012 Emmanuel Seyman - 0.56-1 +- Update to 0.56 +- Remove the Group macro (no longer used) + * Sun Dec 16 2012 Emmanuel Seyman - 0.55-1 - Update to 0.55 diff --git a/sources b/sources index e91ed71..2b019c9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d6657726ea6392de37c2c233f8016023 File-Map-0.55.tar.gz +a00e71824cef46998e64d6ad13858490 File-Map-0.56.tar.gz