Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-File-Slurper for openSUSE:Factory checked in at 2023-01-05 15:00:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-File-Slurper (Old) and /work/SRC/openSUSE:Factory/.perl-File-Slurper.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-File-Slurper" Thu Jan 5 15:00:17 2023 rev:7 rq:1055920 version:0.014 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-File-Slurper/perl-File-Slurper.changes 2022-01-03 10:48:58.903570391 +0100 +++ /work/SRC/openSUSE:Factory/.perl-File-Slurper.new.1563/perl-File-Slurper.changes 2023-01-05 15:00:30.368910618 +0100 @@ -1,0 +2,9 @@ +Sat Dec 17 03:06:44 UTC 2022 - Tina Müller <timueller+p...@suse.de> + +- updated to 0.014 + see /usr/share/doc/packages/perl-File-Slurper/Changes + + 0.014 2022-12-16 16:08:16+01:00 Europe/Amsterdam + - Always return an empty file as an empty string + +------------------------------------------------------------------- Old: ---- File-Slurper-0.013.tar.gz New: ---- File-Slurper-0.014.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-File-Slurper.spec ++++++ --- /var/tmp/diff_new_pack.3rirMa/_old 2023-01-05 15:00:30.800912896 +0100 +++ /var/tmp/diff_new_pack.3rirMa/_new 2023-01-05 15:00:30.800912896 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-File-Slurper # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,10 +18,10 @@ %define cpan_name File-Slurper Name: perl-File-Slurper -Version: 0.013 +Version: 0.014 Release: 0 -Summary: Simple, sane and efficient module to slurp a file License: Artistic-1.0 OR GPL-1.0-or-later +Summary: Simple, sane and efficient module to slurp a file URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml ++++++ File-Slurper-0.013.tar.gz -> File-Slurper-0.014.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-Slurper-0.013/Changes new/File-Slurper-0.014/Changes --- old/File-Slurper-0.013/Changes 2021-12-25 10:09:19.000000000 +0100 +++ new/File-Slurper-0.014/Changes 2022-12-16 16:08:18.000000000 +0100 @@ -1,5 +1,8 @@ Revision history for File-Slurper +0.014 2022-12-16 16:08:16+01:00 Europe/Amsterdam + - Always return an empty file as an empty string + 0.013 2021-12-25 10:09:17+01:00 Europe/Amsterdam Always split on newlines in read_lines diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-Slurper-0.013/INSTALL new/File-Slurper-0.014/INSTALL --- old/File-Slurper-0.013/INSTALL 2021-12-25 10:09:19.000000000 +0100 +++ new/File-Slurper-0.014/INSTALL 2022-12-16 16:08:18.000000000 +0100 @@ -21,8 +21,11 @@ ## Manual installation -As a last resort, you can manually install it. Download the tarball, untar it, -install configure prerequisites (see below), then build it: +As a last resort, you can manually install it. If you have not already +downloaded the release tarball, you can find the download link on the module's +MetaCPAN page: https://metacpan.org/pod/File::Slurper + +Untar the tarball, install configure prerequisites (see below), then build it: % perl Makefile.PL % make && make test diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-Slurper-0.013/LICENSE new/File-Slurper-0.014/LICENSE --- old/File-Slurper-0.013/LICENSE 2021-12-25 10:09:19.000000000 +0100 +++ new/File-Slurper-0.014/LICENSE 2022-12-16 16:08:18.000000000 +0100 @@ -292,21 +292,21 @@ - "Package" refers to the collection of files distributed by the Copyright Holder, and derivatives of that collection of files created through - textual modification. + textual modification. - "Standard Version" refers to such a Package if it has not been modified, or has been modified in accordance with the wishes of the Copyright - Holder. + Holder. - "Copyright Holder" is whoever is named in the copyright or copyrights for - the package. + the package. - "You" is you, if you're thinking about copying or distributing this Package. - "Reasonable copying fee" is whatever you can justify on the basis of media cost, duplication charges, time of people involved, and so on. (You will not be required to justify it to the Copyright Holder, but only to the - computing community at large as a market that must bear the fee.) + computing community at large as a market that must bear the fee.) - "Freely Available" means that no fee is charged for the item itself, though there may be fees involved in handling the item. It also means that recipients of the item may redistribute it under the same conditions they - received it. + received it. 1. You may make and give away verbatim copies of the source form of the Standard Version of this Package without restriction, provided that you @@ -373,7 +373,7 @@ 9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF -MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. The End diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-Slurper-0.013/MANIFEST new/File-Slurper-0.014/MANIFEST --- old/File-Slurper-0.013/MANIFEST 2021-12-25 10:09:19.000000000 +0100 +++ new/File-Slurper-0.014/MANIFEST 2022-12-16 16:08:18.000000000 +0100 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.020. +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.029. Changes INSTALL LICENSE diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-Slurper-0.013/META.json new/File-Slurper-0.014/META.json --- old/File-Slurper-0.013/META.json 2021-12-25 10:09:19.000000000 +0100 +++ new/File-Slurper-0.014/META.json 2022-12-16 16:08:18.000000000 +0100 @@ -4,7 +4,7 @@ "Leon Timmermans <le...@cpan.org>" ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 6.020, CPAN::Meta::Converter version 2.150010", + "generated_by" : "Dist::Zilla version 6.029, CPAN::Meta::Converter version 2.150010", "license" : [ "perl_5" ], @@ -58,7 +58,7 @@ "provides" : { "File::Slurper" : { "file" : "lib/File/Slurper.pm", - "version" : "0.013" + "version" : "0.014" } }, "release_status" : "stable", @@ -73,15 +73,15 @@ "web" : "https://github.com/Leont/file-slurp-sane" } }, - "version" : "0.013", + "version" : "0.014", "x_contributors" : [ "Jim Davis <revhip...@gmail.com>", "Leon Timmermans <faw...@gmail.com>", "Olivier Mengu\u00e9 <dol...@cpan.org>", "Philipp Gortan <philipp.gor...@apa.at>" ], - "x_generated_by_perl" : "v5.32.0", - "x_serialization_backend" : "Cpanel::JSON::XS version 4.19", + "x_generated_by_perl" : "v5.36.0", + "x_serialization_backend" : "Cpanel::JSON::XS version 4.29", "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-Slurper-0.013/META.yml new/File-Slurper-0.014/META.yml --- old/File-Slurper-0.013/META.yml 2021-12-25 10:09:19.000000000 +0100 +++ new/File-Slurper-0.014/META.yml 2022-12-16 16:08:18.000000000 +0100 @@ -13,7 +13,7 @@ ExtUtils::MakeMaker: '0' perl: '5.008' dynamic_config: 0 -generated_by: 'Dist::Zilla version 6.020, CPAN::Meta::Converter version 2.150010' +generated_by: 'Dist::Zilla version 6.029, CPAN::Meta::Converter version 2.150010' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -22,7 +22,7 @@ provides: File::Slurper: file: lib/File/Slurper.pm - version: '0.013' + version: '0.014' recommends: PerlIO::utf8_strict: '0' requires: @@ -37,12 +37,12 @@ resources: bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=File-Slurper repository: git://github.com/Leont/file-slurp-sane.git -version: '0.013' +version: '0.014' x_contributors: - 'Jim Davis <revhip...@gmail.com>' - 'Leon Timmermans <faw...@gmail.com>' - 'Olivier Mengué <dol...@cpan.org>' - 'Philipp Gortan <philipp.gor...@apa.at>' -x_generated_by_perl: v5.32.0 +x_generated_by_perl: v5.36.0 x_serialization_backend: 'YAML::Tiny version 1.73' x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-Slurper-0.013/Makefile.PL new/File-Slurper-0.014/Makefile.PL --- old/File-Slurper-0.013/Makefile.PL 2021-12-25 10:09:19.000000000 +0100 +++ new/File-Slurper-0.014/Makefile.PL 2022-12-16 16:08:18.000000000 +0100 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.020. +# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.029. use strict; use warnings; @@ -32,7 +32,7 @@ "Test::More" => 0, "Test::Warnings" => 0 }, - "VERSION" => "0.013", + "VERSION" => "0.014", "test" => { "TESTS" => "t/*.t" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-Slurper-0.013/README new/File-Slurper-0.014/README --- old/File-Slurper-0.013/README 2021-12-25 10:09:19.000000000 +0100 +++ new/File-Slurper-0.014/README 2022-12-16 16:08:18.000000000 +0100 @@ -1,5 +1,5 @@ This archive contains the distribution File-Slurper, -version 0.013: +version 0.014: A simple, sane and efficient module to slurp a file @@ -9,4 +9,4 @@ the same terms as the Perl 5 programming language system itself. -This README file was generated by Dist::Zilla::Plugin::Readme v6.020. +This README file was generated by Dist::Zilla::Plugin::Readme v6.029. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-Slurper-0.013/lib/File/Slurper.pm new/File-Slurper-0.014/lib/File/Slurper.pm --- old/File-Slurper-0.013/lib/File/Slurper.pm 2021-12-25 10:09:19.000000000 +0100 +++ new/File-Slurper-0.014/lib/File/Slurper.pm 2022-12-16 16:08:18.000000000 +0100 @@ -1,5 +1,5 @@ package File::Slurper; -$File::Slurper::VERSION = '0.013'; +$File::Slurper::VERSION = '0.014'; use strict; use warnings; @@ -56,7 +56,7 @@ local $PerlIO::encoding::fallback = STOP_AT_PARTIAL | FB_CROAK; open my $fh, "<$layer", $filename or croak "Couldn't open $filename: $!"; - return do { local $/; <$fh> }; + return scalar do { local $/; <$fh> }; } sub write_text { @@ -116,7 +116,7 @@ =head1 VERSION -version 0.013 +version 0.014 =head1 SYNOPSIS