[perl-Perl-OSType] Update to 1.006

Paul Howarth pghmcfc at fedoraproject.org
Thu Sep 26 14:09:11 UTC 2013


commit 7be6ed4c1c61b19874a2ab1b6d5bed2c5a007d61
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Sep 26 15:08:10 2013 +0100

    Update to 1.006
    
    - New upstream release 1.006
      - Compile test could hang on Windows
      - Dropped configure_requires for ExtUtils::MakeMaker to 6.17

 perl-Perl-OSType.spec |   10 ++++++++--
 sources               |    2 +-
 2 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/perl-Perl-OSType.spec b/perl-Perl-OSType.spec
index c241e00..0e69737 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.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 at 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 at city-fan.org> - 1.005-1
 - Update to 1.005
   - Ensured no non-core test dependencies
diff --git a/sources b/sources
index 8fdb518..6a452a4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9a0c41e9ccd937ae0c865ac501cc0dc6  Perl-OSType-1.005.tar.gz
+934bb12fc58b29366acc9bace4b8216c  Perl-OSType-1.006.tar.gz


More information about the scm-commits mailing list