diff --git a/perltidy.spec b/perltidy.spec index f361035..556d7fb 100644 --- a/perltidy.spec +++ b/perltidy.spec @@ -1,5 +1,5 @@ Name: perltidy -Version: 20160301 +Version: 20160302 Release: 1%{?dist} Summary: Tool for indenting and re-formatting Perl scripts License: GPLv2+ @@ -85,6 +85,15 @@ make test %{_mandir}/man3/Perl::Tidy.3* %changelog +* Tue Mar 1 2016 Paul Howarth - 20160302-1 +- Update to 20160302 + - Corrected a minor problem in which an unwanted newline was placed before + the closing brace of an anonymous sub with a signature, if it was in a + list (CPAN RT#112534) + - Corrected a minor problem in which occasional extra indentation was given + to the closing brace of an anonymous sub in a list when the -lp parameter + was set + * Mon Feb 29 2016 Paul Howarth - 20160301-1 - Update to 20160301 (see CHANGES for details) diff --git a/sources b/sources index ecea56f..fe14d35 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -97b4e7a5615e93039af4dacd726f1a52 Perl-Tidy-20160301.tar.gz +997c888b2e413982a598233dc29778a7 Perl-Tidy-20160302.tar.gz