Hello community,

here is the log from the commit of package perl-Perl-Tidy for openSUSE:Factory 
checked in at 2017-12-18 08:57:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Perl-Tidy (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Perl-Tidy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Perl-Tidy"

Mon Dec 18 08:57:53 2017 rev:18 rq:557138 version:20171214

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Perl-Tidy/perl-Perl-Tidy.changes    
2017-05-27 13:19:40.816348557 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Perl-Tidy.new/perl-Perl-Tidy.changes       
2017-12-18 08:57:59.811175665 +0100
@@ -1,0 +2,67 @@
+Thu Dec 14 19:09:03 UTC 2017 - co...@suse.com
+
+- updated to 20171214
+   see /usr/share/doc/packages/perl-Perl-Tidy/CHANGES
+
+    2017 12 14
+        - RT #123749, partial fix.  "Continuation indentation" is removed from 
lines 
+          with leading closing parens which are part of a call chain. 
+          For example, the call to pack() is is now outdented to the starting 
+          indentation in the following experession:  
+  
+              # OLD
+              $mw->Button(
+                  -text    => "New Document",
+                  -command => \&new_document
+                )->pack(
+                  -side   => 'bottom',
+                  -anchor => 'e'
+                );
+  
+              # NEW
+              $mw->Button(
+                  -text    => "New Document",
+                  -command => \&new_document
+              )->pack(
+                  -side   => 'bottom',
+                  -anchor => 'e'
+              );
+  
+          This modification improves readability of complex expressions, 
especially
+          when the user uses the same value for continuation indentation 
(-ci=n) and 
+          normal indentation (-i=n).  Perltidy was already programmed to
+          do this but a minor bug was preventing it.
+  
+        - RT #123774, added flag to control space between a backslash and a 
single or
+          double quote, requested by Robert Rothenberg.  The issue is that 
lines like
+  
+             $str1=\"string1";
+             $str2=\'string2';
+  
+          confuse syntax highlighters unless a space is left between the 
backslash and
+          the quote.
+  
+          The new flag to control this is -sbq=n (--space-backslash-quote=n), 
+          where n=0 means no space, n=1 means follow existing code, n=2 means 
always
+          space.  The default is n=1, meaning that a space will be retained if 
there
+          is one in the source code.
+  
+        - Fixed RT #123492, support added for indented here doc operator <<~ 
added 
+          in v5.26.  Thanks to Chris Weyl for the report.
+  
+        - Fixed docs; --closing-side-comment-list-string should have been just
+          --closing-side-comment-list.  Thanks to F.Li.
+  
+        - Added patch RT #122030] Perl::Tidy sometimes does not call binmode.
+          Thanks to Irilis Aelae.
+  
+        - Fixed RT #121959, PERLTIDY doesn't honor the 'three dot' notation 
for 
+          locating a config file using environment variables.  Thanks to John 
+          Wittkowski.
+  
+        - Minor improvements to formatting, in which some additional vertical
+          aligmnemt is done. Thanks to Keith Neargarder.
+  
+        - RT #119588.  Vertical alignment is no longer done for // operator.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ perl-Perl-Tidy.spec ++++++
--- /var/tmp/diff_new_pack.5l0ehp/_old  2017-12-18 08:58:00.455144578 +0100
+++ /var/tmp/diff_new_pack.5l0ehp/_new  2017-12-18 08:58:00.455144578 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Perl-Tidy
-Version:        20170521
+Version:        20171214
 Release:        0
 #Upstream:  This package is free software; you can redistribute it and/or 
modify it under the terms of the "GNU General Public License". Please refer to 
the file "COPYING" for details.
 %define cpan_name Perl-Tidy

++++++ Perl-Tidy-20170521.tar.gz -> Perl-Tidy-20171214.tar.gz ++++++
++++ 1649 lines of diff (skipped)


Reply via email to