Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Term-Table for openSUSE:Factory 
checked in at 2025-10-10 17:11:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Term-Table (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Term-Table.new.5300 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Term-Table"

Fri Oct 10 17:11:42 2025 rev:12 rq:1310535 version:0.025

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Term-Table/perl-Term-Table.changes  
2025-01-12 11:20:50.062913062 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Term-Table.new.5300/perl-Term-Table.changes    
    2025-10-10 17:13:25.051515223 +0200
@@ -1,0 +2,11 @@
+Thu Oct  9 20:30:46 UTC 2025 - Tina Müller <[email protected]>
+
+- updated to 0.025
+   see /usr/share/doc/packages/perl-Term-Table/Changes
+
+  0.025     2025-08-31 10:51:26-07:00 America/Los_Angeles
+
+      - Typo Fix
+      - Hide some diagnostics when tests run in perl core
+
+-------------------------------------------------------------------

Old:
----
  Term-Table-0.024.tar.gz

New:
----
  README.md
  Term-Table-0.025.tar.gz
  _scmsync.obsinfo
  build.specials.obscpio

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

Other differences:
------------------
++++++ perl-Term-Table.spec ++++++
--- /var/tmp/diff_new_pack.f4Pr9N/_old  2025-10-10 17:13:25.583537605 +0200
+++ /var/tmp/diff_new_pack.f4Pr9N/_new  2025-10-10 17:13:25.587537773 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Term-Table
 #
-# Copyright (c) 2024 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,19 +18,20 @@
 
 %define cpan_name Term-Table
 Name:           perl-Term-Table
-Version:        0.024
+Version:        0.025
 Release:        0
 License:        Artistic-1.0 OR GPL-1.0-or-later
 Summary:        Format a header and rows into a table
 URL:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/E/EX/EXODIST/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
+Source100:      README.md
 BuildArch:      noarch
 BuildRequires:  perl
 BuildRequires:  perl-macros
-Recommends:     perl(Term::Size::Any) >= 0.002
-Recommends:     perl(Unicode::GCString) >= 2013.10
-Recommends:     perl(Unicode::LineBreak) >= 2015.06
+Recommends:     perl(Term::Size::Any) >= 0.2
+Recommends:     perl(Unicode::GCString) >= 2013.100
+Recommends:     perl(Unicode::LineBreak) >= 2015.60
 %{perl_requires}
 
 %description
@@ -38,7 +39,7 @@
 gone wrong. This module is able to format rows of data into tables.
 
 %prep
-%autosetup  -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{version} -p1
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor

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

## Build Results

Current state of perl in openSUSE:Factory is

![Factory build 
results](https://br.opensuse.org/status/openSUSE:Factory/perl-Term-Table/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-Term-Table)



++++++ Term-Table-0.024.tar.gz -> Term-Table-0.025.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Term-Table-0.024/Changes new/Term-Table-0.025/Changes
--- old/Term-Table-0.024/Changes        2024-12-28 03:52:07.000000000 +0100
+++ new/Term-Table-0.025/Changes        2025-08-31 19:51:26.000000000 +0200
@@ -1,3 +1,8 @@
+0.025     2025-08-31 10:51:26-07:00 America/Los_Angeles
+
+    - Typo Fix
+    - Hide some diagnostics when tests run in perl core
+
 0.024     2024-12-27 18:52:06-08:00 America/Los_Angeles
 
     - Additional changes to t/honor_env_in_non_tty.t, and adding debugging
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Term-Table-0.024/LICENSE new/Term-Table-0.025/LICENSE
--- old/Term-Table-0.024/LICENSE        2024-12-28 03:52:07.000000000 +0100
+++ new/Term-Table-0.025/LICENSE        2025-08-31 19:51:26.000000000 +0200
@@ -1,4 +1,4 @@
-This software is copyright (c) 2024 by Chad Granum.
+This software is copyright (c) 2025 by Chad Granum.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2024 by Chad Granum.
+This software is Copyright (c) 2025 by Chad Granum.
 
 This is free software, licensed under:
 
@@ -272,7 +272,7 @@
 
 --- The Perl Artistic License 1.0 ---
 
-This software is Copyright (c) 2024 by Chad Granum.
+This software is Copyright (c) 2025 by Chad Granum.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Term-Table-0.024/META.json 
new/Term-Table-0.025/META.json
--- old/Term-Table-0.024/META.json      2024-12-28 03:52:07.000000000 +0100
+++ new/Term-Table-0.025/META.json      2025-08-31 19:51:26.000000000 +0200
@@ -53,9 +53,9 @@
          "url" : "http://github.com/exodist/Term-Table/";
       }
    },
