f38
Jitka Plesnikova 8 years ago
parent a279618544
commit 9cd39f8f78

1
.gitignore vendored

@ -11,3 +11,4 @@
/Code-TidyAll-0.49.tar.gz
/Code-TidyAll-0.52.tar.gz
/Code-TidyAll-0.53.tar.gz
/Code-TidyAll-0.54.tar.gz

@ -1,5 +1,5 @@
Name: perl-Code-TidyAll
Version: 0.53
Version: 0.54
Release: 1%{?dist}
Summary: Engine for tidyall, your all-in-one code tidier and validator
# lib/Test/Code/TidyAll.pm: GPL+ or Artistic
@ -58,6 +58,12 @@ BuildRequires: perl(Path::Tiny) >= 0.098
# Not used for tests - perl(Pod::Spell)
# Not used for tests - perl(Pod::Tidy)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Specio) >= 0.30
BuildRequires: perl(Specio::Declare)
BuildRequires: perl(Specio::Library::Builtins)
BuildRequires: perl(Specio::Library::Numeric)
BuildRequires: perl(Specio::Library::Path::Tiny) >= 0.04
BuildRequires: perl(Specio::Library::String)
# Not used for tests - perl(SVN::Look)
BuildRequires: perl(Text::Diff) >= 1.44
# Not used for tests - perl(Test::Builder)
@ -115,6 +121,9 @@ make test
%{_mandir}/man3/*
%changelog
* Mon Oct 17 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.54-1
- 0.54 bump
* Tue Oct 11 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.53-1
- 0.53 bump

@ -1 +1 @@
56b2b51465937e0f06838e87db130db1 Code-TidyAll-0.53.tar.gz
47d98d4bbbf17adcc291d67794d6a90d Code-TidyAll-0.54.tar.gz

Loading…
Cancel
Save