Hello community,

here is the log from the commit of package perl-Perl-Tidy for openSUSE:Factory 
checked in at 2020-07-02 23:56:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Perl-Tidy (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Perl-Tidy.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Perl-Tidy"

Thu Jul  2 23:56:12 2020 rev:27 rq:818082 version:20200619

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Perl-Tidy/perl-Perl-Tidy.changes    
2020-01-15 16:44:46.193165784 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Perl-Tidy.new.3060/perl-Perl-Tidy.changes  
2020-07-02 23:56:53.100981602 +0200
@@ -1,0 +2,58 @@
+Sat Jun 20 03:10:23 UTC 2020 - Tina Müller <timueller+p...@suse.de>
+
+- updated to 20200619
+   see /usr/share/doc/packages/perl-Perl-Tidy/CHANGES.md
+
+  ## 2020 06 19
+      - Added support for Switch::Plain syntax, issue git #31.
+      - Fixed minor problem where trailing 'unless' clauses were not
+        getting vertically aligned.
+      - Added a parameter --logical-padding or -lop to allow logical padding
+        to be turned off.  Requested by git #29. This flag is on by default.
+        The man pages have examples.
+      - Added a parameter -kpit=n to control spaces inside of parens following
+        certain keywords, requested in git#26. This flag is off by default.
+      - Added fix for git#25, improve vertical alignment for long lists with
+        varying numbers of items per line.
+      - calls to the module Perl::Tidy can now capture any output produced
+        by a debug flag or one of the 'tee' flags through the new 'debugfile' 
and
+        'teefile' call parameters.  These output streams are rarely used but
+        they are now treated the same as any 'logfile' stream.
+      - add option --break-at-old-semicolon-breakpoints', -bos, requested
+        in RT#131644.  This flag will keep lines beginning with a semicolon.
+      - Added --use-unicode-gcstring to control use of Unicode::GCString for
+        evaluating character widths of encoded data.  The default is
+        not to use this (--nouse-unicode-gcstring). If this flag is set,
+        perltidy will look for Unicode::GCString and, if found, will use it
+        to evaluate character display widths.  This can improve displayed
+        vertical alignment for files with wide characters.  It is a nice
+        feature but it is off by default to avoid conflicting formatting
+        when there are multiple developers.  Perltidy installation does not
+        require Unicode::GCString, so users wanting to use this feature need
+        set this flag and also to install Unicode::GCString separately.
+      - Added --character-encoding=guess or -guess to have perltidy guess
+        if a file (or other input stream) is encoded as -utf8 or some
+        other single-byte encoding. This is useful when processing a mixture
+        of file types, such as utf8 and latin-1.
+        Please Note: The default encoding has been set to be 'guess'
+        instead of 'none'. This seems like the best default, since
+        it allows perltidy work properly with both
+        utf8 files and older latin-1 files.  The guess mode uses Encode::Guess,
+        which is included in standard perl distributions, and only tries to
+        guess if a file is utf8 or not, never any other encoding.  If the 
guess is
+        utf8, and if the file successfully decodes as utf8, then it the 
encoding
+        is assumed to be utf8.  Otherwise, no encoding is assumed.
+        If you do not want to use this new default guess mode, or have a
+        problem with it, you can set --character-encoding=none (the previous
+        default) or --character-encoding=utf8 (if you deal with utf8 files).
+      - Specific encodings of input files other than utf8 may now be given, for
+        example --character-encoding=euc-jp.
+      - Fix for git#22, Preserve function signature on a single line. An
+        unwanted line break was being introduced when a closing signature paren
+        followed a closing do brace.
+      - Fix RT#132059, the -dac parameter was not working and caused an error 
exit
+      - When -utf8 is used, any error output is encoded as utf8
+      - Fix for git#19, adjust line break around an 'xor'
+      - Fix for git#18, added warning for missing comma before unknown bare 
word.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ perl-Perl-Tidy.spec ++++++
--- /var/tmp/diff_new_pack.qlSL1s/_old  2020-07-02 23:56:54.616986627 +0200
+++ /var/tmp/diff_new_pack.qlSL1s/_new  2020-07-02 23:56:54.616986627 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Perl-Tidy
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 Name:           perl-Perl-Tidy
-Version:        20200110
+Version:        20200619
 Release:        0
 #Upstream: GPL-1.0-or-later
 %define cpan_name Perl-Tidy
 Summary:        Parses and beautifies perl source
 License:        GPL-2.0-or-later
 Group:          Development/Libraries/Perl
-Url:            https://metacpan.org/release/%{cpan_name}
+URL:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/S/SH/SHANCOCK/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
@@ -67,7 +67,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc BUGS.md CHANGES.md docs examples pm2pl README.md
+%doc bbs.t BUGS.md CHANGES.md docs examples pm2pl README.md
 %license COPYING
 
 %changelog

++++++ Perl-Tidy-20200110.tar.gz -> Perl-Tidy-20200619.tar.gz ++++++
++++ 13398 lines of diff (skipped)


Reply via email to