-   "version" : "0.024",
-   "x_generated_by_perl" : "v5.40.0",
-   "x_serialization_backend" : "Cpanel::JSON::XS version 4.38",
+   "version" : "0.025",
+   "x_generated_by_perl" : "v5.40.1",
+   "x_serialization_backend" : "Cpanel::JSON::XS version 4.39",
    "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Term-Table-0.024/META.yml 
new/Term-Table-0.025/META.yml
--- old/Term-Table-0.024/META.yml       2024-12-28 03:52:07.000000000 +0100
+++ new/Term-Table-0.025/META.yml       2025-08-31 19:51:26.000000000 +0200
@@ -25,7 +25,7 @@
 resources:
   bugtracker: http://github.com/exodist/Term-Table/issues
   repository: http://github.com/exodist/Term-Table/
-version: '0.024'
-x_generated_by_perl: v5.40.0
-x_serialization_backend: 'YAML::Tiny version 1.74'
+version: '0.025'
+x_generated_by_perl: v5.40.1
+x_serialization_backend: 'YAML::Tiny version 1.76'
 x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Term-Table-0.024/Makefile.PL 
new/Term-Table-0.025/Makefile.PL
--- old/Term-Table-0.024/Makefile.PL    2024-12-28 03:52:07.000000000 +0100
+++ new/Term-Table-0.025/Makefile.PL    2025-08-31 19:51:26.000000000 +0200
@@ -24,7 +24,7 @@
   "TEST_REQUIRES" => {
     "utf8" => 0
   },
