Update to 1.007

- New upstream release 1.007
  - Added 'android' as a Unix-type OS
- Update stopwords patch
This commit is contained in:
Paul Howarth 2014-01-16 16:41:58 +00:00
parent 7be6ed4c1c
commit 4c7ba40248
3 changed files with 17 additions and 10 deletions

View File

@ -1,6 +1,6 @@
--- lib/Perl/OSType.pm
+++ lib/Perl/OSType.pm
@@ -103,6 +103,8 @@
@@ -104,6 +104,8 @@
=head1 DESCRIPTION

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.006
Version: 1.007
Release: 1%{?dist}
Summary: Map Perl operating system names to generic types
License: GPL+ or Artistic
@ -10,7 +10,7 @@ Group: Development/Libraries
URL: http://search.cpan.org/dist/Perl-OSType/
Source0: http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/Perl-OSType-%{version}.tar.gz
Patch1: Perl-OSType-1.005-old-Test::More.patch
Patch2: Perl-OSType-1.005-stopwords.patch
Patch2: Perl-OSType-1.007-stopwords.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
BuildArch: noarch
# Build
@ -22,24 +22,26 @@ 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)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(List::Util)
BuildRequires: perl(Test::More)
# Optional tests, not run for this dual-lived module when bootstrapping
# Also not run for EPEL-5/6 builds due to package unavailability
%if !%{defined perl_bootstrap} && 0%{?fedora}
BuildRequires: perl(CPAN::Meta)
BuildRequires: perl(CPAN::Meta::Requirements)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Temp)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(Perl::Critic::Policy::Lax::ProhibitStringyEval::ExceptForRequire)
BuildRequires: perl(Pod::Coverage::TrustPod)
BuildRequires: perl(Pod::Wordlist::hanekomu)
BuildRequires: perl(Test::CPAN::Meta)
BuildRequires: perl(Test::MinimumVersion)
BuildRequires: perl(Test::Perl::Critic)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl(Test::Pod) >= 1.41
BuildRequires: perl(Test::Pod::Coverage) >= 1.08
BuildRequires: perl(Test::Portability::Files)
BuildRequires: perl(Test::Spelling), aspell-en
BuildRequires: perl(Test::Version)
@ -93,6 +95,11 @@ rm -rf %{buildroot}
%{_mandir}/man3/Perl::OSType.3pm*
%changelog
* Thu Jan 16 2014 Paul Howarth <paul@city-fan.org> - 1.007-1
- Update to 1.007
- Added 'android' as a Unix-type OS
- Update stopwords patch
* Thu Sep 26 2013 Paul Howarth <paul@city-fan.org> - 1.006-1
- Update to 1.006
- Compile test could hang on Windows

View File

@ -1 +1 @@
934bb12fc58b29366acc9bace4b8216c Perl-OSType-1.006.tar.gz
7b0795b82471322ec32d267c333dc895 Perl-OSType-1.007.tar.gz