From c18b6188dffa623d54b5eea78ef8aa25ca34f413 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Feb 16 2015 10:03:48 +0000 Subject: Update to 2.21 - New upstream release 2.21 - Patch Makefile.PL to refer to the current repo, which is on github, and not the original one, which is on Adam's web site (CPAN RT#102125) - Remove Build.PL (CPAN RT#102126) - Edit line lengths in the Changes file to a maximum of 100 characters - Edit line lengths in the docs the same way - Expand the SEE ALSO section of the docs - Use %license --- diff --git a/perl-Config-Tiny.spec b/perl-Config-Tiny.spec index a7bc5b5..b90b99a 100644 --- a/perl-Config-Tiny.spec +++ b/perl-Config-Tiny.spec @@ -1,6 +1,6 @@ Name: perl-Config-Tiny -Version: 2.20 -Release: 4%{?dist} +Version: 2.21 +Release: 1%{?dist} Summary: Perl module for reading and writing .ini style configuration files Group: Development/Libraries License: GPL+ or Artistic @@ -8,7 +8,9 @@ URL: http://search.cpan.org/dist/Config-Tiny/ Source0: http://search.cpan.org/CPAN/authors/id/R/RS/RSAVAGE/Config-Tiny-%{version}.tgz BuildArch: noarch # Module Build +BuildRequires: perl BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(warnings) # Module Runtime BuildRequires: perl(strict) # Test Suite @@ -19,7 +21,7 @@ BuildRequires: perl(UNIVERSAL) BuildRequires: perl(utf8) # Extra Tests BuildRequires: perl(Test::CPAN::Meta) >= 0.17 -# Test::MinimumVersion -> Perl::MinimumVersion -> Perl::Critic -> Config::Tiny +# Test::MinimumVersion → Perl::MinimumVersion → Perl::Critic → Config::Tiny %if 0%{!?perl_bootstrap:1} BuildRequires: perl(Test::MinimumVersion) >= 0.101080 %endif @@ -49,11 +51,22 @@ make test make test TEST_FILES="xt/*.t" AUTOMATED_TESTING=1 %files -%doc Changes LICENSE README +%license LICENSE +%doc Changes README %{perl_vendorlib}/Config/ -%{_mandir}/man3/Config::Tiny.3pm* +%{_mandir}/man3/Config::Tiny.3* %changelog +* Mon Feb 16 2015 Paul Howarth - 2.21-1 +- Update to 2.21 + - Patch Makefile.PL to refer to the current repo, which is on github, and + not the original one, which is on Adam's web site (CPAN RT#102125) + - Remove Build.PL (CPAN RT#102126) + - Edit line lengths in the Changes file to a maximum of 100 characters + - Edit line lengths in the docs the same way + - Expand the SEE ALSO section of the docs +- Use %%license + * Sun Sep 07 2014 Jitka Plesnikova - 2.20-4 - Perl 5.20 re-rebuild of bootstrapped packages diff --git a/sources b/sources index d388f48..6fb6b9b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d239ea56157fcd61ac796fc13d585dc3 Config-Tiny-2.20.tgz +812a8026bfb7cb39398becc0cf645d51 Config-Tiny-2.21.tgz