Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Test-Manifest for 
openSUSE:Factory checked in at 2025-05-26 18:35:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-Manifest (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Test-Manifest.new.2732 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Test-Manifest"

Mon May 26 18:35:43 2025 rev:24 rq:1279790 version:2.26.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Test-Manifest/perl-Test-Manifest.changes    
2025-01-14 16:23:41.108584075 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-Manifest.new.2732/perl-Test-Manifest.changes
  2025-05-26 18:37:20.011953573 +0200
@@ -1,0 +2,9 @@
+Mon Apr 14 05:39:37 UTC 2025 - Tina Müller <timueller+p...@suse.de>
+
+- updated to 2.26.0 (2.026)
+   see /usr/share/doc/packages/perl-Test-Manifest/Changes
+
+  2.026 2025-04-13T22:11:37Z
+       * require a newer version.pm for v5.10.1 tests
+
+-------------------------------------------------------------------

Old:
----
  Test-Manifest-2.025.tar.gz

New:
----
  Test-Manifest-2.026.tar.gz

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

Other differences:
------------------
++++++ perl-Test-Manifest.spec ++++++
--- /var/tmp/diff_new_pack.MF64ty/_old  2025-05-26 18:37:20.435971374 +0200
+++ /var/tmp/diff_new_pack.MF64ty/_new  2025-05-26 18:37:20.435971374 +0200
@@ -18,10 +18,10 @@
 
 %define cpan_name Test-Manifest
 Name:           perl-Test-Manifest
-Version:        2.25.0
+Version:        2.26.0
 Release:        0
-# 2.025 -> normalize -> 2.25.0
-%define cpan_version 2.025
+# 2.026 -> normalize -> 2.26.0
+%define cpan_version 2.026
 License:        Artistic-2.0
 Summary:        Interact with a t/test_manifest file
 URL:            https://metacpan.org/release/%{cpan_name}
@@ -32,6 +32,7 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.64
 BuildRequires:  perl(Test::More) >= 1
+BuildRequires:  perl(version) >= 0.86
 Provides:       perl(Test::Manifest) = %{version}
 %undefine       __perllib_provides
 %{perl_requires}
@@ -61,7 +62,7 @@
 define sets of tests. See 'get_t_files' for more information.
 
 %prep
-%autosetup  -n %{cpan_name}-%{cpan_version}
+%autosetup  -n %{cpan_name}-%{cpan_version} -p1
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor

++++++ Test-Manifest-2.025.tar.gz -> Test-Manifest-2.026.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Manifest-2.025/Changes 
new/Test-Manifest-2.026/Changes
--- old/Test-Manifest-2.025/Changes     2025-01-04 16:58:32.000000000 +0100
+++ new/Test-Manifest-2.026/Changes     2025-04-14 00:11:37.000000000 +0200
@@ -1,5 +1,8 @@
 Revision history for Perl module Test::Manifest
 
+2.026 2025-04-13T22:11:37Z
+       * require a newer version.pm for v5.10.1 tests
+
 2.025 2025-01-04T15:58:23Z
        * refresh distro and move to BRIANDFOY
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Manifest-2.025/META.json 
new/Test-Manifest-2.026/META.json
--- old/Test-Manifest-2.025/META.json   2025-01-04 16:58:33.000000000 +0100
+++ new/Test-Manifest-2.026/META.json   2025-04-14 00:11:38.000000000 +0200
@@ -40,7 +40,8 @@
       "test" : {
          "requires" : {
             "File::Temp" : "0",
-            "Test::More" : "1"
+            "Test::More" : "1",
+            "version" : "0.86"
          }
       }
    },
@@ -56,6 +57,6 @@
          "web" : "https://github.com/briandfoy/test-manifest";
       }
    },
-   "version" : "2.025",
+   "version" : "2.026",
    "x_serialization_backend" : "JSON::PP version 4.16"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Manifest-2.025/META.yml 
new/Test-Manifest-2.026/META.yml
--- old/Test-Manifest-2.025/META.yml    2025-01-04 16:58:33.000000000 +0100
+++ new/Test-Manifest-2.026/META.yml    2025-04-14 00:11:38.000000000 +0200
@@ -5,6 +5,7 @@
 build_requires:
   File::Temp: '0'
   Test::More: '1'
+  version: '0.86'
 configure_requires:
   ExtUtils::MakeMaker: '6.64'
   File::Spec::Functions: '0'
@@ -28,5 +29,5 @@
   bugtracker: https://github.com/briandfoy/test-manifest/issues
   homepage: https://github.com/briandfoy/test-manifest
   repository: https://github.com/briandfoy/test-manifest
-version: '2.025'
+version: '2.026'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Manifest-2.025/Makefile.PL 
new/Test-Manifest-2.026/Makefile.PL
--- old/Test-Manifest-2.025/Makefile.PL 2025-01-04 16:58:32.000000000 +0100
+++ new/Test-Manifest-2.026/Makefile.PL 2025-04-14 00:11:37.000000000 +0200
@@ -44,7 +44,7 @@
 my $main_file = catfile( 'lib', split /::/, "$module.pm" );
 
 my %WriteMakefile = (
-       'MIN_PERL_VERSION' => 5.008,
+       'MIN_PERL_VERSION' => '5.008',
 
        'NAME'          => $module,
        'AUTHOR'        => 'brian d foy <briand...@pobox.com>',
@@ -63,6 +63,7 @@
        'TEST_REQUIRES' => {
                'Test::More' => '1',
                'File::Temp' => '0',
+               'version'    => '0.86',
                },
 
        'PREREQ_PM'     => {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Manifest-2.025/lib/Test/Manifest.pm 
new/Test-Manifest-2.026/lib/Test/Manifest.pm
--- old/Test-Manifest-2.025/lib/Test/Manifest.pm        2025-01-04 
16:58:32.000000000 +0100
+++ new/Test-Manifest-2.026/lib/Test/Manifest.pm        2025-04-14 
00:11:37.000000000 +0200
@@ -12,7 +12,7 @@
 our @EXPORT    = qw(run_t_manifest);
 our @EXPORT_OK = qw(get_t_files make_test_manifest manifest_name);
 
-our $VERSION = '2.025';
+our $VERSION = '2.026';
 
 my %SeenInclude = ();
 my %SeenTest = ();

Reply via email to