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:
parent
48e91b9c20
commit
7be6ed4c1c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user