diff --git a/perl-Spiffy.spec b/perl-Spiffy.spec index 24e201e..3d3807b 100644 --- a/perl-Spiffy.spec +++ b/perl-Spiffy.spec @@ -1,6 +1,6 @@ Name: perl-Spiffy -Version: 0.42 -Release: 2%{?dist} +Version: 0.46 +Release: 1%{?dist} Summary: Framework for doing object oriented (OO) programming in Perl License: GPL+ or Artistic Group: Development/Libraries @@ -22,7 +22,6 @@ BuildRequires: perl(YAML) # Tests: BuildRequires: perl(base) BuildRequires: perl(Cwd) -BuildRequires: perl(File::Basename) BuildRequires: perl(lib) BuildRequires: perl(Test::More) # Release Tests: @@ -72,6 +71,13 @@ make test RELEASE_TESTING=1 %{_mandir}/man3/Spiffy.3pm* %changelog +* Tue Sep 9 2014 Paul Howarth - 0.46-1 +- Update to 0.46 + - Meta 0.0.2 + - Eliminate spurious trailing whitespace + - Eliminate File::Basename from test/ + - Add t/000-compile-modules.t + * Wed Aug 27 2014 Jitka Plesnikova - 0.42-2 - Perl 5.20 rebuild diff --git a/sources b/sources index 6385047..5037439 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b484b87dcd0d04d84f08c8662b15df47 Spiffy-0.42.tar.gz +2ec7007c111a6bc2775bb7c57673a24b Spiffy-0.46.tar.gz