[perl-DateTime-Format-Strptime/f20] 1.56 bump

Petr Pisar ppisar at fedoraproject.org
Tue Aug 12 12:10:15 UTC 2014


commit c2b9243c98a111e831af37187a31053fb19a3c43
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Aug 12 14:01:19 2014 +0200

    1.56 bump

 .rpmlint                           |    2 ++
 perl-DateTime-Format-Strptime.spec |   31 +++++++++++++++++++++++++------
 sources                            |    2 +-
 3 files changed, 28 insertions(+), 7 deletions(-)
---
diff --git a/.rpmlint b/.rpmlint
new file mode 100644
index 0000000..0dc2571
--- /dev/null
+++ b/.rpmlint
@@ -0,0 +1,2 @@
+from Config import *
+addFilter("spelling-error .* strftime");
diff --git a/perl-DateTime-Format-Strptime.spec b/perl-DateTime-Format-Strptime.spec
index 21c258e..5166a64 100644
--- a/perl-DateTime-Format-Strptime.spec
+++ b/perl-DateTime-Format-Strptime.spec
@@ -1,25 +1,41 @@
 # RPM and CPAN versioning don't match
-%global cpanversion 1.54
+%global cpanversion 1.56
 
 Name:           perl-DateTime-Format-Strptime
-Version:        1.5400
-Release:        3%{?dist}
-Summary:        Parse and format strp and strf time patterns
+Version:        %{cpanversion}00
+Release:        1%{?dist}
+Summary:        Parse and format strptime and strftime patterns
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/DateTime-Format-Strptime/
 Source0:        http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-Format-Strptime-%{cpanversion}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch:      noarch
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time:
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Class::ISA)
 BuildRequires:  perl(DateTime) >= 1.00
 BuildRequires:  perl(DateTime::Locale) >= 0.45
 BuildRequires:  perl(DateTime::TimeZone) >= 0.79
 BuildRequires:  perl(Exporter)
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
 BuildRequires:  perl(Params::Validate) >= 0.64
+BuildRequires:  perl(vars)
+# Tests:
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(IPC::Open3)
+# Pod::Coverage::TrustPod not used
+# Pod::Wordlist not used
 BuildRequires:  perl(Test::More) >= 0.88
+# Test::NoTabs not used
+# Test::Pod 1.41 not used
+# Test::Pod::Coverage 1.08 not used
+# Test::Spelling 0.12 not used
+BuildRequires:  perl(utf8)
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
@@ -48,11 +64,14 @@ make test
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%doc Changes LICENSE README
+%doc Changes LICENSE README.md
 %{perl_vendorlib}/DateTime/
 %{_mandir}/man3/DateTime::Format::Strptime.3pm*
 
 %changelog
+* Tue Aug 12 2014 Petr Pisar <ppisar at redhat.com> - 1.5600-1
+- 1.56 bump
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.5400-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index c79559d..62e1149 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ca0fa912861f360f9aa535c6b4c0282f  DateTime-Format-Strptime-1.54.tar.gz
+c8c1ca4e56160179e5c67b1d622320e9  DateTime-Format-Strptime-1.56.tar.gz


More information about the scm-commits mailing list