Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-Test-File for openSUSE:Factory checked in at 2025-05-27 18:49:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Test-File (Old) and /work/SRC/openSUSE:Factory/.perl-Test-File.new.2732 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Test-File" Tue May 27 18:49:21 2025 rev:9 rq:1279784 version:1.995.0 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Test-File/perl-Test-File.changes 2025-01-14 16:22:30.321655128 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Test-File.new.2732/perl-Test-File.changes 2025-05-27 18:49:32.135104860 +0200 @@ -1,0 +2,9 @@ +Mon Apr 14 05:39:18 UTC 2025 - Tina Müller <timueller+p...@suse.de> + +- updated to 1.995.0 (1.995) + see /usr/share/doc/packages/perl-Test-File/Changes + + 1.995 2025-04-13T23:56:59Z + * require a newer version.pm for v5.10.1 tests + +------------------------------------------------------------------- Old: ---- Test-File-1.994.tar.gz New: ---- Test-File-1.995.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Test-File.spec ++++++ --- /var/tmp/diff_new_pack.9QABKg/_old 2025-05-27 18:49:32.779131988 +0200 +++ /var/tmp/diff_new_pack.9QABKg/_new 2025-05-27 18:49:32.783132157 +0200 @@ -18,10 +18,10 @@ %define cpan_name Test-File Name: perl-Test-File -Version: 1.994.0 +Version: 1.995.0 Release: 0 -# 1.994 -> normalize -> 1.994.0 -%define cpan_version 1.994 +# 1.995 -> normalize -> 1.995.0 +%define cpan_version 1.995 License: Artistic-2.0 Summary: Test file attributes URL: https://metacpan.org/release/%{cpan_name} @@ -33,6 +33,7 @@ BuildRequires: perl(Test::Builder) >= 1.001006 BuildRequires: perl(Test::Builder::Tester) >= 1.04 BuildRequires: perl(Test::More) >= 1 +BuildRequires: perl(version) >= 0.86 Provides: perl(Test::File) = %{version} %undefine __perllib_provides %{perl_requires} @@ -56,7 +57,7 @@ for the test. If not supplied, a reasonable default will be generated. %prep -%autosetup -n %{cpan_name}-%{cpan_version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" ++++++ Test-File-1.994.tar.gz -> Test-File-1.995.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-File-1.994/Changes new/Test-File-1.995/Changes --- old/Test-File-1.994/Changes 2025-01-03 07:58:59.000000000 +0100 +++ new/Test-File-1.995/Changes 2025-04-14 01:56:59.000000000 +0200 @@ -1,5 +1,8 @@ Revision history for Perl module Test::File +1.995 2025-04-13T23:56:59Z + * require a newer version.pm for v5.10.1 tests + 1.994 2025-01-03T06:58:48Z * refresh distro and move to BRIANDFOY diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-File-1.994/META.json new/Test-File-1.995/META.json --- old/Test-File-1.994/META.json 2025-01-03 07:59:00.000000000 +0100 +++ new/Test-File-1.995/META.json 2025-04-14 01:57:00.000000000 +0200 @@ -54,7 +54,8 @@ "requires" : { "Test::Builder" : "1.001006", "Test::Builder::Tester" : "1.04", - "Test::More" : "1" + "Test::More" : "1", + "version" : "0.86" } } }, @@ -70,6 +71,6 @@ "web" : "https://github.com/briandfoy/test-file" } }, - "version" : "1.994", + "version" : "1.995", "x_serialization_backend" : "JSON::PP version 4.16" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-File-1.994/META.yml new/Test-File-1.995/META.yml --- old/Test-File-1.994/META.yml 2025-01-03 07:59:00.000000000 +0100 +++ new/Test-File-1.995/META.yml 2025-04-14 01:57:00.000000000 +0200 @@ -6,6 +6,7 @@ Test::Builder: '1.001006' Test::Builder::Tester: '1.04' Test::More: '1' + version: '0.86' configure_requires: ExtUtils::MakeMaker: '6.64' File::Spec::Functions: '0' @@ -38,5 +39,5 @@ bugtracker: https://github.com/briandfoy/test-file/issues homepage: https://github.com/briandfoy/test-file repository: https://github.com/briandfoy/test-file -version: '1.994' +version: '1.995' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-File-1.994/Makefile.PL new/Test-File-1.995/Makefile.PL --- old/Test-File-1.994/Makefile.PL 2025-01-03 07:58:59.000000000 +0100 +++ new/Test-File-1.995/Makefile.PL 2025-04-14 01:56:59.000000000 +0200 @@ -64,6 +64,7 @@ 'Test::More' => '1', 'Test::Builder::Tester' => '1.04', 'Test::Builder' => '1.001006', + 'version' => '0.86', }, 'PREREQ_PM' => { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-File-1.994/lib/Test/File.pm new/Test-File-1.995/lib/Test/File.pm --- old/Test-File-1.994/lib/Test/File.pm 2025-01-03 07:58:59.000000000 +0100 +++ new/Test-File-1.995/lib/Test/File.pm 2025-04-14 01:56:59.000000000 +0200 @@ -29,7 +29,7 @@ file_mtime_gt_ok file_mtime_lt_ok file_mtime_age_ok ); -our $VERSION = '1.994'; +our $VERSION = '1.995'; XSLoader::load(__PACKAGE__, $VERSION) if $^O eq 'MSWin32'; my $Test = Test::Builder->new();