Hello community,

here is the log from the commit of package perl-Perl-Tidy for openSUSE:Factory 
checked in at 2020-09-09 17:48:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Perl-Tidy (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Perl-Tidy.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Perl-Tidy"

Wed Sep  9 17:48:47 2020 rev:29 rq:832731 version:20200907

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Perl-Tidy/perl-Perl-Tidy.changes    
2020-08-28 21:12:32.116067155 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Perl-Tidy.new.3399/perl-Perl-Tidy.changes  
2020-09-09 17:50:35.858604775 +0200
@@ -1,0 +2,31 @@
+Mon Sep  7 03:17:23 UTC 2020 - Tina Müller <timueller+p...@suse.de>
+
+- updated to 20200907
+   see /usr/share/doc/packages/perl-Perl-Tidy/CHANGES.md
+
+  ## 2020 09 07
+      - Fixed bug git #37, an error when the combination -scbb -csc was used.
+        It occurs in perltidy versions 20200110, 20200619, and 20200822.  What 
happens is
+        that when two consecutive lines with isolated closing braces had new 
side
+        comments generated by the -csc parameter, a separating newline was 
missing.
+        The resulting script will not then run, but worse, if it is 
reformatted with
+        the same parameters then closing side comments could be overwritten 
and data
+        lost.
+        This problem was found during automated random testing.  The parameter
+        -scbb is rarely used, which is probably why this has not been 
reported.  Please
+        upgrade your version.
+      - Added parameter --non-indenting-braces, or -nib, which prevents
+        code from indenting one level if it follows an opening brace marked
+        with a special side comment, '#<<<'.  For example,
+                      { #<<<   a closure to contain lexical vars
+                      my $var;  # this line does not indent
+                      }
+                      # this line cannot 'see' $var;
+        This is on by default.  If your code happens to have some
+        opening braces followed by '#<<<', and you
+        don't want this, you can use -nnib to deactivate it.
+      - Side comment locations reset at a line ending in a level 0 open
+        block, such as when a new multi-line sub begins.  This is intended to
+        help keep side comments from drifting to far to the right.
+
+-------------------------------------------------------------------

Old:
----
  Perl-Tidy-20200822.tar.gz

New:
----
  Perl-Tidy-20200907.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Perl-Tidy.spec ++++++
--- /var/tmp/diff_new_pack.kCn0qX/_old  2020-09-09 17:50:38.190606670 +0200
+++ /var/tmp/diff_new_pack.kCn0qX/_new  2020-09-09 17:50:38.194606673 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Perl-Tidy
-Version:        20200822
+Version:        20200907
 Release:        0
 #Upstream: GPL-1.0-or-later
 %define cpan_name Perl-Tidy

++++++ Perl-Tidy-20200822.tar.gz -> Perl-Tidy-20200907.tar.gz ++++++
++++ 8142 lines of diff (skipped)


Reply via email to