Hello community,

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

Package is "perl-Perl-Tidy"

Wed Dec 11 11:59:57 2019 rev:25 rq:754060 version:20191203

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Perl-Tidy/perl-Perl-Tidy.changes    
2019-09-25 01:03:04.173871259 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Perl-Tidy.new.4691/perl-Perl-Tidy.changes  
2019-12-11 12:00:20.884860919 +0100
@@ -1,0 +2,52 @@
+Wed Dec  4 03:11:52 UTC 2019 -  <timueller+p...@suse.de>
+
+- updated to 20191203
+   see /usr/share/doc/packages/perl-Perl-Tidy/CHANGES.md
+
+  ## 2019 12 03
+  
+      - Fixed issue RT#131115: -bli option not working correctly.
+        Closing braces were not indented in some cases due to a glitch
+        introduced in version 20181120.
+  
+      - Fixed issue RT#130394: Allow short nested blocks.  Given the following
+  
+          $factorial = sub { reduce { $a * $b } 1 .. 11 };
+     
+        Previous versions would always break the sub block because it
+        contains another block (the reduce block).  The fix keeps
+        short one-line blocks such as this intact.
+  
+      - Implement issue RT#130640: Allow different subroutine keywords.
+        Added a flag --sub-alias-list=s or -sal=s, where s is a string with
+        one or more aliases for 'sub', separated by spaces or commas.
+        For example,
+  
+          perltidy -sal='method fun' 
+  
+        will cause the perltidy to treat the words 'method' and 'fun' to be
+        treated the same as if they were 'sub'.
+  
+      - Added flag --space-prototype-paren=i, or -spp=i, to control spacing 
+        before the opening paren of a prototype, where i=0, 1, or 2:
+        i=0 no space
+        i=1 follow input [current and default]
+        i=2 always space
+  
+        Previously, perltidy always followed the input.
+        For example, given the following input 
+  
+           sub usage();
+  
+        The result will be:
+          sub usage();    # i=0 [no space]
+          sub usage();    # i=1 [default; follows input]
+          sub usage ();   # i=2 [space]
+  
+      - Fixed issue git#16, minor vertical alignment issue.
+  
+      - Fixed issue git#10, minor conflict of -wn and -ce
+  
+      - Improved some vertical alignments involving two lines.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ perl-Perl-Tidy.spec ++++++
--- /var/tmp/diff_new_pack.FV3Plg/_old  2019-12-11 12:00:22.108860404 +0100
+++ /var/tmp/diff_new_pack.FV3Plg/_new  2019-12-11 12:00:22.112860402 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Perl-Tidy
-Version:        20190915
+Version:        20191203
 Release:        0
 #Upstream: GPL-1.0-or-later
 %define cpan_name Perl-Tidy
@@ -51,7 +51,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor

++++++ Perl-Tidy-20190915.tar.gz -> Perl-Tidy-20191203.tar.gz ++++++
++++ 2355 lines of diff (skipped)


Reply via email to