From 85b64c7a6ac8accaf613521be8d8aac4942f00dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Thu, 8 Oct 2015 09:47:37 +0200 Subject: [PATCH] 1.57 bump --- perl-DateTime-Format-Strptime.spec | 32 ++++++++++++++++++++---------- sources | 2 +- 2 files changed, 22 insertions(+), 12 deletions(-) diff --git a/perl-DateTime-Format-Strptime.spec b/perl-DateTime-Format-Strptime.spec index d8aae3f..6459187 100644 --- a/perl-DateTime-Format-Strptime.spec +++ b/perl-DateTime-Format-Strptime.spec @@ -1,16 +1,17 @@ -# RPM and CPAN versioning don't match -%global cpanversion 1.56 - Name: perl-DateTime-Format-Strptime -Version: %{cpanversion}00 -Release: 4%{?dist} +Epoch: 1 +Version: 1.57 +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 +Source0: http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-Format-Strptime-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu) BuildArch: noarch +BuildRequires: coreutils +BuildRequires: findutils +BuildRequires: make BuildRequires: perl BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(strict) @@ -25,15 +26,20 @@ BuildRequires: perl(Params::Validate) >= 0.64 BuildRequires: perl(vars) # Tests: BuildRequires: perl(File::Spec) -BuildRequires: perl(IO::Handle) -BuildRequires: perl(IPC::Open3) +# IO::Handle not used +# IPC::Open3 not used # Pod::Coverage::TrustPod not used # Pod::Wordlist not used -BuildRequires: perl(Test::More) >= 0.88 +# Test::Code::TidyAll 0.24 not used +# Test::EOL not used +# Test::Fatal not used +# 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(utf8) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) @@ -44,7 +50,7 @@ pattern and returns a string, strptime takes a string and a pattern and returns the DateTime object associated. %prep -%setup -q -n DateTime-Format-Strptime-%{cpanversion} +%setup -q -n DateTime-Format-Strptime-%{version} %build perl Makefile.PL INSTALLDIRS=vendor @@ -63,11 +69,15 @@ make test rm -rf $RPM_BUILD_ROOT %files -%doc Changes LICENSE README.md +%license LICENSE +%doc Changes README.md %{perl_vendorlib}/DateTime/ %{_mandir}/man3/DateTime::Format::Strptime.3pm* %changelog +* Thu Oct 08 2015 Petr Pisar - 1:1.57-1 +- 1.57 bump + * Thu Jun 18 2015 Fedora Release Engineering - 1.5600-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 62e1149..91a8671 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c8c1ca4e56160179e5c67b1d622320e9 DateTime-Format-Strptime-1.56.tar.gz +700183a1bcf396b91d72a4a04b7aeba3 DateTime-Format-Strptime-1.57.tar.gz