1.65 bump

This commit is contained in:
Paul Howarth 2016-03-20 13:16:36 +00:00
parent e10d98d64e
commit 5bd77b2eea
2 changed files with 16 additions and 19 deletions

View File

@ -1,18 +1,17 @@
Name: perl-DateTime-Format-Strptime
Epoch: 1
Version: 1.64
Version: 1.65
Release: 1%{?dist}
Summary: Parse and format strptime and strftime patterns
License: GPL+ or Artistic
License: Artistic 2.0
URL: http://search.cpan.org/dist/DateTime-Format-Strptime/
Source0: http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-Format-Strptime-%{version}.tar.gz
BuildArch: noarch
# Module Build
BuildRequires: make
BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
# Run-time:
# Module Runtime
BuildRequires: perl(Carp)
BuildRequires: perl(constant)
BuildRequires: perl(DateTime) >= 1.00
@ -21,27 +20,21 @@ BuildRequires: perl(DateTime::TimeZone) >= 0.79
BuildRequires: perl(Exporter)
BuildRequires: perl(Package::DeprecationManager) >= 0.15
BuildRequires: perl(Params::Validate) >= 1.20
BuildRequires: perl(strict)
BuildRequires: perl(Try::Tiny)
# Tests:
BuildRequires: perl(warnings)
# Test Suite
BuildRequires: perl(File::Spec)
BuildRequires: perl(lib)
# IO::Handle not used
# IPC::Open3 not used
# Pod::Coverage::TrustPod not used
# Pod::Wordlist not used
BuildRequires: perl(Test::Builder)
# Test::Code::TidyAll 0.24 not used
# Test::EOL not used
BuildRequires: perl(Test::Fatal)
# Test::Mojibake not used
BuildRequires: perl(Test::More) >= 0.96
# Test::NoTabs not used
# Test::Pod 1.41 not used
# Test::Pod::Coverage 1.08 not used
# Test::Spelling 0.12 not used
# Test::Version 1 not used
BuildRequires: perl(Test::Warnings)
BuildRequires: perl(utf8)
# Optional Tests
BuildRequires: perl(CPAN::Meta) >= 2.120900
BuildRequires: perl(CPAN::Meta::Prereqs)
# Runtime
Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
%description
@ -71,6 +64,10 @@ make test
%{_mandir}/man3/DateTime::Format::Strptime.3*
%changelog
* Sun Mar 20 2016 Paul Howarth <paul@city-fan.org> - 1:1.65-1
- 1.65 bump
- License is now Artistic 2.0
* Mon Feb 22 2016 Petr Šabata <contyk@redhat.com> - 1:1.64-1
- 1.64 bump

View File

@ -1 +1 @@
4599cb0b80e4b3bb2d22848b0e540321 DateTime-Format-Strptime-1.64.tar.gz
3e20314555438dfde8308c55ad203556 DateTime-Format-Strptime-1.65.tar.gz