diff --git a/.gitignore b/.gitignore index ce0d166..75dc868 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /Code-TidyAll-0.44.tar.gz /Code-TidyAll-0.46.tar.gz /Code-TidyAll-0.47.tar.gz +/Code-TidyAll-0.48.tar.gz diff --git a/perl-Code-TidyAll.spec b/perl-Code-TidyAll.spec index 6299c93..ac503f8 100644 --- a/perl-Code-TidyAll.spec +++ b/perl-Code-TidyAll.spec @@ -1,6 +1,6 @@ Name: perl-Code-TidyAll -Version: 0.47 -Release: 2%{?dist} +Version: 0.48 +Release: 1%{?dist} Summary: Engine for tidyall, your all-in-one code tidier and validator # lib/Test/Code/TidyAll.pm: GPL+ or Artistic # LICENSE: GPL+ or Artistic @@ -53,6 +53,7 @@ BuildRequires: perl(Time::Duration::Parse) BuildRequires: perl(Try::Tiny) BuildRequires: perl(vars) # Tests +BuildRequires: perl(autodie) BuildRequires: perl(File::Spec) BuildRequires: perl(lib) # Test::CPAN::Meta::JSON not used @@ -98,6 +99,9 @@ make test %{_mandir}/man3/* %changelog +* Fri Jun 17 2016 Jitka Plesnikova - 0.48-1 +- 0.48 bump + * Mon May 16 2016 Jitka Plesnikova - 0.47-2 - Perl 5.24 rebuild diff --git a/sources b/sources index 9322c84..e2f66ad 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5bdd0ee13a03c689dc8b551e0c332389 Code-TidyAll-0.47.tar.gz +569700ae28c80232ca723e004c4b1778 Code-TidyAll-0.48.tar.gz