Update to 1.006

- New upstream release 1.006
  - Compile test could hang on Windows
  - Dropped configure_requires for ExtUtils::MakeMaker to 6.17
This commit is contained in:
Paul Howarth 2013-09-26 15:08:10 +01:00
parent 48e91b9c20
commit 7be6ed4c1c
2 changed files with 9 additions and 3 deletions

View File

@ -2,7 +2,7 @@
%global old_test_more %(perl -MTest::More -e 'print (($Test::More::VERSION < 0.88) ? 1 : 0);' 2>/dev/null || echo 0)
Name: perl-Perl-OSType
Version: 1.005
Version: 1.006
Release: 1%{?dist}
Summary: Map Perl operating system names to generic types
License: GPL+ or Artistic
@ -14,7 +14,7 @@ Patch2: Perl-OSType-1.005-stopwords.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
BuildArch: noarch
# Build
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.17
# Module
BuildRequires: perl(Exporter)
BuildRequires: perl(strict)
@ -22,6 +22,7 @@ BuildRequires: perl(warnings)
# Test Suite
BuildRequires: perl(blib)
BuildRequires: perl(constant)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(File::Temp)
BuildRequires: perl(IO::Handle)
@ -92,6 +93,11 @@ rm -rf %{buildroot}
%{_mandir}/man3/Perl::OSType.3pm*
%changelog
* Thu Sep 26 2013 Paul Howarth <paul@city-fan.org> - 1.006-1
- Update to 1.006
- Compile test could hang on Windows
- Dropped configure_requires for ExtUtils::MakeMaker to 6.17
* Wed Sep 11 2013 Paul Howarth <paul@city-fan.org> - 1.005-1
- Update to 1.005
- Ensured no non-core test dependencies

View File

@ -1 +1 @@
9a0c41e9ccd937ae0c865ac501cc0dc6 Perl-OSType-1.005.tar.gz
934bb12fc58b29366acc9bace4b8216c Perl-OSType-1.006.tar.gz