[perl-ExtUtils-Helpers] Update to 0.016

Paul Howarth pghmcfc at fedoraproject.org
Mon Apr 15 08:47:42 UTC 2013


commit ea02e0aecf465e6e4854fc93101a118316b7297f
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Apr 15 09:46:25 2013 +0100

    Update to 0.016
    
    - New upstream release 0.016
      - Made man3_pagename more flexible with paths
      - Reverted pl2bat to a more original state
      - Rewrote fixin code
      - Re-added detildefy
      - Add some fixes to batch file generation
    - BR: perl(Carp) and perl(Module::Load), now required by the module
    - Drop BR: perl(Test::Kwalitee), no longer used
    - Update patch for using Test::ParseWords 3.22
    - Drop now-redundant POD encoding patch

 ExtUtils-Helpers-0.014-pod.patch                   |   11 --------
 ...tUtils-Helpers-0.016-old-Text::ParseWords.patch |    8 +++---
 perl-ExtUtils-Helpers.spec                         |   25 +++++++++++++------
 sources                                            |    2 +-
 4 files changed, 22 insertions(+), 24 deletions(-)
---
diff --git a/ExtUtils-Helpers-0.014-old-Text::ParseWords.patch b/ExtUtils-Helpers-0.016-old-Text::ParseWords.patch
similarity index 59%
rename from ExtUtils-Helpers-0.014-old-Text::ParseWords.patch
rename to ExtUtils-Helpers-0.016-old-Text::ParseWords.patch
index eb021a0..f6edaff 100644
--- a/ExtUtils-Helpers-0.014-old-Text::ParseWords.patch
+++ b/ExtUtils-Helpers-0.016-old-Text::ParseWords.patch
@@ -1,11 +1,11 @@
 --- lib/ExtUtils/Helpers/Unix.pm
 +++ lib/ExtUtils/Helpers/Unix.pm
-@@ -8,7 +8,7 @@
- use Exporter 5.57 'import';
- our @EXPORT = qw/make_executable split_like_shell/;
+@@ -10,7 +10,7 @@
  
+ use Carp qw/croak/;
+ use Config;
 -use Text::ParseWords 3.24 qw/shellwords/;
 +use Text::ParseWords 3.22 qw/shellwords/;
- use ExtUtils::MakeMaker;
  
  sub make_executable {
+ 	my $filename = shift;
diff --git a/perl-ExtUtils-Helpers.spec b/perl-ExtUtils-Helpers.spec
index 1c601e8..c32415b 100644
--- a/perl-ExtUtils-Helpers.spec
+++ b/perl-ExtUtils-Helpers.spec
@@ -5,26 +5,27 @@
 %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.014
-Release:	2%{?dist}
+Version:	0.016
+Release:	1%{?dist}
 Summary:	Various portability utilities for module builders
 Group:		Development/Libraries
 License:	GPL+ or Artistic
 URL:		https://metacpan.org/release/ExtUtils-Helpers
 Source0:	http://cpan.metacpan.org/authors/id/L/LE/LEONT/ExtUtils-Helpers-%{version}.tar.gz
-Patch1:		ExtUtils-Helpers-0.014-pod.patch
-Patch2:		ExtUtils-Helpers-0.014-old-Text::ParseWords.patch
+Patch2:		ExtUtils-Helpers-0.016-old-Text::ParseWords.patch
 Patch3:		ExtUtils-Helpers-0.014-old-Test::More.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch:	noarch
 # Build
 BuildRequires:	perl(ExtUtils::MakeMaker)
 # Module
+BuildRequires:	perl(Carp)
 BuildRequires:	perl(Config)
 BuildRequires:	perl(Exporter) >= 5.57
 BuildRequires:	perl(File::Basename)
 BuildRequires:	perl(File::Copy)
 BuildRequires:	perl(File::Spec::Functions)
+BuildRequires:	perl(Module::Load)
 BuildRequires:	perl(Pod::Man)
 BuildRequires:	perl(Text::ParseWords) >= 3.22
 # Test Suite
@@ -34,7 +35,6 @@ BuildRequires:	perl(File::Temp)
 BuildRequires:	perl(Test::More)
 # Release Tests
 BuildRequires:	perl(Pod::Coverage::TrustPod)
-BuildRequires:	perl(Test::Kwalitee)
 BuildRequires:	perl(Test::Pod)
 BuildRequires:	perl(Test::Pod::Coverage)
 # Runtime
@@ -47,9 +47,6 @@ modules.
 %prep
 %setup -q -n ExtUtils-Helpers-%{version}
 
-# Specify POD encoding
-%patch1
-
 # We don't really need Text::ParseWords ≥ 3.24
 %if %{old_tpw}
 %patch2
@@ -85,6 +82,18 @@ rm -rf %{buildroot}
 %{_mandir}/man3/ExtUtils::Helpers::Windows.3pm*
 
 %changelog
+* Sat Apr 13 2013 Paul Howarth <paul at city-fan.org> - 0.016-1
+- Update to 0.016
+  - Made man3_pagename more flexible with paths
+  - Reverted pl2bat to a more original state
+  - Rewrote fixin code
+  - Re-added detildefy
+  - Add some fixes to batch file generation
+- BR: perl(Carp) and perl(Module::Load), now required by the module
+- Drop BR: perl(Test::Kwalitee), no longer used
+- Update patch for using Test::ParseWords 3.22
+- Drop now-redundant POD encoding patch
+
 * Mon Apr  1 2013 Paul Howarth <paul at city-fan.org> - 0.014-2
 - Sanitize for Fedora submission
 
diff --git a/sources b/sources
index 868ed08..b7f21a3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fb98fda3d6e1a3a98758e944495157ec  ExtUtils-Helpers-0.014.tar.gz
+dac17d14ef75b11246551bbac73694ad  ExtUtils-Helpers-0.016.tar.gz



More information about the perl-devel mailing list