|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: perl-Code-TidyAll
|
|
|
|
Name: perl-Code-TidyAll
|
|
|
|
Version: 0.59
|
|
|
|
Version: 0.60
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Engine for tidyall, your all-in-one code tidier and validator
|
|
|
|
Summary: Engine for tidyall, your all-in-one code tidier and validator
|
|
|
|
# lib/Test/Code/TidyAll.pm: GPL+ or Artistic
|
|
|
|
# lib/Test/Code/TidyAll.pm: GPL+ or Artistic
|
|
|
|
# LICENSE: GPL+ or Artistic
|
|
|
|
# LICENSE: GPL+ or Artistic
|
|
|
@ -40,7 +40,6 @@ BuildRequires: perl(File::Spec)
|
|
|
|
BuildRequires: perl(File::Which)
|
|
|
|
BuildRequires: perl(File::Which)
|
|
|
|
BuildRequires: perl(File::Zglob)
|
|
|
|
BuildRequires: perl(File::Zglob)
|
|
|
|
BuildRequires: perl(Getopt::Long)
|
|
|
|
BuildRequires: perl(Getopt::Long)
|
|
|
|
BuildRequires: perl(Guard)
|
|
|
|
|
|
|
|
BuildRequires: perl(IPC::Run3)
|
|
|
|
BuildRequires: perl(IPC::Run3)
|
|
|
|
BuildRequires: perl(IPC::System::Simple)
|
|
|
|
BuildRequires: perl(IPC::System::Simple)
|
|
|
|
# Not used for tests - perl(JSON::MaybeXS)
|
|
|
|
# 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::Spell)
|
|
|
|
# Not used for tests - perl(Pod::Tidy)
|
|
|
|
# Not used for tests - perl(Pod::Tidy)
|
|
|
|
BuildRequires: perl(Scalar::Util)
|
|
|
|
BuildRequires: perl(Scalar::Util)
|
|
|
|
|
|
|
|
BuildRequires: perl(Scope::Guard)
|
|
|
|
BuildRequires: perl(Specio) >= 0.30
|
|
|
|
BuildRequires: perl(Specio) >= 0.30
|
|
|
|
BuildRequires: perl(Specio::Declare)
|
|
|
|
BuildRequires: perl(Specio::Declare)
|
|
|
|
BuildRequires: perl(Specio::Library::Builtins)
|
|
|
|
BuildRequires: perl(Specio::Library::Builtins)
|
|
|
@ -123,6 +123,9 @@ make test
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%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
|
|
|
|
* Tue Jun 06 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.59-2
|
|
|
|
- Perl 5.26 rebuild
|
|
|
|
- Perl 5.26 rebuild
|
|
|
|
|
|
|
|
|
|
|
|