diff --git a/perl-Data-Section.spec b/perl-Data-Section.spec index 270f81d..323ebd0 100644 --- a/perl-Data-Section.spec +++ b/perl-Data-Section.spec @@ -1,5 +1,5 @@ Name: perl-Data-Section -Version: 0.200005 +Version: 0.200006 Release: 1%{?dist} Summary: Read multiple hunks of data out of your DATA section License: GPL+ or Artistic @@ -46,6 +46,11 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))" %{_mandir}/man3/Data::Section.3pm* %changelog +* Mon Mar 10 2014 Paul Howarth - 0.200006-1 +- Update to 0.200006 + - Skip tests on Win32 pre-5.14 related to line endings; perl munges the data + before we're able to get at it + * Wed Dec 11 2013 Paul Howarth - 0.200005-1 - Update to 0.200005 - Open DATA handles both :raw and :bytes to avoid content munging on Win32 diff --git a/sources b/sources index 3315e2d..a8279d3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2913d322fc927799150f37c51f2ff9a5 Data-Section-0.200005.tar.gz +7ba2d5e35e54eb46e66f7706e9fa620a Data-Section-0.200006.tar.gz