commit perl-Test-Spelling for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Test-Spelling for openSUSE:Factory checked in at 2019-05-27 08:39:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Test-Spelling (Old) and /work/SRC/openSUSE:Factory/.perl-Test-Spelling.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "perl-Test-Spelling" Mon May 27 08:39:47 2019 rev:14 rq:705412 version:0.24 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Test-Spelling/perl-Test-Spelling.changes 2019-05-24 11:32:40.725382986 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Test-Spelling.new.5148/perl-Test-Spelling.changes 2019-05-27 08:39:49.219037411 +0200 @@ -1,0 +2,11 @@ +Sat May 25 05:31:02 UTC 2019 - Stephan Kulow <coolo@suse.com> + +- updated to 0.24 + see /usr/share/doc/packages/perl-Test-Spelling/Changes + + 0.24 2019-05-24 + - Fixup the prereqs some + - Revert the unicode support added in the last release as it caused + some test breakage + +------------------------------------------------------------------- Old: ---- Test-Spelling-0.23.tar.gz New: ---- Test-Spelling-0.24.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Test-Spelling.spec ++++++ --- /var/tmp/diff_new_pack.U0bgkc/_old 2019-05-27 08:39:49.879037154 +0200 +++ /var/tmp/diff_new_pack.U0bgkc/_new 2019-05-27 08:39:49.879037154 +0200 @@ -17,7 +17,7 @@ Name: perl-Test-Spelling -Version: 0.23 +Version: 0.24 Release: 0 %define cpan_name Test-Spelling Summary: Check for spelling errors in POD files ++++++ Test-Spelling-0.23.tar.gz -> Test-Spelling-0.24.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Spelling-0.23/Changes new/Test-Spelling-0.24/Changes --- old/Test-Spelling-0.23/Changes 2019-05-22 02:44:53.000000000 +0200 +++ new/Test-Spelling-0.24/Changes 2019-05-24 15:43:01.000000000 +0200 @@ -1,5 +1,10 @@ Revision history for Test-Spelling +0.24 2019-05-24 + - Fixup the prereqs some + - Revert the unicode support added in the last release as it caused + some test breakage + 0.23 2019-05-21 - Fixed some documentation errors (Mohammad S Anwar) - Added unicode support (Kivanc Yazan, GH PR#10) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Spelling-0.23/META.json new/Test-Spelling-0.24/META.json --- old/Test-Spelling-0.23/META.json 2019-05-22 02:44:53.000000000 +0200 +++ new/Test-Spelling-0.24/META.json 2019-05-24 15:43:01.000000000 +0200 @@ -64,7 +64,6 @@ "Symbol" : "0", "Test::Builder" : "0", "Text::Wrap" : "0", - "base" : "0", "perl" : "5.008", "strict" : "0", "warnings" : "0" @@ -80,6 +79,7 @@ "Test::More" : "0.88", "Test::Tester" : "0", "strict" : "0", + "utf8" : "0", "warnings" : "0" } } @@ -87,7 +87,7 @@ "provides" : { "Test::Spelling" : { "file" : "lib/Test/Spelling.pm", - "version" : "0.23" + "version" : "0.24" } }, "release_status" : "stable", @@ -102,7 +102,7 @@ "web" : "https://github.com/genio/test-spelling" } }, - "version" : "0.23", + "version" : "0.24", "x_Dist_Zilla" : { "perl" : { "version" : "5.026001" @@ -413,7 +413,7 @@ "branch" : null, "changelog" : "Changes", "signed" : 0, - "tag" : "v0.23", + "tag" : "v0.24", "tag_format" : "v%V", "tag_message" : "v%V" }, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Spelling-0.23/META.yml new/Test-Spelling-0.24/META.yml --- old/Test-Spelling-0.23/META.yml 2019-05-22 02:44:53.000000000 +0200 +++ new/Test-Spelling-0.24/META.yml 2019-05-24 15:43:01.000000000 +0200 @@ -8,6 +8,7 @@ Test::More: '0.88' Test::Tester: '0' strict: '0' + utf8: '0' warnings: '0' configure_requires: ExtUtils::MakeMaker: '0' @@ -29,7 +30,7 @@ provides: Test::Spelling: file: lib/Test/Spelling.pm - version: '0.23' + version: '0.24' requires: Exporter: '5.57' File::Spec: '0' @@ -38,7 +39,6 @@ Symbol: '0' Test::Builder: '0' Text::Wrap: '0' - base: '0' perl: '5.008' strict: '0' warnings: '0' @@ -46,7 +46,7 @@ bugtracker: https://github.com/genio/test-spelling/issues homepage: https://github.com/genio/test-spelling repository: https://github.com/genio/test-spelling.git -version: '0.23' +version: '0.24' x_Dist_Zilla: perl: version: '5.026001' @@ -286,7 +286,7 @@ branch: ~ changelog: Changes signed: 0 - tag: v0.23 + tag: v0.24 tag_format: v%V tag_message: v%V Dist::Zilla::Role::Git::Repo: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Spelling-0.23/Makefile.PL new/Test-Spelling-0.24/Makefile.PL --- old/Test-Spelling-0.23/Makefile.PL 2019-05-22 02:44:53.000000000 +0200 +++ new/Test-Spelling-0.24/Makefile.PL 2019-05-24 15:43:01.000000000 +0200 @@ -27,7 +27,6 @@ "Symbol" => 0, "Test::Builder" => 0, "Text::Wrap" => 0, - "base" => 0, "strict" => 0, "warnings" => 0 }, @@ -37,9 +36,10 @@ "Test::More" => "0.88", "Test::Tester" => 0, "strict" => 0, + "utf8" => 0, "warnings" => 0 }, - "VERSION" => "0.23", + "VERSION" => "0.24", "test" => { "TESTS" => "t/*.t" } @@ -56,8 +56,8 @@ "Test::More" => "0.88", "Test::Tester" => 0, "Text::Wrap" => 0, - "base" => 0, "strict" => 0, + "utf8" => 0, "warnings" => 0 ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Spelling-0.23/cpanfile new/Test-Spelling-0.24/cpanfile --- old/Test-Spelling-0.23/cpanfile 2019-05-22 02:44:53.000000000 +0200 +++ new/Test-Spelling-0.24/cpanfile 2019-05-24 15:43:01.000000000 +0200 @@ -2,7 +2,6 @@ requires 'perl' => '5.008'; requires 'strict'; requires 'warnings'; - requires 'base'; requires 'Exporter' => '5.57'; requires 'File::Spec'; requires 'IPC::Run3'; @@ -19,6 +18,9 @@ on 'test' => sub { requires 'strict'; requires 'warnings'; + requires 'utf8'; + requires 'ExtUtils::MakeMaker'; + requires 'File::Spec'; requires 'Test::More' => '0.88'; # already uses done_testing requires 'Test::Tester'; }; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Spelling-0.23/lib/Test/Spelling.pm new/Test-Spelling-0.24/lib/Test/Spelling.pm --- old/Test-Spelling-0.23/lib/Test/Spelling.pm 2019-05-22 02:44:53.000000000 +0200 +++ new/Test-Spelling-0.24/lib/Test/Spelling.pm 2019-05-24 15:43:01.000000000 +0200 @@ -11,7 +11,7 @@ use IPC::Run3; use Symbol 'gensym'; -our $VERSION = '0.23'; +our $VERSION = '0.24'; our @EXPORT = qw( pod_file_spelling_ok @@ -101,11 +101,12 @@ my $document = ''; open my $handle, '>', \$document; - open my $infile, '<:encoding(UTF-8)', $file; + # the UTF-8 parsing seems to have broken many tests + #open my $infile, '<:encoding(UTF-8)', $file; # save digested POD to the string $document - get_pod_parser()->parse_from_filehandle($infile, $handle); - + #get_pod_parser()->parse_from_filehandle($infile, $handle); + get_pod_parser()->parse_from_file($file, $handle); my @words = _get_spellcheck_results($document); chomp for @words; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Spelling-0.23/t/00-report-prereqs.dd new/Test-Spelling-0.24/t/00-report-prereqs.dd --- old/Test-Spelling-0.23/t/00-report-prereqs.dd 2019-05-22 02:44:53.000000000 +0200 +++ new/Test-Spelling-0.24/t/00-report-prereqs.dd 2019-05-24 15:43:01.000000000 +0200 @@ -39,7 +39,6 @@ 'Symbol' => '0', 'Test::Builder' => '0', 'Text::Wrap' => '0', - 'base' => '0', 'perl' => '5.008', 'strict' => '0', 'warnings' => '0' @@ -55,6 +54,7 @@ 'Test::More' => '0.88', 'Test::Tester' => '0', 'strict' => '0', + 'utf8' => '0', 'warnings' => '0' } } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Spelling-0.23/t/basic.t new/Test-Spelling-0.24/t/basic.t --- old/Test-Spelling-0.23/t/basic.t 2019-05-22 02:44:53.000000000 +0200 +++ new/Test-Spelling-0.24/t/basic.t 2019-05-24 15:43:01.000000000 +0200 @@ -25,12 +25,13 @@ diag => "Errors:\n incorectly", }); -add_stopwords("ünıçöđé"); - -check_test(sub { pod_file_spelling_ok('t/corpus/unicode-pod.pm', 'unicode pod has no errors') }, { - ok => 1, - name => 'unicode pod has no errors', -}); +SKIP: { + skip "Unicode support reverted", 1; + add_stopwords("ünıçöđé"); + check_test(sub { pod_file_spelling_ok('t/corpus/unicode-pod.pm', 'unicode pod has no errors') }, { + ok => 1, + name => 'unicode pod has no errors', + }); +}; done_testing; - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Spelling-0.23/xt/release/changes_has_content.t new/Test-Spelling-0.24/xt/release/changes_has_content.t --- old/Test-Spelling-0.23/xt/release/changes_has_content.t 2019-05-22 02:44:53.000000000 +0200 +++ new/Test-Spelling-0.24/xt/release/changes_has_content.t 2019-05-24 15:43:01.000000000 +0200 @@ -2,7 +2,7 @@ note 'Checking Changes'; my $changes_file = 'Changes'; -my $newver = '0.23'; +my $newver = '0.24'; my $trial_token = '-TRIAL'; my $encoding = 'UTF-8';
participants (1)
-
root