Hello community,

here is the log from the commit of package perl-Perl-Tidy for openSUSE:Factory 
checked in at 2020-01-15 16:10:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Perl-Tidy (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Perl-Tidy.new.30080 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Perl-Tidy"

Wed Jan 15 16:10:44 2020 rev:26 rq:763692 version:20200110

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Perl-Tidy/perl-Perl-Tidy.changes    
2019-12-11 12:00:20.884860919 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Perl-Tidy.new.30080/perl-Perl-Tidy.changes 
2020-01-15 16:44:46.193165784 +0100
@@ -1,0 +2,38 @@
+Fri Jan 10 03:11:33 UTC 2020 -  <timueller+p...@suse.de>
+
+- updated to 20200110
+   see /usr/share/doc/packages/perl-Perl-Tidy/CHANGES.md
+
+  ## 2020 01 10
+  
+      - This release adds a flag to control the feature RT#130394 (allow short 
nested blocks)
+        introduced in the previous release.  Unfortunately that feature breaks 
+        RPerl installations, so a control flag has been introduced and that 
feature is now
+        off by default.  The flag is:
+  
+        --one-line-block-nesting=n, or -olbn=n, where n is an integer as 
follows: 
+  
+        -olbn=0 break nested one-line blocks into multiple lines [new DEFAULT]
+        -olbn=1 stable; keep existing nested-one line blocks intact [previous 
DEFAULT]
+  
+        For example, consider this input line:
+  
+          foreach (@list) { if ($_ eq $asked_for) { last } ++$found }
+  
+        The new default behavior (-olbn=0), and behavior prior to version 
20191203, is to break it into multiple lines:
+  
+          foreach (@list) {
+              if ( $_ eq $asked_for ) { last }
+              ++$found;
+          }
+  
+        To keep nested one-line blocks such as this on a single line you can 
add the parameter -olbn=1.
+  
+      - Fixed issue RT#131288: parse error for un-prototyped constant function 
without parenthesized
+        call parameters followed by ternary.
+  
+      - Fixed issue RT#131360, installation documentation.  Added a note that 
the binary 
+        'perltidy' comes with the Perl::Tidy module. They can both normally be 
installed with 
+        'cpanm Perl::Tidy'
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ perl-Perl-Tidy.spec ++++++
--- /var/tmp/diff_new_pack.QWXK9x/_old  2020-01-15 16:44:46.653166038 +0100
+++ /var/tmp/diff_new_pack.QWXK9x/_new  2020-01-15 16:44:46.653166038 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Perl-Tidy
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Perl-Tidy
-Version:        20191203
+Version:        20200110
 Release:        0
 #Upstream: GPL-1.0-or-later
 %define cpan_name Perl-Tidy

++++++ Perl-Tidy-20191203.tar.gz -> Perl-Tidy-20200110.tar.gz ++++++
++++ 2701 lines of diff (skipped)


Reply via email to