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 2025-07-22 12:53:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Perl-Tidy (Old) and /work/SRC/openSUSE:Factory/.perl-Perl-Tidy.new.8875 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Perl-Tidy" Tue Jul 22 12:53:55 2025 rev:53 rq:1294559 version:20250711.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Perl-Tidy/perl-Perl-Tidy.changes 2025-06-24 20:45:40.919680668 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Perl-Tidy.new.8875/perl-Perl-Tidy.changes 2025-07-22 12:54:07.004597875 +0200 @@ -1,0 +2,38 @@ +Sat Jul 12 05:36:54 UTC 2025 - Tina Müller <timueller+p...@suse.de> + +- updated to 20250711.0.0 (20250711) + see /usr/share/doc/packages/perl-Perl-Tidy/CHANGES.md + + ## 2025 07 11 + - Update for issue git #187: add vertical alignment of colons + used as attribute separators. These colons have token type 'A', + and this vertical alignment will be on by default (since all + vertical alignments occur by default). For example: + # old default + field $tile_size : param; + field $bar : reader : writer; + # new default with alignment of token type 'A' + field $tile_size : param; + field $bar : reader : writer; + This alignment can be turned off to recover the previous formatting + with --valign-exclusion-list='A', or -vxl='A'. + - Update for issue git #186: if a closing format skipping comment + '#>>>' is encountered before any '#<<<' is seen, then format + skipping is assumed to start with the first line of the file. + Use --nodetect-format-skipping-from-start or -ndfsfs to prevent + this check. + - Added option --code-skipping-from-start, or -csfs. This causes + code-skipping to begin from the start of a file even though there + is no starting marker comment, '#<<V'. + - Fixed a bug involving the --format-skipping option. If a line in + the skipped code had trailing blanks, then the newline at the end + of that line was lost. + - Added a check to insure that format skipping begin and end markers + strictly alternate along the lines of a file. If these markers + do not alternate, a warning occurs and formatting is skipped. + This is intended to help catch errors. + - For lists which contain here docs and which are formatted with + the --line-up-parentheses option, the formatting may in some + cases change to more closely follow the -lp style. + +------------------------------------------------------------------- Old: ---- Perl-Tidy-20250616.tar.gz New: ---- Perl-Tidy-20250711.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Perl-Tidy.spec ++++++ --- /var/tmp/diff_new_pack.4kf29O/_old 2025-07-22 12:54:07.464617030 +0200 +++ /var/tmp/diff_new_pack.4kf29O/_new 2025-07-22 12:54:07.468617197 +0200 @@ -18,10 +18,10 @@ %define cpan_name Perl-Tidy Name: perl-Perl-Tidy -Version: 20250616.0.0 +Version: 20250711.0.0 Release: 0 -# 20250616 -> normalize -> 20250616.0.0 -%define cpan_version 20250616 +# 20250711 -> normalize -> 20250711.0.0 +%define cpan_version 20250711 #Upstream: GPL-1.0-or-later License: GPL-2.0-or-later Summary: Indent and reformat perl scripts ++++++ Perl-Tidy-20250616.tar.gz -> Perl-Tidy-20250711.tar.gz ++++++ ++++ 2403 lines of diff (skipped)