[perl-Perl-OSType] Update to 1.007

Paul Howarth pghmcfc at fedoraproject.org
Thu Jan 16 16:42:27 UTC 2014


commit 4c7ba402487c10921ba047c6287de0da368bd06c
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Jan 16 16:41:58 2014 +0000

    Update to 1.007
    
    - New upstream release 1.007
      - Added 'android' as a Unix-type OS
    - Update stopwords patch

 ...ords.patch => Perl-OSType-1.007-stopwords.patch |    2 +-
 perl-Perl-OSType.spec                              |   23 +++++++++++++-------
 sources                                            |    2 +-
 3 files changed, 17 insertions(+), 10 deletions(-)
---
diff --git a/Perl-OSType-1.005-stopwords.patch b/Perl-OSType-1.007-stopwords.patch
similarity index 93%
rename from Perl-OSType-1.005-stopwords.patch
rename to Perl-OSType-1.007-stopwords.patch
index 407898e..01a3498 100644
--- a/Perl-OSType-1.005-stopwords.patch
+++ b/Perl-OSType-1.007-stopwords.patch
@@ -1,6 +1,6 @@
 --- lib/Perl/OSType.pm
 +++ lib/Perl/OSType.pm
-@@ -103,6 +103,8 @@
+@@ -104,6 +104,8 @@
  
  =head1 DESCRIPTION
  
diff --git a/perl-Perl-OSType.spec b/perl-Perl-OSType.spec
index 0e69737..5328795 100644
--- a/perl-Perl-OSType.spec
+++ b/perl-Perl-OSType.spec
@@ -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 at 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 at city-fan.org> - 1.006-1
 - Update to 1.006
   - Compile test could hang on Windows
diff --git a/sources b/sources
index 6a452a4..420cf2e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-934bb12fc58b29366acc9bace4b8216c  Perl-OSType-1.006.tar.gz
+7b0795b82471322ec32d267c333dc895  Perl-OSType-1.007.tar.gz


More information about the scm-commits mailing list