Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-ExtUtils-MakeMaker-CPANfile for
openSUSE:Factory checked in at 2026-08-19 17:57:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-ExtUtils-MakeMaker-CPANfile (Old)
and /work/SRC/openSUSE:Factory/.perl-ExtUtils-MakeMaker-CPANfile.new.1258
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-ExtUtils-MakeMaker-CPANfile"
Wed Aug 19 17:57:39 2026 rev:7 rq:1371817 version:0.110.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-ExtUtils-MakeMaker-CPANfile/perl-ExtUtils-MakeMaker-CPANfile.changes
2026-07-21 23:12:07.681841696 +0200
+++
/work/SRC/openSUSE:Factory/.perl-ExtUtils-MakeMaker-CPANfile.new.1258/perl-ExtUtils-MakeMaker-CPANfile.changes
2026-08-19 17:57:47.943874842 +0200
@@ -1,0 +2,9 @@
+Wed Jul 22 07:44:37 UTC 2026 - Tina Müller <[email protected]>
+
+- updated to 0.110.0 (0.11)
+ see /usr/share/doc/packages/perl-ExtUtils-MakeMaker-CPANfile/Changes
+
+ 0.11 2026/07/22
+ - include PID in temp dir name for testing (GH#4, mauke++)
+
+-------------------------------------------------------------------
Old:
----
ExtUtils-MakeMaker-CPANfile-0.10.tar.gz
New:
----
ExtUtils-MakeMaker-CPANfile-0.11.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-ExtUtils-MakeMaker-CPANfile.spec ++++++
--- /var/tmp/diff_new_pack.CITQnw/_old 2026-08-19 17:57:48.605898585 +0200
+++ /var/tmp/diff_new_pack.CITQnw/_new 2026-08-19 17:57:48.607898657 +0200
@@ -18,10 +18,10 @@
%define cpan_name ExtUtils-MakeMaker-CPANfile
Name: perl-ExtUtils-MakeMaker-CPANfile
-Version: 0.100.0
+Version: 0.110.0
Release: 0
-# 0.10 -> normalize -> 0.100.0
-%define cpan_version 0.10
+# 0.11 -> normalize -> 0.110.0
+%define cpan_version 0.11
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Cpanfile support for EUMM
URL: https://metacpan.org/release/%{cpan_name}
++++++ ExtUtils-MakeMaker-CPANfile-0.10.tar.gz ->
ExtUtils-MakeMaker-CPANfile-0.11.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ExtUtils-MakeMaker-CPANfile-0.10/Changes
new/ExtUtils-MakeMaker-CPANfile-0.11/Changes
--- old/ExtUtils-MakeMaker-CPANfile-0.10/Changes 2026-07-19
06:37:57.000000000 +0200
+++ new/ExtUtils-MakeMaker-CPANfile-0.11/Changes 2026-07-22
06:33:55.000000000 +0200
@@ -1,5 +1,8 @@
Revision history for Perl extension ExtUtils-MakeMaker-CPANfile
+0.11 2026/07/22
+ - include PID in temp dir name for testing (GH#4, mauke++)
+
0.10 2026/07/19
- merge prereqs using CPAN::Meta::Requirements (GH#1, XSven++)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ExtUtils-MakeMaker-CPANfile-0.10/META.json
new/ExtUtils-MakeMaker-CPANfile-0.11/META.json
--- old/ExtUtils-MakeMaker-CPANfile-0.10/META.json 2026-07-19
06:38:21.000000000 +0200
+++ new/ExtUtils-MakeMaker-CPANfile-0.11/META.json 2026-07-22
06:34:04.000000000 +0200
@@ -48,6 +48,6 @@
"url" : "https://github.com/charsbar/ExtUtils-MakeMaker-CPANfile"
}
},
- "version" : "0.10",
+ "version" : "0.11",
"x_serialization_backend" : "JSON::PP version 4.18"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ExtUtils-MakeMaker-CPANfile-0.10/META.yml
new/ExtUtils-MakeMaker-CPANfile-0.11/META.yml
--- old/ExtUtils-MakeMaker-CPANfile-0.10/META.yml 2026-07-19
06:38:21.000000000 +0200
+++ new/ExtUtils-MakeMaker-CPANfile-0.11/META.yml 2026-07-22
06:34:04.000000000 +0200
@@ -27,5 +27,5 @@
version: '0.76'
resources:
repository: https://github.com/charsbar/ExtUtils-MakeMaker-CPANfile
-version: '0.10'
+version: '0.11'
x_serialization_backend: 'CPAN::Meta::YAML version 0.020'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/ExtUtils-MakeMaker-CPANfile-0.10/lib/ExtUtils/MakeMaker/CPANfile.pm
new/ExtUtils-MakeMaker-CPANfile-0.11/lib/ExtUtils/MakeMaker/CPANfile.pm
--- old/ExtUtils-MakeMaker-CPANfile-0.10/lib/ExtUtils/MakeMaker/CPANfile.pm
2026-07-19 06:36:50.000000000 +0200
+++ new/ExtUtils-MakeMaker-CPANfile-0.11/lib/ExtUtils/MakeMaker/CPANfile.pm
2026-07-22 06:33:23.000000000 +0200
@@ -8,7 +8,7 @@
use CPAN::Meta::Requirements;
use version;
-our $VERSION = "0.10";
+our $VERSION = "0.11";
sub import {
my $class = shift;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ExtUtils-MakeMaker-CPANfile-0.10/t/01_basic.t
new/ExtUtils-MakeMaker-CPANfile-0.11/t/01_basic.t
--- old/ExtUtils-MakeMaker-CPANfile-0.10/t/01_basic.t 2026-07-19
05:06:16.000000000 +0200
+++ new/ExtUtils-MakeMaker-CPANfile-0.11/t/01_basic.t 2026-07-22
06:33:15.000000000 +0200
@@ -6,7 +6,7 @@
use Cwd ();
my $cwd = Cwd::cwd();
-my $testdir = "$FindBin::Bin/tmp";
+my $testdir = "$FindBin::Bin/tmp-$$";
eval {
mkpath $testdir;
chdir $testdir;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ExtUtils-MakeMaker-CPANfile-0.10/t/02_meta_upgrade.t
new/ExtUtils-MakeMaker-CPANfile-0.11/t/02_meta_upgrade.t
--- old/ExtUtils-MakeMaker-CPANfile-0.10/t/02_meta_upgrade.t 2026-07-19
05:06:16.000000000 +0200
+++ new/ExtUtils-MakeMaker-CPANfile-0.11/t/02_meta_upgrade.t 2026-07-22
06:33:15.000000000 +0200
@@ -6,7 +6,7 @@
use Cwd ();
my $cwd = Cwd::cwd();
-my $testdir = "$FindBin::Bin/tmp";
+my $testdir = "$FindBin::Bin/tmp-$$";
eval {
mkpath $testdir;
chdir $testdir;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/ExtUtils-MakeMaker-CPANfile-0.10/t/03_complex_prereqs.t
new/ExtUtils-MakeMaker-CPANfile-0.11/t/03_complex_prereqs.t
--- old/ExtUtils-MakeMaker-CPANfile-0.10/t/03_complex_prereqs.t 2026-07-19
06:36:30.000000000 +0200
+++ new/ExtUtils-MakeMaker-CPANfile-0.11/t/03_complex_prereqs.t 2026-07-22
06:33:15.000000000 +0200
@@ -6,7 +6,7 @@
use Cwd ();
my $cwd = Cwd::cwd();
-my $testdir = "$FindBin::Bin/tmp";
+my $testdir = "$FindBin::Bin/tmp-$$";
eval {
mkpath $testdir;
chdir $testdir;
++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.CITQnw/_old 2026-08-19 17:57:48.743903535 +0200
+++ /var/tmp/diff_new_pack.CITQnw/_new 2026-08-19 17:57:48.747903678 +0200
@@ -1,6 +1,6 @@
-mtime: 1784446623
-commit: 92eaaf3a655205421472b7f451f9fed66f90550aef8080f2d59896f44bce177e
+mtime: 1784706278
+commit: e12f4f3006c375b339e390416739e078f99465b7db9b2a3bd32dabc8863e6b90
url: https://src.opensuse.org/perl/perl-ExtUtils-MakeMaker-CPANfile
-revision: 92eaaf3a655205421472b7f451f9fed66f90550aef8080f2d59896f44bce177e
+revision: e12f4f3006c375b339e390416739e078f99465b7db9b2a3bd32dabc8863e6b90
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-07-22 09:44:38.000000000 +0200
@@ -0,0 +1 @@
+.osc