Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Test-File-Contents for
openSUSE:Factory checked in at 2022-09-09 18:27:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-File-Contents (Old)
and /work/SRC/openSUSE:Factory/.perl-Test-File-Contents.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Test-File-Contents"
Fri Sep 9 18:27:52 2022 rev:4 rq:1002189 version:0.242
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Test-File-Contents/perl-Test-File-Contents.changes
2022-08-16 17:08:45.404059861 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Test-File-Contents.new.2083/perl-Test-File-Contents.changes
2022-09-09 18:29:25.113250748 +0200
@@ -1,0 +2,11 @@
+Fri Sep 2 03:11:33 UTC 2022 - Tina M??ller <[email protected]>
+
+- updated to 0.242
+ see /usr/share/doc/packages/perl-Test-File-Contents/Changes
+
+ 0.242 Thu 01 Sep 2022
+ - No functional changes
+ - Corrected test dependencies
+ (Test::Builder::Tester and Test::Builder::Tester::Color were missing)
+
+-------------------------------------------------------------------
Old:
----
Test-File-Contents-0.241.tar.gz
New:
----
Test-File-Contents-0.242.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Test-File-Contents.spec ++++++
--- /var/tmp/diff_new_pack.NMoXOQ/_old 2022-09-09 18:29:25.501251769 +0200
+++ /var/tmp/diff_new_pack.NMoXOQ/_new 2022-09-09 18:29:25.505251780 +0200
@@ -18,7 +18,7 @@
%define cpan_name Test-File-Contents
Name: perl-Test-File-Contents
-Version: 0.241
+Version: 0.242
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Test routines for examining the contents of files
++++++ Test-File-Contents-0.241.tar.gz -> Test-File-Contents-0.242.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-File-Contents-0.241/Changes
new/Test-File-Contents-0.242/Changes
--- old/Test-File-Contents-0.241/Changes 2022-08-10 04:02:31.000000000
+0200
+++ new/Test-File-Contents-0.242/Changes 2022-09-01 00:12:11.000000000
+0200
@@ -1,12 +1,17 @@
Release history for Test-File-Contents
+0.242 Thu 01 Sep 2022
+ - No functional changes
+ - Corrected test dependencies
+ (Test::Builder::Tester and Test::Builder::Tester::Color were missing)
+
0.241 Wed 10 Aug 2022
- No more subclassing of Exporter
- Packaging fix to stop installing boilerplate.pl
- - Updated package metadata
0.240 Sun 17 Jul 2022
- - Packaging improvements. No functional changes.
+ - No functional changes
+ - Packaging improvements
0.23 Wed 16 Mar 2016
- Fix encoding errors when reading in a file on Windows with `utf8`
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-File-Contents-0.241/META.json
new/Test-File-Contents-0.242/META.json
--- old/Test-File-Contents-0.241/META.json 2022-08-10 04:04:11.000000000
+0200
+++ new/Test-File-Contents-0.242/META.json 2022-09-01 00:14:09.000000000
+0200
@@ -34,6 +34,8 @@
},
"test" : {
"requires" : {
+ "Test::Builder::Tester" : "0",
+ "Test::Builder::Tester::Color" : "0",
"Test::More" : "0.70"
}
}
@@ -52,7 +54,7 @@
"web" : "https://github.com/ap/Test-File-Contents"
}
},
- "version" : "0.241",
+ "version" : "0.242",
"x_copyright" : {
"holder" : "David E. Wheeler",
"year" : 2016
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-File-Contents-0.241/META.yml
new/Test-File-Contents-0.242/META.yml
--- old/Test-File-Contents-0.241/META.yml 2022-08-10 04:04:11.000000000
+0200
+++ new/Test-File-Contents-0.242/META.yml 2022-09-01 00:14:08.000000000
+0200
@@ -4,6 +4,8 @@
- 'Kirrily Robert'
- 'David E. Wheeler'
build_requires:
+ Test::Builder::Tester: '0'
+ Test::Builder::Tester::Color: '0'
Test::More: '0.70'
dynamic_config: 0
generated_by: 'ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version
2.150010'
@@ -26,7 +28,7 @@
bugtracker:
https://rt.cpan.org/Public/Dist/Display.html?Name=Test-File-Contents
license: http://dev.perl.org/licenses/
repository: https://github.com/ap/Test-File-Contents.git
-version: '0.241'
+version: '0.242'
x_copyright:
holder: 'David E. Wheeler'
year: 2016
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-File-Contents-0.241/Makefile.PL
new/Test-File-Contents-0.242/Makefile.PL
--- old/Test-File-Contents-0.241/Makefile.PL 2022-08-10 03:57:48.000000000
+0200
+++ new/Test-File-Contents-0.242/Makefile.PL 2022-09-01 00:12:11.000000000
+0200
@@ -27,6 +27,8 @@
test => {
requires => {qw(
Test::More 0.70
+ Test::Builder::Tester 0
+ Test::Builder::Tester::Color 0
)},
},
},
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-File-Contents-0.241/lib/Test/File/Contents.pm
new/Test-File-Contents-0.242/lib/Test/File/Contents.pm
--- old/Test-File-Contents-0.241/lib/Test/File/Contents.pm 2022-08-10
04:04:11.000000000 +0200
+++ new/Test-File-Contents-0.242/lib/Test/File/Contents.pm 2022-09-01
00:14:09.000000000 +0200
@@ -12,7 +12,7 @@
=cut
-our $VERSION = '0.241';
+our $VERSION = '0.242';
use Test::Builder;
use Digest::MD5;