Hello community, here is the log from the commit of package perl-File-Slurper for openSUSE:Factory checked in at 2018-02-27 16:57:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-File-Slurper (Old) and /work/SRC/openSUSE:Factory/.perl-File-Slurper.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-File-Slurper" Tue Feb 27 16:57:49 2018 rev:5 rq:579754 version:0.012 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-File-Slurper/perl-File-Slurper.changes 2018-01-24 15:30:29.718387659 +0100 +++ /work/SRC/openSUSE:Factory/.perl-File-Slurper.new/perl-File-Slurper.changes 2018-02-27 16:57:52.484222253 +0100 @@ -1,0 +2,9 @@ +Wed Feb 21 06:21:07 UTC 2018 - [email protected] + +- updated to 0.012 + see /usr/share/doc/packages/perl-File-Slurper/Changes + + 0.012 2018-02-20 21:53:30+01:00 Europe/Amsterdam + Depend on Encode 2.11 for STOP_AT_PARTIAL + +------------------------------------------------------------------- Old: ---- File-Slurper-0.011.tar.gz New: ---- File-Slurper-0.012.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-File-Slurper.spec ++++++ --- /var/tmp/diff_new_pack.5yd2mC/_old 2018-02-27 16:57:53.440187712 +0100 +++ /var/tmp/diff_new_pack.5yd2mC/_new 2018-02-27 16:57:53.444187568 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-File-Slurper # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,11 +17,11 @@ Name: perl-File-Slurper -Version: 0.011 +Version: 0.012 Release: 0 %define cpan_name File-Slurper Summary: Simple, Sane and Efficient Module to Slurp a File -License: Artistic-1.0 or GPL-1.0+ +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/File-Slurper/ Source0: https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz ++++++ File-Slurper-0.011.tar.gz -> File-Slurper-0.012.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-Slurper-0.011/Changes new/File-Slurper-0.012/Changes --- old/File-Slurper-0.011/Changes 2017-12-18 21:23:26.000000000 +0100 +++ new/File-Slurper-0.012/Changes 2018-02-20 21:53:32.000000000 +0100 @@ -1,5 +1,8 @@ Revision history for File-Slurper +0.012 2018-02-20 21:53:30+01:00 Europe/Amsterdam + Depend on Encode 2.11 for STOP_AT_PARTIAL + 0.011 2017-12-18 21:23:24+01:00 Europe/Amsterdam Correctly set value of $PerlIO::encoding::fallback Don't skip latin-1 checking diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-Slurper-0.011/META.json new/File-Slurper-0.012/META.json --- old/File-Slurper-0.011/META.json 2017-12-18 21:23:26.000000000 +0100 +++ new/File-Slurper-0.012/META.json 2018-02-20 21:53:32.000000000 +0100 @@ -35,7 +35,7 @@ }, "requires" : { "Carp" : "0", - "Encode" : "0", + "Encode" : "2.11", "Exporter" : "5.57", "PerlIO::encoding" : "0", "constant" : "0", @@ -58,7 +58,7 @@ "provides" : { "File::Slurper" : { "file" : "lib/File/Slurper.pm", - "version" : "0.011" + "version" : "0.012" } }, "release_status" : "stable", @@ -73,7 +73,7 @@ "web" : "https://github.com/Leont/file-slurp-sane" } }, - "version" : "0.011", + "version" : "0.012", "x_contributors" : [ "Jim Davis <[email protected]>", "Leon Timmermans <[email protected]>", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-Slurper-0.011/META.yml new/File-Slurper-0.012/META.yml --- old/File-Slurper-0.011/META.yml 2017-12-18 21:23:26.000000000 +0100 +++ new/File-Slurper-0.012/META.yml 2018-02-20 21:53:32.000000000 +0100 @@ -22,12 +22,12 @@ provides: File::Slurper: file: lib/File/Slurper.pm - version: '0.011' + version: '0.012' recommends: PerlIO::utf8_strict: '0' requires: Carp: '0' - Encode: '0' + Encode: '2.11' Exporter: '5.57' PerlIO::encoding: '0' constant: '0' @@ -37,7 +37,7 @@ resources: bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=File-Slurper repository: git://github.com/Leont/file-slurp-sane.git -version: '0.011' +version: '0.012' x_contributors: - 'Jim Davis <[email protected]>' - 'Leon Timmermans <[email protected]>' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-Slurper-0.011/Makefile.PL new/File-Slurper-0.012/Makefile.PL --- old/File-Slurper-0.011/Makefile.PL 2017-12-18 21:23:26.000000000 +0100 +++ new/File-Slurper-0.012/Makefile.PL 2018-02-20 21:53:32.000000000 +0100 @@ -18,7 +18,7 @@ "NAME" => "File::Slurper", "PREREQ_PM" => { "Carp" => 0, - "Encode" => 0, + "Encode" => "2.11", "Exporter" => "5.57", "PerlIO::encoding" => 0, "constant" => 0, @@ -32,7 +32,7 @@ "Test::More" => 0, "Test::Warnings" => 0 }, - "VERSION" => "0.011", + "VERSION" => "0.012", "test" => { "TESTS" => "t/*.t" } @@ -41,7 +41,7 @@ my %FallbackPrereqs = ( "Carp" => 0, - "Encode" => 0, + "Encode" => "2.11", "Exporter" => "5.57", "File::Spec::Functions" => 0, "File::Temp" => 0, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-Slurper-0.011/README new/File-Slurper-0.012/README --- old/File-Slurper-0.011/README 2017-12-18 21:23:26.000000000 +0100 +++ new/File-Slurper-0.012/README 2018-02-20 21:53:32.000000000 +0100 @@ -1,7 +1,7 @@ This archive contains the distribution File-Slurper, -version 0.011: +version 0.012: A simple, sane and efficient module to slurp a file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-Slurper-0.011/lib/File/Slurper.pm new/File-Slurper-0.012/lib/File/Slurper.pm --- old/File-Slurper-0.011/lib/File/Slurper.pm 2017-12-18 21:23:26.000000000 +0100 +++ new/File-Slurper-0.012/lib/File/Slurper.pm 2018-02-20 21:53:32.000000000 +0100 @@ -1,12 +1,12 @@ package File::Slurper; -$File::Slurper::VERSION = '0.011'; +$File::Slurper::VERSION = '0.012'; use strict; use warnings; use Carp 'croak'; use Exporter 5.57 'import'; -use Encode qw/FB_CROAK STOP_AT_PARTIAL/; +use Encode 2.11 qw/FB_CROAK STOP_AT_PARTIAL/; use PerlIO::encoding; our @EXPORT_OK = qw/read_binary read_text read_lines write_binary write_text read_dir/; @@ -115,7 +115,7 @@ =head1 VERSION -version 0.011 +version 0.012 =head1 SYNOPSIS
