From 55b6b3d0be8ca4297b3dc2faefddc10d36f6dd7e Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Wed, 24 Apr 2013 15:07:56 +0100 Subject: [PATCH] Update to 0.019 - New upstream release 0.019 - Fix make_executable for '#!/usr/bin/perl' --- perl-ExtUtils-Helpers.spec | 6 +++++- sources | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/perl-ExtUtils-Helpers.spec b/perl-ExtUtils-Helpers.spec index 19d5865..61e0966 100644 --- a/perl-ExtUtils-Helpers.spec +++ b/perl-ExtUtils-Helpers.spec @@ -5,7 +5,7 @@ %global old_test_more %(perl -MTest::More -e 'print (($Test::More::VERSION) < 0.88 ? 1 : 0);' 2>/dev/null || echo 0) Name: perl-ExtUtils-Helpers -Version: 0.018 +Version: 0.019 Release: 1%{?dist} Summary: Various portability utilities for module builders Group: Development/Libraries @@ -81,6 +81,10 @@ rm -rf %{buildroot} %{_mandir}/man3/ExtUtils::Helpers::Windows.3pm* %changelog +* Wed Apr 24 2013 Paul Howarth - 0.019-1 +- Update to 0.019 + - Fix make_executable for '#!/usr/bin/perl' + * Tue Apr 16 2013 Paul Howarth - 0.018-1 - Update to 0.018 - Don't need Pod::Man diff --git a/sources b/sources index 973fc52..1d67188 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1a49d2fcebd6748143b67b565b69fb1d ExtUtils-Helpers-0.018.tar.gz +c6f55eb606c3639eedb634172168f155 ExtUtils-Helpers-0.019.tar.gz