Update to 1.009

- New upstream release 1.009
  - Added 'sco' as a Unix-type OS
- Update patches as needed
This commit is contained in:
Paul Howarth 2015-09-22 13:56:24 +01:00
parent 38dd0456ea
commit 291b67dae9
4 changed files with 18 additions and 10 deletions

View File

@ -15,13 +15,13 @@
-done_testing;
-
--- xt/release/test-version.t
+++ xt/release/test-version.t
--- xt/author/test-version.t
+++ xt/author/test-version.t
@@ -15,8 +15,8 @@ my $params = {
push @imports, $params
if version->parse( $Test::Version::VERSION ) >= version->parse('1.002');
+plan tests => 3;
+plan tests => 2;
Test::Version->import(@imports);

View File

@ -1,6 +1,6 @@
--- lib/Perl/OSType.pm
+++ lib/Perl/OSType.pm
@@ -106,6 +106,8 @@ version 1.008
@@ -107,6 +107,8 @@ version 1.008
=head1 DESCRIPTION

View File

@ -9,18 +9,21 @@
%endif
Name: perl-Perl-OSType
Version: 1.008
Release: 347%{?dist}
Version: 1.009
Release: 1%{?dist}
Summary: Map Perl operating system names to generic types
License: GPL+ or Artistic
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.008-old-Test::More.patch
Patch2: Perl-OSType-1.008-stopwords.patch
Patch1: Perl-OSType-1.009-old-Test::More.patch
Patch2: Perl-OSType-1.009-stopwords.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
BuildArch: noarch
# Build
BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: make
BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.17
# Module
@ -33,7 +36,7 @@ BuildRequires: perl(constant)
BuildRequires: perl(File::Spec)
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
# Also not run for EPEL builds due to package unavailability
%if !%{defined perl_bootstrap} && 0%{?fedora}
BuildRequires: perl(CPAN::Meta) >= 2.120900
BuildRequires: perl(CPAN::Meta::Prereqs)
@ -106,6 +109,11 @@ rm -rf %{buildroot}
%{_mandir}/man3/Perl::OSType.3*
%changelog
* Tue Sep 22 2015 Paul Howarth <paul@city-fan.org> - 1.009-1
- Update to 1.009
- Added 'sco' as a Unix-type OS
- Update patches as needed
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.008-347
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
25ff1d6305cee23e160ce78a7ef5e38d Perl-OSType-1.008.tar.gz
9e0cae3812bc80815f00732bde1b7e61 Perl-OSType-1.009.tar.gz