commit cbd1b7de0bc1b504d8c163b27868e1b2114f5fa7
Author: Paul Howarth <[email protected]>
Date:   Tue May 7 10:42:35 2013 +0100

    Update to 0.021
    
    - New upstream release 0.021
      - Always use the right environmental variable for home directory
      - Use configuration provided manpage extension
    - Update patch for building with Test::More < 0.88

 ... => ExtUtils-Helpers-0.021-old-Test::More.patch |   10 +++++-----
 perl-ExtUtils-Helpers.spec                         |   10 ++++++++--
 sources                                            |    2 +-
 3 files changed, 14 insertions(+), 8 deletions(-)
---
diff --git a/ExtUtils-Helpers-0.020-old-Test::More.patch 
b/ExtUtils-Helpers-0.021-old-Test::More.patch
similarity index 75%
rename from ExtUtils-Helpers-0.020-old-Test::More.patch
rename to ExtUtils-Helpers-0.021-old-Test::More.patch
index 91e889b..45f684b 100644
--- a/ExtUtils-Helpers-0.020-old-Test::More.patch
+++ b/ExtUtils-Helpers-0.021-old-Test::More.patch
@@ -22,12 +22,12 @@
  use warnings FATAL => 'all';
 -use Test::More;
 +use Test::More tests => 4;
+ use Config;
  use File::Spec::Functions qw/catfile/;
  use ExtUtils::Helpers qw/man1_pagename man3_pagename/;
- 
-@@ -19,5 +19,3 @@ is man1_pagename('script/foo'), 'foo.1',
- is man3_pagename(catfile(qw/lib ExtUtils.pm/)), join($sep, qw/ExtUtils.3pm/), 
'man3_pagename 1';
- is man3_pagename(catfile(qw/lib ExtUtils Helpers.pm/)), join($sep, 
qw/ExtUtils Helpers.3pm/), 'man3_pagename 2';
- is man3_pagename(catfile(qw/lib ExtUtils Helpers Unix.pm/)), join($sep, 
qw/ExtUtils Helpers Unix.3pm/), 'man3_pagename 3';
+@@ -20,5 +20,3 @@ is man1_pagename('script/foo'), "foo.$Co
+ is man3_pagename(catfile(qw/lib ExtUtils.pm/)), "ExtUtils.$Config{man3ext}", 
'man3_pagename 1';
+ is man3_pagename(catfile(qw/lib ExtUtils Helpers.pm/)), join($sep, 
qw/ExtUtils Helpers./).$Config{man3ext}, 'man3_pagename 2';
+ is man3_pagename(catfile(qw/lib ExtUtils Helpers Unix.pm/)), join($sep, 
qw/ExtUtils Helpers Unix./).$Config{man3ext}, 'man3_pagename 3';
 -
 -done_testing;
diff --git a/perl-ExtUtils-Helpers.spec b/perl-ExtUtils-Helpers.spec
index b949760..da8382b 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.020
+Version:       0.021
 Release:       1%{?dist}
 Summary:       Various portability utilities for module builders
 Group:         Development/Libraries
@@ -13,7 +13,7 @@ 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
 Patch2:                ExtUtils-Helpers-0.016-old-Text::ParseWords.patch
-Patch3:                ExtUtils-Helpers-0.020-old-Test::More.patch
+Patch3:                ExtUtils-Helpers-0.021-old-Test::More.patch
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch:     noarch
 # Build
@@ -81,6 +81,12 @@ rm -rf %{buildroot}
 %{_mandir}/man3/ExtUtils::Helpers::Windows.3pm*
 
 %changelog
+* Tue May  7 2013 Paul Howarth <[email protected]> - 0.021-1
+- Update to 0.021
+  - Always use the right environmental variable for home directory
+  - Use configuration provided manpage extension
+- Update patch for building with Test::More < 0.88
+
 * Mon Apr 29 2013 Paul Howarth <[email protected]> - 0.020-1
 - Update to 0.020
   - Fix man3_pagename for top level domains
diff --git a/sources b/sources
index 5964f9a..1488811 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-243a8698b12c7af06d4219146463b3dc  ExtUtils-Helpers-0.020.tar.gz
+94aa8eaf92def26d9af0cb25fcb1570f  ExtUtils-Helpers-0.021.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to