[perl-Convert-BinHex] Update to 1.223

Paul Howarth pghmcfc at fedoraproject.org
Sat Sep 7 13:49:27 UTC 2013


commit c148e4612149926d7861499f52d738fcb407651a
Author: Paul Howarth <paul at city-fan.org>
Date:   Sat Sep 7 14:48:24 2013 +0100

    Update to 1.223
    
    - New upstream release 1.223
      - Fixed pod error in debinhex and added pod tests
    - Drop UTF8 patch, fixed upstream
    - Explicitly run the extra tests

 Convert-BinHex-1.122-utf8.patch |   18 ------------------
 perl-Convert-BinHex.spec        |   14 +++++++++-----
 sources                         |    2 +-
 3 files changed, 10 insertions(+), 24 deletions(-)
---
diff --git a/perl-Convert-BinHex.spec b/perl-Convert-BinHex.spec
index 787ab36..ca86d26 100644
--- a/perl-Convert-BinHex.spec
+++ b/perl-Convert-BinHex.spec
@@ -1,12 +1,11 @@
 Name:		perl-Convert-BinHex
-Version:	1.122
+Version:	1.123
 Release:	1%{?dist}
 Summary:	Convert to/from RFC1741 HQX7 (Mac BinHex)
 Group:		Development/Libraries
 License:	GPL+ or Artistic
 URL:		http://search.cpan.org/dist/Convert-BinHex/
 Source0:	http://search.cpan.org/CPAN/authors/id/S/ST/STEPHEN/Convert-BinHex-%{version}.tar.gz
-Patch1:		Convert-BinHex-1.122-utf8.patch
 BuildArch:	noarch
 # Module Build
 BuildRequires:	perl(ExtUtils::MakeMaker)
@@ -32,6 +31,7 @@ BuildRequires:	perl(lib)
 BuildRequires:	perl(Test::CPAN::Changes)
 BuildRequires:	perl(Test::More) >= 0.96
 BuildRequires:	perl(Test::Most)
+BuildRequires:	perl(Test::Pod) >= 1.00
 Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 # Remove Mac::Files dependency, only needed on MacOS
@@ -46,9 +46,6 @@ Convert::BinHex extracts data from Macintosh BinHex files.
 # Don't want to ship a script with a security hole
 perl -pi -e 's/^use lib .*$//' bin/*.pl
 
-# Re-code docs as UTF-8
-%patch1
-
 %build
 perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
@@ -60,6 +57,7 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 
 %check
 make test RELEASE_TESTING=1
+make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
 
 %files
 %doc Changes COPYING LICENSE README*
@@ -71,6 +69,12 @@ make test RELEASE_TESTING=1
 %{_mandir}/man3/Convert::BinHex.3pm*
 
 %changelog
+* Sat Sep  7 2013 Paul Howarth <paul at city-fan.org> 1.123-1
+- Update to 1.223
+  - Fixed pod error in debinhex and added pod tests
+- Drop UTF8 patch, fixed upstream
+- Explicitly run the extra tests
+
 * Sun Sep  1 2013 Paul Howarth <paul at city-fan.org> 1.122-1
 - Update to 1.222
   - New upstream maintainer STEPHEN
diff --git a/sources b/sources
index 2f40633..2cb6a33 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b4b45dd4649d6b97657635398a48a478  Convert-BinHex-1.122.tar.gz
+6957dee877c64918066ae27ca6069bfe  Convert-BinHex-1.123.tar.gz


More information about the scm-commits mailing list