Hello community, here is the log from the commit of package perl-Pod-Spell for openSUSE:Factory checked in at 2013-07-30 14:04:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Pod-Spell (Old) and /work/SRC/openSUSE:Factory/.perl-Pod-Spell.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Pod-Spell" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Pod-Spell/perl-Pod-Spell.changes 2013-06-13 20:08:35.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Pod-Spell.new/perl-Pod-Spell.changes 2013-07-30 14:04:07.000000000 +0200 @@ -1,0 +2,6 @@ +Sat Jul 27 11:58:40 UTC 2013 - co...@suse.com + +- updated to 1.05 + - add stopwords + +------------------------------------------------------------------- Old: ---- Pod-Spell-1.04.tar.gz New: ---- Pod-Spell-1.05.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Pod-Spell.spec ++++++ --- /var/tmp/diff_new_pack.5VIgdO/_old 2013-07-30 14:04:08.000000000 +0200 +++ /var/tmp/diff_new_pack.5VIgdO/_new 2013-07-30 14:04:08.000000000 +0200 @@ -17,7 +17,7 @@ Name: perl-Pod-Spell -Version: 1.04 +Version: 1.05 Release: 0 %define cpan_name Pod-Spell Summary: a formatter for spellchecking Pod ++++++ Pod-Spell-1.04.tar.gz -> Pod-Spell-1.05.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pod-Spell-1.04/Changes new/Pod-Spell-1.05/Changes --- old/Pod-Spell-1.04/Changes 2013-05-09 05:05:52.000000000 +0200 +++ new/Pod-Spell-1.05/Changes 2013-07-07 09:37:21.000000000 +0200 @@ -1,5 +1,8 @@ Revision history Pod-Spell +1.05 2013-07-07 + - add stopwords + 1.04 2013-05-08 - fix tests to work on older perls diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pod-Spell-1.04/META.json new/Pod-Spell-1.05/META.json --- old/Pod-Spell-1.04/META.json 2013-05-09 05:05:52.000000000 +0200 +++ new/Pod-Spell-1.05/META.json 2013-07-07 09:37:21.000000000 +0200 @@ -5,7 +5,7 @@ "Caleb Cushing <xenoterrac...@gmail.com>" ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 4.300034, CPAN::Meta::Converter version 2.130880", + "generated_by" : "Dist::Zilla version 4.300035, CPAN::Meta::Converter version 2.120921", "license" : [ "artistic_2" ], @@ -61,11 +61,11 @@ "provides" : { "Pod::Spell" : { "file" : "lib/Pod/Spell.pm", - "version" : "1.04" + "version" : "1.05" }, "Pod::Wordlist" : { "file" : "lib/Pod/Wordlist.pm", - "version" : "1.04" + "version" : "1.05" } }, "release_status" : "stable", @@ -80,6 +80,6 @@ "web" : "https://github.com/xenoterracide/pod-spell" } }, - "version" : "1.04" + "version" : "1.05" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pod-Spell-1.04/META.yml new/Pod-Spell-1.05/META.yml --- old/Pod-Spell-1.04/META.yml 2013-05-09 05:05:52.000000000 +0200 +++ new/Pod-Spell-1.05/META.yml 2013-07-07 09:37:21.000000000 +0200 @@ -11,7 +11,7 @@ configure_requires: ExtUtils::MakeMaker: 6.30 dynamic_config: 0 -generated_by: 'Dist::Zilla version 4.300034, CPAN::Meta::Converter version 2.130880' +generated_by: 'Dist::Zilla version 4.300035, CPAN::Meta::Converter version 2.120921' license: artistic_2 meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -23,10 +23,10 @@ provides: Pod::Spell: file: lib/Pod/Spell.pm - version: 1.04 + version: 1.05 Pod::Wordlist: file: lib/Pod/Wordlist.pm - version: 1.04 + version: 1.05 requires: Carp: 0 Pod::Escapes: 0 @@ -42,4 +42,4 @@ bugtracker: https://github.com/xenoterracide/pod-spell/issues homepage: https://metacpan.org/dist/Pod-Spell repository: git://github.com/xenoterracide/pod-spell.git -version: 1.04 +version: 1.05 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pod-Spell-1.04/Makefile.PL new/Pod-Spell-1.05/Makefile.PL --- old/Pod-Spell-1.04/Makefile.PL 2013-05-09 05:05:52.000000000 +0200 +++ new/Pod-Spell-1.05/Makefile.PL 2013-07-07 09:37:21.000000000 +0200 @@ -38,7 +38,7 @@ "Test::Deep" => 0, "Test::More" => "0.88" }, - "VERSION" => "1.04", + "VERSION" => "1.05", "test" => { "TESTS" => "t/*.t" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pod-Spell-1.04/README new/Pod-Spell-1.05/README --- old/Pod-Spell-1.04/README 2013-05-09 05:05:52.000000000 +0200 +++ new/Pod-Spell-1.05/README 2013-07-07 09:37:21.000000000 +0200 @@ -2,7 +2,7 @@ Pod::Spell - a formatter for spellchecking Pod VERSION - version 1.04 + version 1.05 SYNOPSIS use Pod::Spell; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pod-Spell-1.04/bin/podspell new/Pod-Spell-1.05/bin/podspell --- old/Pod-Spell-1.04/bin/podspell 2013-05-09 05:05:52.000000000 +0200 +++ new/Pod-Spell-1.05/bin/podspell 2013-07-07 09:37:21.000000000 +0200 @@ -3,7 +3,7 @@ use warnings; use Pod::Spell; -our $VERSION = '1.04'; # VERSION +our $VERSION = '1.05'; # VERSION if(@ARGV) { # iterate over files, sending to STDOUT foreach my $x (@ARGV) { @@ -26,7 +26,7 @@ =head1 VERSION -version 1.04 +version 1.05 =head1 SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pod-Spell-1.04/lib/Pod/Spell.pm new/Pod-Spell-1.05/lib/Pod/Spell.pm --- old/Pod-Spell-1.04/lib/Pod/Spell.pm 2013-05-09 05:05:52.000000000 +0200 +++ new/Pod-Spell-1.05/lib/Pod/Spell.pm 2013-07-07 09:37:21.000000000 +0200 @@ -3,7 +3,7 @@ use strict; use warnings; -our $VERSION = '1.04'; # VERSION +our $VERSION = '1.05'; # VERSION use base 'Pod::Parser'; @@ -280,7 +280,7 @@ =head1 VERSION -version 1.04 +version 1.05 =head1 SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pod-Spell-1.04/lib/Pod/Wordlist.pm new/Pod-Spell-1.05/lib/Pod/Wordlist.pm --- old/Pod-Spell-1.04/lib/Pod/Wordlist.pm 2013-05-09 05:05:52.000000000 +0200 +++ new/Pod-Spell-1.05/lib/Pod/Wordlist.pm 2013-07-07 09:37:21.000000000 +0200 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '1.04'; # VERSION +our $VERSION = '1.05'; # VERSION our %Wordlist; ## no critic ( Variables::ProhibitPackageVars ) @@ -23,7 +23,7 @@ =head1 VERSION -version 1.04 +version 1.05 =head1 DESCRIPTION @@ -80,7 +80,6 @@ __DATA__ Aas -Abelson ACLs ActivePerl ActiveState @@ -101,6 +100,8 @@ allocs alphabetics alphanumerics +API +APIs arcana args arrayref @@ -192,6 +193,7 @@ ccflags cd cetera +changelog charset chdir checksumming @@ -632,6 +634,7 @@ Psion parens passwd +passphrase patchlevel pathconf peeraddr @@ -648,6 +651,7 @@ perlbug perlcc perlclib +perlcritic perlcompile perlcygwin perldata @@ -866,6 +870,7 @@ specifier specifiers spellcheck +spellchecks spellchecking sprintf sqrt diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pod-Spell-1.04/t/author-pod-spell.t new/Pod-Spell-1.05/t/author-pod-spell.t --- old/Pod-Spell-1.04/t/author-pod-spell.t 2013-05-09 05:05:52.000000000 +0200 +++ new/Pod-Spell-1.05/t/author-pod-spell.t 2013-07-07 09:37:21.000000000 +0200 @@ -29,5 +29,5 @@ xenoterracide lib Pod -Wordlist Spell +Wordlist diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pod-Spell-1.04/t/basic.t new/Pod-Spell-1.05/t/basic.t --- old/Pod-Spell-1.04/t/basic.t 2013-05-09 05:05:52.000000000 +0200 +++ new/Pod-Spell-1.05/t/basic.t 2013-07-07 09:37:21.000000000 +0200 @@ -7,7 +7,7 @@ use Pod::Spell; use Pod::Wordlist; -is scalar( keys %Pod::Wordlist::Wordlist ), 1007, 'key count'; +is scalar( keys %Pod::Wordlist::Wordlist ), 1012, 'key count'; my $podfile = File::Temp->new; my $textfile = File::Temp->new; -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org