f38
Jitka Plesnikova 8 years ago
parent ddf1a26070
commit a279618544

1
.gitignore vendored

@ -10,3 +10,4 @@
/Code-TidyAll-0.48.tar.gz
/Code-TidyAll-0.49.tar.gz
/Code-TidyAll-0.52.tar.gz
/Code-TidyAll-0.53.tar.gz

@ -1,5 +1,5 @@
Name: perl-Code-TidyAll
Version: 0.52
Version: 0.53
Release: 1%{?dist}
Summary: Engine for tidyall, your all-in-one code tidier and validator
# lib/Test/Code/TidyAll.pm: GPL+ or Artistic
@ -36,6 +36,7 @@ BuildRequires: perl(Digest::SHA)
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Slurp::Tiny)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Which)
BuildRequires: perl(File::Zglob)
BuildRequires: perl(Guard)
@ -50,7 +51,7 @@ BuildRequires: perl(List::SomeUtils)
BuildRequires: perl(Moo)
BuildRequires: perl(Moo::Role)
# Not used for tests - perl(Parallel::ForkManager)
BuildRequires: perl(Path::Tiny)
BuildRequires: perl(Path::Tiny) >= 0.098
# Not used for tests - perl(Perl::Tidy)
# Not used for tests - perl(Perl::Tidy::Sweetened)
# Not used for tests - perl(Pod::Checker)
@ -68,7 +69,6 @@ BuildRequires: perl(Try::Tiny)
# Tests
BuildRequires: perl(autodie)
# Not used for tests - perl(Encode)
BuildRequires: perl(File::Spec)
BuildRequires: perl(lib)
BuildRequires: perl(Test::Class::Most)
# Not used for tests - perl(Test::CPAN::Meta::JSON)
@ -82,7 +82,7 @@ Requires: perl-Mason-Tidy
Requires: perl-Perl-Critic
Requires: php-pear-PHP-CodeSniffer
Requires: subversion
Requires: perl(Parallel::ForkManager)
Requires: perl(Parallel::ForkManager) >= 1.19
%description
@ -115,6 +115,9 @@ make test
%{_mandir}/man3/*
%changelog
* Tue Oct 11 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.53-1
- 0.53 bump
* Tue Sep 20 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.52-1
- 0.52 bump

@ -1 +1 @@
5abc7fe5c1eb9d8f0fbc6d6ece3a97a4 Code-TidyAll-0.52.tar.gz
56b2b51465937e0f06838e87db130db1 Code-TidyAll-0.53.tar.gz

Loading…
Cancel
Save