diff --git a/perltidy.spec b/perltidy.spec index 200be37..f361035 100644 --- a/perltidy.spec +++ b/perltidy.spec @@ -1,6 +1,6 @@ Name: perltidy -Version: 20150815 -Release: 2%{?dist} +Version: 20160301 +Release: 1%{?dist} Summary: Tool for indenting and re-formatting Perl scripts License: GPLv2+ URL: http://perltidy.sourceforge.net/ @@ -17,6 +17,7 @@ BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Carp) BuildRequires: perl(constant) BuildRequires: perl(Cwd) +BuildRequires: perl(Encode) BuildRequires: perl(Exporter) BuildRequires: perl(File::Basename) BuildRequires: perl(File::Copy) @@ -26,6 +27,7 @@ BuildRequires: perl(Getopt::Long) BuildRequires: perl(IO::File) BuildRequires: perl(strict) BuildRequires: perl(vars) +BuildRequires: perl(warnings) # Test Suite BuildRequires: perl(FindBin) BuildRequires: perl(Test) @@ -83,6 +85,9 @@ make test %{_mandir}/man3/Perl::Tidy.3* %changelog +* Mon Feb 29 2016 Paul Howarth - 20160301-1 +- Update to 20160301 (see CHANGES for details) + * Thu Feb 04 2016 Fedora Release Engineering - 20150815-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 0a882fd..ecea56f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2db845ed25151dd86cf45dd7f72a3471 Perl-Tidy-20150815.tar.gz +97b4e7a5615e93039af4dacd726f1a52 Perl-Tidy-20160301.tar.gz