Hello community,

here is the log from the commit of package perl-Perl-Tidy for openSUSE:Factory 
checked in at 2013-06-13 20:06:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Perl-Tidy (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Perl-Tidy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Perl-Tidy"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Perl-Tidy/perl-Perl-Tidy.changes    
2011-12-21 12:18:25.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Perl-Tidy.new/perl-Perl-Tidy.changes       
2013-06-13 20:06:53.000000000 +0200
@@ -1,0 +2,50 @@
+Sun Jun  9 14:59:59 UTC 2013 - co...@suse.com
+
+- updated to 20121207
+    - The flag -cab=n or --comma-arrow-breakpoints=n has been generalized
+      to give better control over breaking open short containers.  The
+      possible values are now:
+
+        n=0 break at all commas after =>  
+        n=1 stable: break at all commas after => if container is open,
+            EXCEPT FOR one-line containers
+        n=2 break at all commas after =>, BUT try to form the maximum
+            maximum one-line container lengths
+        n=3 do not treat commas after => specially at all 
+        n=4 break everything: like n=0 but also break a short container with
+            a => not followed by a comma
+        n=5 stable: like n=1 but ALSO break at open one-line containers 
(default)
+
+      New values n=4 and n=5 have been added to allow short blocks to be
+      broken open.  The new default is n=5, stable.  It should more closely
+      follow the breaks in the input file, and previously formatted code
+      should remain unchanged.  If this causes problems use -cab=1 to recover 
+      the former behavior.  Thanks to Tony Maszeroski for the suggestion.
+
+      To illustrate the need for the new options, if perltidy is given
+      the following code, then the old default (-cab=1) was to close up 
+      the 'index' container even if it was open in the source.  The new 
+      default (-cab=5) will keep it open if it was open in the source.
+
+       our $fancypkg = {
+           'ALL' => {
+               'index' => {
+                   'key' => 'value',
+               },
+               'alpine' => {
+                   'one'   => '+',
+                   'two'   => '+',
+                   'three' => '+',
+               },
+           }
+       };
+
+    - New debug flag --memoize (-mem).  This version contains a 
+      patch supplied by Jonathan Swartz which can significantly speed up
+      repeated calls to Perl::Tidy::perltidy in a single process by caching
+      the result of parsing the formatting parameters.  A factor of up to 10
+      speedup was achieved for masontidy 
(https://metacpan.org/module/masontidy).
+      The memoization patch is on by default but can be deactivated for 
+      testing with -nmem (or --no-memoize).
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ perl-Perl-Tidy.spec ++++++
--- /var/tmp/diff_new_pack.cNukMJ/_old  2013-06-13 20:06:54.000000000 +0200
+++ /var/tmp/diff_new_pack.cNukMJ/_new  2013-06-13 20:06:54.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Perl-Tidy
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 Summary:        Parses and beautifies perl source
 License:        GPL-2.0+
 Group:          Development/Libraries/Perl
-Version:        20101217
+Version:        20121207
 Release:        0
 Url:            http://search.cpan.org/dist/Perl-Tidy/
 Source:         
http://www.cpan.org/modules/by-module/Perl/Perl-Tidy-%{version}.tar.gz
@@ -37,10 +37,6 @@
 case the @ARGV array will be used to provide input parameters as described
 in the perltidy(1) man page.
 
-Authors:
---------
-    Steve Hancock
-
 %prep
 %setup -q -n %{cpan_name}-%{version}
 ### rpmlint

++++++ Perl-Tidy-20101217.tar.gz -> Perl-Tidy-20121207.tar.gz ++++++
++++ 14143 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to