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 2025-10-11 22:48:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Perl-Tidy (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Perl-Tidy.new.5300 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Perl-Tidy"

Sat Oct 11 22:48:21 2025 rev:54 rq:1310546 version:20250912.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Perl-Tidy/perl-Perl-Tidy.changes    
2025-07-22 12:54:07.004597875 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Perl-Tidy.new.5300/perl-Perl-Tidy.changes  
2025-10-11 22:48:41.381371911 +0200
@@ -1,0 +2,39 @@
+Wed Oct  8 12:46:25 UTC 2025 - Tina Müller <[email protected]>
+
+- updated to 20250912.0.0 (20250912)
+   see /usr/share/doc/packages/perl-Perl-Tidy/CHANGES.md
+
+  ## 2025 09 12
+      - Fix git #191, where a new check to escape whitespace in a qw() quote
+        in perl-5.43.2 caused Perl::Tidy to emit unwanted warning messages.
+      - A new output field for the --dump-block-summary command gives
+        the number of lines of comments and pod in a block.  For subs and
+        anonymous subs, the existence of header comments is also indicated.
+      - Added --dump-nested-ternaries, --warn-nested-ternaries, and
+        --nested-ternary-maximum-depth=n. These can be used to locate
+        nested ternary statements in a script.
+      - For the --line-up-parentheses option, a line length tolerance was
+        adjusted by 1 character to help keep table formatting unchanged when
+        adding and deleting trailing commas.  This can occasionally change
+        formatting of some small lists when formatted with -lp.
+      - In hash key lists which have side comments after sub blocks,
+        long lines which were previously broken before a comma may now
+        be broken after a previous '=>'. This change was made to
+        fix a very rare stability problem. For example:
+        OLD:
+          '+' => sub { $turtle->turn( $changes->{"dtheta"} ); }
+          ,               # Turn clockwise
+        NEW:
+          '+' =>
+              sub { $turtle->turn( $changes->{"dtheta"} ); },    # Turn 
clockwise
+      - Fixed undefined variable reference when --dump-block-summary was
+        run with --dump-block-types='package'. The dump was okay, but
+        an error message like the following was emitted:
+        Use of uninitialized value $seqno in hash element ...
+      - The parameter --integer-range-check no longer accepts a 0 value, which
+        allowed integer range checks to be skipped.  This option was included
+        temporarily when new range-checking code was added to provide a
+        workaround in case problems arose with the new logic.  No problems have
+        been encountered, so this has been removed.
+
+-------------------------------------------------------------------

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

New:
----
  Perl-Tidy-20250912.tar.gz
  README.md
  _scmsync.obsinfo
  build.specials.obscpio

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

Other differences:
------------------
++++++ perl-Perl-Tidy.spec ++++++
--- /var/tmp/diff_new_pack.znvOx3/_old  2025-10-11 22:48:41.953395804 +0200
+++ /var/tmp/diff_new_pack.znvOx3/_new  2025-10-11 22:48:41.953395804 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Perl-Tidy
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 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,16 +18,17 @@
 
 %define cpan_name Perl-Tidy
 Name:           perl-Perl-Tidy
-Version:        20250711.0.0
+Version:        20250912.0.0
 Release:        0
-# 20250711 -> normalize -> 20250711.0.0
-%define cpan_version 20250711
+# 20250912 -> normalize -> 20250912.0.0
+%define cpan_version 20250912
 #Upstream: GPL-1.0-or-later
 License:        GPL-2.0-or-later
 Summary:        Indent and reformat perl scripts
 URL:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/S/SH/SHANCOCK/%{cpan_name}-%{cpan_version}.tar.gz
 Source1:        cpanspec.yml
+Source100:      README.md
 BuildArch:      noarch
 BuildRequires:  perl
 BuildRequires:  perl-macros
@@ -82,6 +83,6 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%doc BUGS.md CHANGES.md docs examples pm2pl README.md
+%doc BUGS.md CHANGES.md docs examples pm2pl README.md SECURITY.md
 %license COPYING
 

++++++ Perl-Tidy-20250711.tar.gz -> Perl-Tidy-20250912.tar.gz ++++++
++++ 4591 lines of diff (skipped)

++++++ README.md ++++++

## Build Results

Current state of perl in openSUSE:Factory is

![Factory build 
results](https://br.opensuse.org/status/openSUSE:Factory/perl-Perl-Tidy/standard)

The current state of perl in the devel project build (devel:languages:perl)

![Devel project build 
results](https://br.opensuse.org/status/devel:languages:perl/perl-Perl-Tidy)



++++++ _scmsync.obsinfo ++++++
mtime: 1759927585
commit: 874ec01727b2f6ede8605c21421fcbb0451879b141e572c74bd1ff267513f91f
url: https://src.opensuse.org/perl/perl-Perl-Tidy.git
revision: 874ec01727b2f6ede8605c21421fcbb0451879b141e572c74bd1ff267513f91f
projectscmsync: https://src.opensuse.org/perl/_ObsPrj

++++++ 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      2025-10-10 11:55:15.000000000 +0200
@@ -0,0 +1 @@
+.osc

Reply via email to