Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Test-Output for
openSUSE:Factory checked in at 2025-05-27 18:49:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-Output (Old)
and /work/SRC/openSUSE:Factory/.perl-Test-Output.new.2732 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Test-Output"
Tue May 27 18:49:21 2025 rev:23 rq:1279792 version:1.36.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Test-Output/perl-Test-Output.changes
2025-01-14 16:22:31.561706438 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Test-Output.new.2732/perl-Test-Output.changes
2025-05-27 18:49:33.023142266 +0200
@@ -1,0 +2,9 @@
+Tue Apr 15 05:37:59 UTC 2025 - Tina Müller <[email protected]>
+
+- updated to 1.36.0 (1.036)
+ see /usr/share/doc/packages/perl-Test-Output/Changes
+
+ 1.036 2025-04-14T19:24:32Z
+ * require a newer version.pm for v5.10.1 tests
+
+-------------------------------------------------------------------
Old:
----
Test-Output-1.035.tar.gz
New:
----
Test-Output-1.036.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Test-Output.spec ++++++
--- /var/tmp/diff_new_pack.imBMxH/_old 2025-05-27 18:49:33.527163498 +0200
+++ /var/tmp/diff_new_pack.imBMxH/_new 2025-05-27 18:49:33.527163498 +0200
@@ -18,10 +18,10 @@
%define cpan_name Test-Output
Name: perl-Test-Output
-Version: 1.35.0
+Version: 1.36.0
Release: 0
-# 1.035 -> normalize -> 1.35.0
-%define cpan_version 1.035
+# 1.036 -> normalize -> 1.36.0
+%define cpan_version 1.036
License: Artistic-2.0
Summary: Utilities to test STDOUT and STDERR messages
URL: https://metacpan.org/release/%{cpan_name}
@@ -30,12 +30,13 @@
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
-BuildRequires: perl(Capture::Tiny) >= 0.17
+BuildRequires: perl(Capture::Tiny) >= 0.170
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64
BuildRequires: perl(File::Temp) >= 0.17
BuildRequires: perl(Test::More) >= 1
BuildRequires: perl(Test::Tester) >= 0.107
-Requires: perl(Capture::Tiny) >= 0.17
+BuildRequires: perl(version) >= 0.86
+Requires: perl(Capture::Tiny) >= 0.170
Requires: perl(File::Temp) >= 0.17
Provides: perl(Test::Output) = %{version}
%undefine __perllib_provides
@@ -50,7 +51,7 @@
without than the original Test::Output::Tie.
%prep
-%autosetup -n %{cpan_name}-%{cpan_version}
+%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor
++++++ Test-Output-1.035.tar.gz -> Test-Output-1.036.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Output-1.035/Changes
new/Test-Output-1.036/Changes
--- old/Test-Output-1.035/Changes 2025-01-03 07:45:35.000000000 +0100
+++ new/Test-Output-1.036/Changes 2025-04-14 21:24:32.000000000 +0200
@@ -1,5 +1,8 @@
Revision history for Perl module Test::Output
+1.036 2025-04-14T19:24:32Z
+ * require a newer version.pm for v5.10.1 tests
+
1.035 2025-01-03T06:45:21Z
* distro refresh and move to BRIANDFOY
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Output-1.035/META.json
new/Test-Output-1.036/META.json
--- old/Test-Output-1.035/META.json 2025-01-03 07:45:36.000000000 +0100
+++ new/Test-Output-1.036/META.json 2025-04-14 21:24:33.000000000 +0200
@@ -44,7 +44,8 @@
"test" : {
"requires" : {
"Test::More" : "1",
- "Test::Tester" : "0.107"
+ "Test::Tester" : "0.107",
+ "version" : "0.86"
}
}
},
@@ -60,6 +61,6 @@
"web" : "https://github.com/briandfoy/test-output"
}
},
- "version" : "1.035",
+ "version" : "1.036",
"x_serialization_backend" : "JSON::PP version 4.16"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Output-1.035/META.yml
new/Test-Output-1.036/META.yml
--- old/Test-Output-1.035/META.yml 2025-01-03 07:45:36.000000000 +0100
+++ new/Test-Output-1.036/META.yml 2025-04-14 21:24:33.000000000 +0200
@@ -5,6 +5,7 @@
build_requires:
Test::More: '1'
Test::Tester: '0.107'
+ version: '0.86'
configure_requires:
ExtUtils::MakeMaker: '6.64'
File::Spec::Functions: '0'
@@ -31,5 +32,5 @@
bugtracker: https://github.com/briandfoy/test-output/issues
homepage: https://github.com/briandfoy/test-output
repository: https://github.com/briandfoy/test-output
-version: '1.035'
+version: '1.036'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Output-1.035/Makefile.PL
new/Test-Output-1.036/Makefile.PL
--- old/Test-Output-1.035/Makefile.PL 2025-01-03 07:45:35.000000000 +0100
+++ new/Test-Output-1.036/Makefile.PL 2025-04-14 21:24:32.000000000 +0200
@@ -63,6 +63,7 @@
'TEST_REQUIRES' => {
'Test::More' => '1',
'Test::Tester' => '0.107',
+ 'version' => '0.86',
},
'PREREQ_PM' => {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Output-1.035/lib/Test/Output.pm
new/Test-Output-1.036/lib/Test/Output.pm
--- old/Test-Output-1.035/lib/Test/Output.pm 2025-01-03 07:45:35.000000000
+0100
+++ new/Test-Output-1.036/lib/Test/Output.pm 2025-04-14 21:24:32.000000000
+0200
@@ -75,7 +75,7 @@
=cut
-our $VERSION = '1.035';
+our $VERSION = '1.036';
=head1 SYNOPSIS