Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Test-Inter for openSUSE:Factory
checked in at 2026-07-28 17:49:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-Inter (Old)
and /work/SRC/openSUSE:Factory/.perl-Test-Inter.new.2004 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Test-Inter"
Tue Jul 28 17:49:43 2026 rev:20 rq:1368049 version:1.130.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Test-Inter/perl-Test-Inter.changes
2025-01-07 20:51:05.075120079 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Test-Inter.new.2004/perl-Test-Inter.changes
2026-07-28 17:50:42.865376800 +0200
@@ -1,0 +2,6 @@
+Fri Jul 10 08:38:46 UTC 2026 - Tina Müller <[email protected]>
+
+- updated to 1.130.0 (1.13)
+ see /usr/share/doc/packages/perl-Test-Inter/Changes
+
+-------------------------------------------------------------------
Old:
----
Test-Inter-1.12.tar.gz
New:
----
README.md
Test-Inter-1.13.tar.gz
_scmsync.obsinfo
build.specials.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Test-Inter.spec ++++++
--- /var/tmp/diff_new_pack.1I8pVs/_old 2026-07-28 17:50:44.041417922 +0200
+++ /var/tmp/diff_new_pack.1I8pVs/_new 2026-07-28 17:50:44.045418062 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Test-Inter
#
-# Copyright (c) 2024 SUSE LLC
+# 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,15 +18,16 @@
%define cpan_name Test-Inter
Name: perl-Test-Inter
-Version: 1.120.0
+Version: 1.130.0
Release: 0
-# 1.12 -> normalize -> 1.120.0
-%define cpan_version 1.12
+# 1.13 -> normalize -> 1.130.0
+%define cpan_version 1.13
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Framework for more readable interactive test scripts
URL: https://metacpan.org/release/%{cpan_name}
Source0:
https://cpan.metacpan.org/authors/id/S/SB/SBECK/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
+Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
@@ -54,7 +55,7 @@
nearly as useful as they could be.
%prep
-%autosetup -n %{cpan_name}-%{cpan_version}
+%autosetup -n %{cpan_name}-%{cpan_version} -p1
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path
"*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod
644
++++++ README.md ++++++
## Build Results
Current state of perl in openSUSE:Factory is

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

