From e567405c65ca06dafd1a4eb06056263cd4631a7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 15 Feb 2016 10:16:56 +0100 Subject: [PATCH] 0.39 bump --- .gitignore | 1 + perl-Code-TidyAll.spec | 9 +++++++-- sources | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 008a246..fe297ee 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /Code-TidyAll-0.37.tar.gz /Code-TidyAll-0.38.tar.gz +/Code-TidyAll-0.39.tar.gz diff --git a/perl-Code-TidyAll.spec b/perl-Code-TidyAll.spec index 91050fd..53459bf 100644 --- a/perl-Code-TidyAll.spec +++ b/perl-Code-TidyAll.spec @@ -1,6 +1,6 @@ Name: perl-Code-TidyAll -Version: 0.38 -Release: 2%{?dist} +Version: 0.39 +Release: 1%{?dist} Summary: Engine for tidyall, your all-in-one code tidier and validator License: GPL+ or Artistic URL: http://search.cpan.org/dist/Code-TidyAll/ @@ -33,6 +33,7 @@ BuildRequires: perl(File::Which) BuildRequires: perl(File::Zglob) BuildRequires: perl(Guard) BuildRequires: perl(IPC::Run3) +BuildRequires: perl(IPC::System::Simple) BuildRequires: perl(List::MoreUtils) BuildRequires: perl(Moo) BuildRequires: perl(Moo::Role) @@ -44,6 +45,7 @@ BuildRequires: perl(vars) # Tests BuildRequires: perl(File::Spec) BuildRequires: perl(lib) +# Test::CPAN::Meta::JSON not used BuildRequires: perl(Test::More) >= 0.96 Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) @@ -87,6 +89,9 @@ make test %{_mandir}/man3/* %changelog +* Mon Feb 15 2016 Petr Pisar - 0.39-1 +- 0.39 bump + * Thu Feb 04 2016 Fedora Release Engineering - 0.38-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index ad11e58..45a1267 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d85f9b96094c7d1caff592d92b4cf86f Code-TidyAll-0.38.tar.gz +2108aebbbb68e713efa6e54a445ab7a0 Code-TidyAll-0.39.tar.gz