[perl-DateTime-Format-Strptime] 1.56 bump

Petr Pisar ppisar at fedoraproject.org
Tue Aug 12 12:01:40 UTC 2014


commit e93aa0cd5704455ed7b551cdb23e79c3f65dea5d
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 |   32 ++++++++++++++++++++++++--------
 sources                            |    2 +-
 3 files changed, 27 insertions(+), 9 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 f1c19ff..5cd548f 100644
--- a/perl-DateTime-Format-Strptime.spec
+++ b/perl-DateTime-Format-Strptime.spec
@@ -1,10 +1,10 @@
 # RPM and CPAN versioning don't match
-%global cpanversion 1.55
+%global cpanversion 1.56
 
 Name:           perl-DateTime-Format-Strptime
-Version:        1.5500
-Release:        2%{?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/
@@ -12,16 +12,29 @@ Source0:        http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-Format-Strp
 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(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(strict)
-BuildRequires:  perl(Test::More) >= 0.88
 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
@@ -50,11 +63,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 Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.5500-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 577915b..62e1149 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8613390f37ac9d80db67bc69e62818a7  DateTime-Format-Strptime-1.55.tar.gz
+c8c1ca4e56160179e5c67b1d622320e9  DateTime-Format-Strptime-1.56.tar.gz


More information about the scm-commits mailing list