Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-Perl-Tidy for openSUSE:Factory checked in at 2021-04-14 10:11:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Perl-Tidy (Old) and /work/SRC/openSUSE:Factory/.perl-Perl-Tidy.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Perl-Tidy" Wed Apr 14 10:11:07 2021 rev:34 rq:884921 version:20210402 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Perl-Tidy/perl-Perl-Tidy.changes 2021-01-13 18:35:31.130439832 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Perl-Tidy.new.2401/perl-Perl-Tidy.changes 2021-04-14 10:11:39.405562346 +0200 @@ -1,0 +2,41 @@ +Fri Apr 2 03:08:21 UTC 2021 - Tina M??ller <timueller+p...@suse.de> + +- updated to 20210402 + see /usr/share/doc/packages/perl-Perl-Tidy/CHANGES.md + + ## 2021 04 02 + - This release fixes several non-critical bugs which have been found since the last + release. An effort has been made to keep existing formatting unchanged. + - Fixed issue git #57 regarding uninitialized warning flag. + - Added experimental flag -lpxl=s requested in issue git #56 to provide some + control over which containers get -lp indentation. + - Fixed issue git #55 regarding lack of coordination of the --break-before-xxx + flags and the --line-up-parens flag. + - Fixed issue git #54 regarding irregular application of the --break-before-paren + and similar --break-before-xxx flags, in which lists without commas were not + being formatted according to these flags. + - Fixed issue git #53. A flag was added to turn off alignment of spaced function + parens. If the --space-function-paren, -sfp flag is set, a side-effect is that the + spaced function parens may get vertically aligned. This can be undesirable, + so a new parameter '--function-paren-vertical-alignment', or '-fpva', has been + added to turn this vertical alignment off. The default is '-fpva', so that + existing formatting is not changed. Use '-nfpva' to turn off unwanted + vertical alignment. To illustrate the possibilities: + # perltidy [default] + myfun( $aaa, $b, $cc ); + mylongfun( $a, $b, $c ); + # perltidy -sfp + myfun ( $aaa, $b, $cc ); + mylongfun ( $a, $b, $c ); + # perltidy -sfp -nfpva + myfun ( $aaa, $b, $cc ); + mylongfun ( $a, $b, $c ); + - Fixed issue git #51, a closing qw bare paren was not being outdented when + the -nodelete-old-newlines flag was set. + - Fixed numerous edge cases involving unusual parameter combinations which + could cause alternating output states. Most scripts will not be + changed by these fixes. + - A more complete list of updates is at + https://github.com/perltidy/perltidy/blob/master/local-docs/BugLog.pod + +------------------------------------------------------------------- Old: ---- Perl-Tidy-20210111.tar.gz New: ---- Perl-Tidy-20210402.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Perl-Tidy.spec ++++++ --- /var/tmp/diff_new_pack.uJrWSb/_old 2021-04-14 10:11:39.861563116 +0200 +++ /var/tmp/diff_new_pack.uJrWSb/_new 2021-04-14 10:11:39.865563123 +0200 @@ -18,7 +18,7 @@ %define cpan_name Perl-Tidy Name: perl-Perl-Tidy -Version: 20210111 +Version: 20210402 Release: 0 #Upstream: GPL-1.0-or-later Summary: Parses and beautifies perl source ++++++ Perl-Tidy-20210111.tar.gz -> Perl-Tidy-20210402.tar.gz ++++++ ++++ 7101 lines of diff (skipped)