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 2022-06-16 18:21:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Perl-Tidy (Old) and /work/SRC/openSUSE:Factory/.perl-Perl-Tidy.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Perl-Tidy" Thu Jun 16 18:21:14 2022 rev:39 rq:983154 version:20220613 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Perl-Tidy/perl-Perl-Tidy.changes 2022-02-21 17:47:22.867607976 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Perl-Tidy.new.1548/perl-Perl-Tidy.changes 2022-06-16 18:22:32.760279100 +0200 @@ -1,0 +2,50 @@ +Tue Jun 14 03:07:44 UTC 2022 - Tina M??ller <timueller+p...@suse.de> + +- updated to 20220613 + see /usr/share/doc/packages/perl-Perl-Tidy/CHANGES.md + + ## 2022 06 13 + - No significant bugs have been found since the last release but users + of programs which call the Perl::Tidy module should note the first + item below, which changes a default setting. The main change to + existing formatting is the second item below, which adds vertical + alignment to 'use' statements. + - The flag --encode-output-strings, or -eos, is now set 'on' by default. + This has no effect on the use of the 'perltidy' binary script, but could + change the behavior of some programs which use the Perl::Tidy module on + files encoded in UTF-8. If any problems are noticed, an emergency fix + can be made by reverting to the old default by setting -neos. For + an explanation of why this change needs to be made see: + https://github.com/perltidy/perltidy/issues/92 + https://github.com/perltidy/perltidy/blob/master/docs/eos_flag.md + - Added vertical alignment for qw quotes and empty parens in 'use' + statements (see issue #git 93). This new alignment is 'on' by default + and will change formatting as shown below. If this is not wanted it can + be turned off with the parameter -vxl='q' (--valign-exclude-list='q'). + # old default, or -vxl='q' + use Getopt::Long qw(GetOptions); + use Fcntl qw(O_RDONLY O_WRONLY O_EXCL O_CREAT); + use Symbol qw(gensym); + use Exporter (); + # new default + use Getopt::Long qw(GetOptions); + use Fcntl qw(O_RDONLY O_WRONLY O_EXCL O_CREAT); + use Symbol qw(gensym); + use Exporter (); + - The parameter -kbb (--keep-break-before) now ignores a request to break + before an opening token, such as '('. Likewise, -kba (--keep-break-after) + now ignores a request to break after a closing token, such as ')'. This + change was made to avoid a rare instability discovered in random testing. + - Previously, if a -dsc command was used to delete all side comments, + then any special side comments for controlling non-indenting braces got + deleted too. Now, these control side comments are retained when -dsc is + set unless a -nnib (--nonon-indenting-braces) flag is also set to + deactivate them. + - This version runs about 10 percent faster on large files than the previous + release due to optimizations made with the help of Devel::NYTProf. Much + of the gain came from faster processing of blank tokens and comments. + - This version of perltidy was stress-tested for many cpu hours with + random input parameters. No failures to converge, internal fault checks, + undefined variable references or other irregularities were seen. + +------------------------------------------------------------------- Old: ---- Perl-Tidy-20220217.tar.gz New: ---- Perl-Tidy-20220613.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Perl-Tidy.spec ++++++ --- /var/tmp/diff_new_pack.F3NgsK/_old 2022-06-16 18:22:33.172279686 +0200 +++ /var/tmp/diff_new_pack.F3NgsK/_new 2022-06-16 18:22:33.176279692 +0200 @@ -18,11 +18,11 @@ %define cpan_name Perl-Tidy Name: perl-Perl-Tidy -Version: 20220217 +Version: 20220613 Release: 0 #Upstream: GPL-1.0-or-later License: GPL-2.0-or-later -Summary: Parses and beautifies perl source +Summary: Indent and reformat perl scripts URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/S/SH/SHANCOCK/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml ++++++ Perl-Tidy-20220217.tar.gz -> Perl-Tidy-20220613.tar.gz ++++++ ++++ 20712 lines of diff (skipped)