-  "VERSION" => "0.024",
+  "VERSION" => "0.025",
   "test" => {
     "TESTS" => "t/*.t t/Table/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Term-Table-0.024/lib/Term/Table/Cell.pm 
new/Term-Table-0.025/lib/Term/Table/Cell.pm
--- old/Term-Table-0.024/lib/Term/Table/Cell.pm 2024-12-28 03:52:07.000000000 
+0100
+++ new/Term-Table-0.025/lib/Term/Table/Cell.pm 2025-08-31 19:51:26.000000000 
+0200
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '0.024';
+our $VERSION = '0.025';
 
 use Term::Table::LineBreak();
 use Term::Table::Util qw/uni_length/;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Term-Table-0.024/lib/Term/Table/CellStack.pm 
new/Term-Table-0.025/lib/Term/Table/CellStack.pm
--- old/Term-Table-0.024/lib/Term/Table/CellStack.pm    2024-12-28 
03:52:07.000000000 +0100
+++ new/Term-Table-0.025/lib/Term/Table/CellStack.pm    2025-08-31 
19:51:26.000000000 +0200
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '0.024';
+our $VERSION = '0.025';
 
 use Term::Table::HashBase qw/-cells -idx/;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Term-Table-0.024/lib/Term/Table/HashBase.pm 
new/Term-Table-0.025/lib/Term/Table/HashBase.pm
--- old/Term-Table-0.024/lib/Term/Table/HashBase.pm     2024-12-28 
03:52:07.000000000 +0100
+++ new/Term-Table-0.025/lib/Term/Table/HashBase.pm     2025-08-31 
19:51:26.000000000 +0200
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '0.024';
+our $VERSION = '0.025';
 
 #################################################################
 #                                                               #
@@ -31,7 +31,7 @@
 }
 
 BEGIN {
-    # these are not strictly equivalent, but for out use we don't care
+    # these are not strictly equivalent, but for our use we don't care
     # about order
     *_isa = ($] >= 5.010 && require mro) ? \&mro::get_linear_isa : sub {
         no strict 'refs';
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Term-Table-0.024/lib/Term/Table/LineBreak.pm 
new/Term-Table-0.025/lib/Term/Table/LineBreak.pm
--- old/Term-Table-0.024/lib/Term/Table/LineBreak.pm    2024-12-28 
03:52:07.000000000 +0100
+++ new/Term-Table-0.025/lib/Term/Table/LineBreak.pm    2025-08-31 
19:51:26.000000000 +0200
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '0.024';
+our $VERSION = '0.025';
 
 use Carp qw/croak/;
 use Scalar::Util qw/blessed/;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Term-Table-0.024/lib/Term/Table/Spacer.pm 
new/Term-Table-0.025/lib/Term/Table/Spacer.pm
--- old/Term-Table-0.024/lib/Term/Table/Spacer.pm       2024-12-28 
03:52:07.000000000 +0100
+++ new/Term-Table-0.025/lib/Term/Table/Spacer.pm       2025-08-31 
19:51:26.000000000 +0200
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '0.024';
+our $VERSION = '0.025';
 
 sub new { bless {}, $_[0] }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Term-Table-0.024/lib/Term/Table/Util.pm 
new/Term-Table-0.025/lib/Term/Table/Util.pm
--- old/Term-Table-0.024/lib/Term/Table/Util.pm 2024-12-28 03:52:07.000000000 
+0100
+++ new/Term-Table-0.025/lib/Term/Table/Util.pm 2025-08-31 19:51:26.000000000 
+0200
@@ -4,7 +4,7 @@
 
 use Config qw/%Config/;
 
-our $VERSION = '0.024';
+our $VERSION = '0.025';
 
 use base 'Exporter';
 our @EXPORT_OK = qw/term_size USE_GCS USE_TERM_READKEY USE_TERM_SIZE_ANY 
uni_length/;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Term-Table-0.024/lib/Term/Table.pm 
new/Term-Table-0.025/lib/Term/Table.pm
--- old/Term-Table-0.024/lib/Term/Table.pm      2024-12-28 03:52:07.000000000 
+0100
+++ new/Term-Table-0.025/lib/Term/Table.pm      2025-08-31 19:51:26.000000000 
+0200
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '0.024';
+our $VERSION = '0.025';
 
 use Term::Table::Cell();
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Term-Table-0.024/t/honor_env_in_non_tty.t 
new/Term-Table-0.025/t/honor_env_in_non_tty.t
--- old/Term-Table-0.024/t/honor_env_in_non_tty.t       2024-12-28 
03:52:07.000000000 +0100
+++ new/Term-Table-0.025/t/honor_env_in_non_tty.t       2025-08-31 
19:51:26.000000000 +0200
@@ -3,7 +3,12 @@
 
 BEGIN {
     if (eval { require Test2::Tools::Tiny; 
Test2::Tools::Tiny->VERSION(1.302097); 1 }) {
-        print STDERR "# Using Test2::Tools::Tiny " . 
Test2::Tools::Tiny->VERSION . "\n";
+        if (!$ENV{PERL_CORE}) {
+            print STDERR "# Using Test2::Tools::Tiny " . 
Test2::Tools::Tiny->VERSION . "\n";
+        }
+        else {
+            print "# Using Test2::Tools::Tiny\n";
+        }
         Test2::Tools::Tiny->import;
     }
     elsif (eval { require Test::More; Test::More->can('done_testing') ? 1 : 0 
}) {

++++++ _scmsync.obsinfo ++++++
mtime: 1760041846
commit: ddc415e919ae0a19c4aaee38c2f7072f5c0ece077bb69b62e0c842b899ce6dac
url: https://src.opensuse.org/perl/perl-Term-Table.git
revision: ddc415e919ae0a19c4aaee38c2f7072f5c0ece077bb69b62e0c842b899ce6dac
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:22:58.000000000 +0200
@@ -0,0 +1 @@
+.osc

Reply via email to