1.60 bump

This commit is contained in:
Paul Howarth 2015-11-08 16:42:49 +00:00
parent 85b64c7a6a
commit 723b7597ea
2 changed files with 14 additions and 7 deletions

View File

@ -1,6 +1,6 @@
Name: perl-DateTime-Format-Strptime
Epoch: 1
Version: 1.57
Version: 1.60
Release: 1%{?dist}
Summary: Parse and format strptime and strftime patterns
License: GPL+ or Artistic
@ -15,24 +15,28 @@ BuildRequires: make
BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
# Run-time:
BuildRequires: perl(Carp)
BuildRequires: perl(constant)
BuildRequires: perl(DateTime) >= 1.00
BuildRequires: perl(DateTime::Locale) >= 0.45
BuildRequires: perl(DateTime::TimeZone) >= 0.79
BuildRequires: perl(Exporter)
BuildRequires: perl(Params::Validate) >= 0.64
BuildRequires: perl(vars)
BuildRequires: perl(Package::DeprecationManager)
BuildRequires: perl(Params::Validate) >= 1.20
BuildRequires: perl(Try::Tiny)
BuildRequires: perl(warnings)
# Tests:
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
# Test::Fatal not used
BuildRequires: perl(Test::Fatal)
# Test::Mojibake not used
BuildRequires: perl(Test::More) >= 0.96
# Test::NoTabs not used
@ -72,9 +76,12 @@ rm -rf $RPM_BUILD_ROOT
%license LICENSE
%doc Changes README.md
%{perl_vendorlib}/DateTime/
%{_mandir}/man3/DateTime::Format::Strptime.3pm*
%{_mandir}/man3/DateTime::Format::Strptime.3*
%changelog
* Sun Nov 8 2015 Paul Howarth <paul@city-fan.org> - 1:1.60-1
- 1.60 bump
* Thu Oct 08 2015 Petr Pisar <ppisar@redhat.com> - 1:1.57-1
- 1.57 bump

View File

@ -1 +1 @@
700183a1bcf396b91d72a4a04b7aeba3 DateTime-Format-Strptime-1.57.tar.gz
8b490e0a6fbedbac75239a14c7e24525 DateTime-Format-Strptime-1.60.tar.gz