Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Perl-Tidy for openSUSE:Factory 
checked in at 2026-01-21 14:13:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Perl-Tidy (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Perl-Tidy.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Perl-Tidy"

Wed Jan 21 14:13:11 2026 rev:55 rq:1327643 version:20260109.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Perl-Tidy/perl-Perl-Tidy.changes    
2025-10-11 22:48:41.381371911 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Perl-Tidy.new.1928/perl-Perl-Tidy.changes  
2026-01-21 14:13:20.764807148 +0100
@@ -1,0 +2,58 @@
+Fri Jan  9 05:48:13 UTC 2026 - Tina Müller <[email protected]>
+
+- updated to 20260109.0.0 (20260109)
+   see /usr/share/doc/packages/perl-Perl-Tidy/CHANGES.md
+
+  ## 2026 01 09
+      - A new parameter --break-at-old-trailing-loops, or -botl, keeps
+        existing line breaks at these trailing loop control keywords:
+           'for', 'foreach', 'while', 'until'.
+        This is the default. For example, given the following two input lines:
+          FindExt::scan_ext("../$_")
+            foreach qw(cpan dist ext);
+        The new default keeps two lines. The previous version flattened the
+        statement, since it fits on a single line:
+          FindExt::scan_ext("../$_") foreach qw(cpan dist ext);
+        Use -nbotl to deactivate this new option.
+      - A related new parameter --break-at-old-trailing-conditionals, or -botc
+        keeps existing line breaks at trailing conditional control keywords:
+            'if', 'unless'.
+        This is the default.  The capability was previously handled by
+        parameter --break-at-old-logical-breakpoints, or -bol, which was also
+        true by default, but which also also controls logical breakpoints,
+        such as '&&'. This change simplifies the input.
+        Use -nbotc to deactivate this option.
+      - A new switch --blanks-before-opening-comments, -bboc, has been added
+        for issue git #192.  This is on by default and allows perltidy to 
insert
+        a blank line before full-line comments which start at a new indentation
+        level.  Use the negated form to prevent such blank lines, -nbboc
+        or --noblanks-before-opening-comments
+      - A new parameter --dump-keyword-usage, or -dku, can be used to dump a
+        list of the the perl builtin keywords used in a file. A companion flag
+        --dump-keyword-usage-list=s can be used to give a specific list of
+        keywords or user functions to be included in the list.
+      - When the -html option is used with the default --pod2html setting,
+        perltidy will look for a pod-to-html formatter in this order:
+        Pod::Simple::XHTML, Pod::Simple::HTML, and Pod::Html.  A preferred
+        formatter can be selected with --use-pod-formatter=s. Previously
+        the only option was Pod::Html, and it can still be selected with
+        --use-pod-formatter="Pod::Html". The reason for this update is
+        that this older formatter has limitations, and requires the
+        creation of a temporary file for data transfer. This update also
+        allows formatting of pod text containing non-ascii characters.
+      - When perltidy is run with the -html option, and pod is rendered to html
+        with Pod::Html, the pod2html option 'backlink' could not be set in
+        in previous versions due to a programming error. This has been fixed.
+        This setting can now be made by giving perltidy the flag 
'--podbacklink'.
+      - The default for --timeout-in-seconds is reduced from 10 to 5 seconds.
+        A default value of 10 seemed excessive. It can be changed with -tos=n.
+      - The option --delete-weld-interfering-commas, or -dwic, has been
+        made much more accurate. It now makes fewer unnecessary comma 
deletions.
+      - This version does more extensive checking of all string input 
parameters
+        and will exit early on an error.  The intention is to catch input 
errors
+        as early as possible.
+      - Fixed issue with --dump-mixed-call-parens. A trailing statement 
modifier
+        such as the following 'if' was incorrectly being counted as having 
parens:
+          return $class if ($old_quote - $new_quote) == 0;
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ perl-Perl-Tidy.spec ++++++
--- /var/tmp/diff_new_pack.RfBt3p/_old  2026-01-21 14:13:21.424834717 +0100
+++ /var/tmp/diff_new_pack.RfBt3p/_new  2026-01-21 14:13:21.424834717 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Perl-Tidy
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,10 +18,10 @@
 
 %define cpan_name Perl-Tidy
 Name:           perl-Perl-Tidy
-Version:        20250912.0.0
+Version:        20260109.0.0
 Release:        0
-# 20250912 -> normalize -> 20250912.0.0
-%define cpan_version 20250912
+# 20260109 -> normalize -> 20260109.0.0
+%define cpan_version 20260109
 #Upstream: GPL-1.0-or-later
 License:        GPL-2.0-or-later
 Summary:        Indent and reformat perl scripts

++++++ Perl-Tidy-20250912.tar.gz -> Perl-Tidy-20260109.tar.gz ++++++
++++ 9951 lines of diff (skipped)

++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.RfBt3p/_old  2026-01-21 14:13:21.752848418 +0100
+++ /var/tmp/diff_new_pack.RfBt3p/_new  2026-01-21 14:13:21.764848920 +0100
@@ -1,6 +1,6 @@
-mtime: 1759927585
-commit: 874ec01727b2f6ede8605c21421fcbb0451879b141e572c74bd1ff267513f91f
+mtime: 1767937694
+commit: 94d58cc78a8ba446785a3bdd4f657b043445e9b31be175b5f44693e01cf6fbf1
 url: https://src.opensuse.org/perl/perl-Perl-Tidy.git
-revision: 874ec01727b2f6ede8605c21421fcbb0451879b141e572c74bd1ff267513f91f
+revision: 94d58cc78a8ba446785a3bdd4f657b043445e9b31be175b5f44693e01cf6fbf1
 projectscmsync: https://src.opensuse.org/perl/_ObsPrj
 

++++++ build.specials.obscpio ++++++

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2026-01-15 20:51:05.000000000 +0100
@@ -0,0 +1 @@
+.osc

Reply via email to