From 29c239c04af0af4da2da33cc0ee06f2a3b72479d Mon Sep 17 00:00:00 2001 From: Ralf Corsépius Date: Nov 14 2016 12:14:34 +0000 Subject: Upstream update. - Reflect upstream-URL having changed. - Eliminate inc/. --- diff --git a/.gitignore b/.gitignore index b36ea7a..18ac006 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -/Date-Extract-0.04.tar.gz -/Date-Extract-0.05.tar.gz +/Date-Extract-0.06.tar.gz diff --git a/perl-Date-Extract.spec b/perl-Date-Extract.spec index f424df1..98b303b 100644 --- a/perl-Date-Extract.spec +++ b/perl-Date-Extract.spec @@ -1,11 +1,11 @@ Name: perl-Date-Extract -Version: 0.05 -Release: 7%{?dist} +Version: 0.06 +Release: 1%{?dist} Summary: Date::Extract Perl module License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Date-Extract/ -Source0: http://www.cpan.org/authors/id/S/SH/SHARYANTO/Date-Extract-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/A/AL/ALEXMV/Date-Extract-%{version}.tar.gz BuildArch: noarch BuildRequires: perl-generators BuildRequires: perl(Carp) @@ -18,6 +18,8 @@ BuildRequires: perl(warnings) BuildRequires: perl(Test::MockTime) BuildRequires: perl(Test::More) +BuildRequires: perl(inc::Module::Install) + Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -26,6 +28,7 @@ DateTime object out of it. %prep %setup -q -n Date-Extract-%{version} +rm -r inc/ %build # --skipdeps causes ExtUtils::AutoInstall not to try auto-installing @@ -45,6 +48,11 @@ make test %{_mandir}/man3/* %changelog +* Mon Nov 14 2016 Ralf Corsépius - 0.06-1 +- Upstream update. +- Reflect upstream-URL having changed. +- Eliminate inc/. + * Mon May 16 2016 Jitka Plesnikova - 0.05-7 - Perl 5.24 rebuild diff --git a/sources b/sources index bc7fd6c..f9b67c1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -045879fe373f8e99c215b3a466103445 Date-Extract-0.05.tar.gz +21fd316d2b6b0a6ab40f381f9e978cdc Date-Extract-0.06.tar.gz