f38
Jitka Plesnikova 8 years ago
parent f404ad7d16
commit 51daaf770c

1
.gitignore vendored

@ -17,3 +17,4 @@
/Code-TidyAll-0.57.tar.gz
/Code-TidyAll-0.58.tar.gz
/Code-TidyAll-0.59.tar.gz
/Code-TidyAll-0.60.tar.gz

@ -1,6 +1,6 @@
Name: perl-Code-TidyAll
Version: 0.59
Release: 2%{?dist}
Version: 0.60
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
@ -40,7 +40,6 @@ BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Which)
BuildRequires: perl(File::Zglob)
BuildRequires: perl(Getopt::Long)
BuildRequires: perl(Guard)
BuildRequires: perl(IPC::Run3)
BuildRequires: perl(IPC::System::Simple)
# Not used for tests - perl(JSON::MaybeXS)
@ -59,6 +58,7 @@ 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(Scope::Guard)
BuildRequires: perl(Specio) >= 0.30
BuildRequires: perl(Specio::Declare)
BuildRequires: perl(Specio::Library::Builtins)
@ -123,6 +123,9 @@ make test
%{_mandir}/man3/*
%changelog
* Tue Jul 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.60-1
- 0.60 bump
* Tue Jun 06 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.59-2
- Perl 5.26 rebuild

@ -1 +1 @@
SHA512 (Code-TidyAll-0.59.tar.gz) = 3ec531b214bd721fc42dc111c9a6b86d2b9bb30358b2b83f41cccbfe45bcd1df84e391e2dc102db9e891f96d5c5127932b9e5bc4d0d25d6748bf9f9655a532b7
SHA512 (Code-TidyAll-0.60.tar.gz) = d43b7b61c92557d9059c0478f38ab7126fd6945e322333ba53670894b18bf7fb04520c821c44c2969efbe95b3c55ae95801afe0a7045aa28192a6f887bdd9a3d

Loading…
Cancel
Save