f38
Jitka Plesnikova 9 years ago
parent 24f46681e7
commit 0a4aac5079

1
.gitignore vendored

@ -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

@ -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 <jplesnik@redhat.com> - 0.48-1
- 0.48 bump
* Mon May 16 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.47-2
- Perl 5.24 rebuild

@ -1 +1 @@
5bdd0ee13a03c689dc8b551e0c332389 Code-TidyAll-0.47.tar.gz
569700ae28c80232ca723e004c4b1778 Code-TidyAll-0.48.tar.gz

Loading…
Cancel
Save