++++++ Test-Inter-1.12.tar.gz -> Test-Inter-1.13.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Inter-1.12/Changes new/Test-Inter-1.13/Changes
--- old/Test-Inter-1.12/Changes 2024-12-09 16:57:35.000000000 +0100
+++ new/Test-Inter-1.13/Changes 2026-07-09 18:18:28.000000000 +0200
@@ -1,7 +1,10 @@
Written by:
- Sullivan Beck ([email protected])
+ Sullivan Beck (https://github.com/SBECK-github/)
Any suggestions, bug reports, or donations :-) should be sent to me.
+1.13 2026-07-09
+ - Removed all references to the cpan.org email which is no longer supported.
+
1.12 2024-12-09
- Fixed some comparisons so that perl 5.41.* won't give warnings. Reported
in
GitHub #51 (for Date::Manip distribution).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Inter-1.12/META.json
new/Test-Inter-1.13/META.json
--- old/Test-Inter-1.12/META.json 2024-12-09 16:58:31.000000000 +0100
+++ new/Test-Inter-1.13/META.json 2026-07-09 18:27:46.000000000 +0200
@@ -1,16 +1,16 @@
{
"abstract" : "framework for more readable interactive test scripts",
"author" : [
- "Sullivan Beck ([email protected])"
+ "Sullivan Beck (https://github.com/SBECK-github/)"
],
"dynamic_config" : 1,
- "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter
version 2.150010",
+ "generated_by" : "ExtUtils::MakeMaker version 7.76, CPAN::Meta::Converter
version 2.150010",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
- "version" : "2"
+ "version" : 2
},
"name" : "Test-Inter",
"no_index" : {
@@ -47,7 +47,7 @@
"provides" : {
"Test::Inter" : {
"file" : "lib/Test/Inter.pm",
- "version" : "1.12"
+ "version" : "1.13"
}
},
"release_status" : "stable",
@@ -62,6 +62,6 @@
"web" : "https://github.com/SBECK-github/Test-Inter"
}
},
- "version" : "1.12",
- "x_serialization_backend" : "JSON::PP version 2.27400_02"
+ "version" : "1.13",
+ "x_serialization_backend" : "JSON::PP version 4.16"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Inter-1.12/META.yml new/Test-Inter-1.13/META.yml
--- old/Test-Inter-1.12/META.yml 2024-12-09 16:58:31.000000000 +0100
+++ new/Test-Inter-1.13/META.yml 2026-07-09 18:27:46.000000000 +0200
@@ -1,14 +1,14 @@
---
abstract: 'framework for more readable interactive test scripts'
author:
- - 'Sullivan Beck ([email protected])'
+ - 'Sullivan Beck (https://github.com/SBECK-github/)'
build_requires:
ExtUtils::MakeMaker: '0'
Test::More: '0'
configure_requires:
ExtUtils::MakeMaker: '6.30'
dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version
2.150010'
+generated_by: 'ExtUtils::MakeMaker version 7.76, CPAN::Meta::Converter version
2.150010'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -21,7 +21,7 @@
provides:
Test::Inter:
file: lib/Test/Inter.pm
- version: '1.12'
+ version: '1.13'
requires:
Cwd: '0'
File::Basename: '0'
@@ -31,5 +31,5 @@
bugtracker: https://github.com/SBECK-github/Test-Inter/issues
homepage: https://github.com/SBECK-github/Test-Inter
repository: git://github.com/SBECK-github/Test-Inter.git
-version: '1.12'
-x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
+version: '1.13'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.020'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Inter-1.12/Makefile.PL
new/Test-Inter-1.13/Makefile.PL
--- old/Test-Inter-1.12/Makefile.PL 2024-12-09 16:58:30.000000000 +0100
+++ new/Test-Inter-1.13/Makefile.PL 2026-07-09 18:27:45.000000000 +0200
@@ -38,13 +38,13 @@
WriteMakefile(
NAME => "Test::Inter",
- VERSION => "1.12",
+ VERSION => "1.13",
ABSTRACT => "framework for more readable interactive test scripts",
LICENSE => "perl",
($EU_MM_V >= 6.48
? (MIN_PERL_VERSION => "5.006")
: ()),
- AUTHOR => "Sullivan Beck (sbeck\@cpan.org)",
+ AUTHOR => "Sullivan Beck (https://github.com/SBECK-github/)",
"dist" => {COMPRESS=>"gzip",SUFFIX=>"gz"},
PL_FILES => {},
PREREQ_PM => \%module_prereq,
@@ -59,7 +59,7 @@
provides => {
'Test::Inter' => {
file => 'lib/Test/Inter.pm',
- version => '1.12',
+ version => '1.13',
},
},
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Inter-1.12/README new/Test-Inter-1.13/README
--- old/Test-Inter-1.12/README 2024-12-09 16:58:30.000000000 +0100
+++ new/Test-Inter-1.13/README 2026-07-09 18:27:46.000000000 +0200
@@ -1160,18 +1160,9 @@
Test::More - the 'industry standard' of perl test frameworks
BUGS AND QUESTIONS
- If you find a bug in Test::Inter, there are three ways to send it to me.
- Any of them are fine, so use the method that is easiest for you.
-
- Direct email
- You are welcome to send it directly to me by email. The email
- address to use is: [email protected].
-
- CPAN Bug Tracking
- You can submit it using the CPAN tracking too. This can be done at
- the following URL:
-
- <http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Inter>
+ If you find a bug in Test::Inter, please let me know. As CPAN has
+ removed email support, the only supported way to submit a bug is via
+ ticket:
GitHub
You can submit it as an issue on GitHub. This can be done at the
@@ -1204,5 +1195,5 @@
under the same terms as Perl itself.
AUTHOR
- Sullivan Beck ([email protected])
+ Sullivan Beck (https://github.com/SBECK-github/)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Inter-1.12/lib/Test/Inter.pm
new/Test-Inter-1.13/lib/Test/Inter.pm
--- old/Test-Inter-1.12/lib/Test/Inter.pm 2024-12-09 16:47:39.000000000
+0100
+++ new/Test-Inter-1.13/lib/Test/Inter.pm 2026-07-09 18:18:28.000000000
+0200
@@ -14,7 +14,7 @@
use Cwd 'abs_path';
our($VERSION);
-$VERSION='1.12';
+$VERSION='1.13';
###############################################################################
# BASE METHODS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Inter-1.12/lib/Test/Inter.pod
new/Test-Inter-1.13/lib/Test/Inter.pod
--- old/Test-Inter-1.12/lib/Test/Inter.pod 2024-02-26 20:38:47.000000000
+0100
+++ new/Test-Inter-1.13/lib/Test/Inter.pod 2026-07-09 18:18:28.000000000
+0200
@@ -1272,23 +1272,11 @@
=head1 BUGS AND QUESTIONS
-If you find a bug in Test::Inter, there are three ways to send it to me.
-Any of them are fine, so use the method that is easiest for you.
+If you find a bug in Test::Inter, please let me know. As CPAN has removed
+email support, the only supported way to submit a bug is via ticket:
=over 4
-=item Direct email
-
-You are welcome to send it directly to me by email. The email address
-to use is: [email protected].
-
-=item CPAN Bug Tracking
-
-You can submit it using the CPAN tracking too. This can be done at the
-following URL:
-
-L<http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Inter>
-
=item GitHub
You can submit it as an issue on GitHub. This can be done at the following
@@ -1330,6 +1318,6 @@
=head1 AUTHOR
-Sullivan Beck ([email protected])
+Sullivan Beck (https://github.com/SBECK-github/)
=cut
++++++ _scmsync.obsinfo ++++++
mtime: 1783672727
commit: 96935fe1f8aef58e40f8606fa3dd844a8c3e984a5128308574c7e4a1a24e9eaa
url: https://src.opensuse.org/perl/perl-Test-Inter
revision: 96935fe1f8aef58e40f8606fa3dd844a8c3e984a5128308574c7e4a1a24e9eaa
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 2026-07-10 10:38:47.000000000 +0200
@@ -0,0 +1 @@
+.osc