Hello community, here is the log from the commit of package perl-Pod-Spell for openSUSE:Factory checked in at 2013-06-13 20:08:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-03-01 08:03:57.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Pod-Spell.new/perl-Pod-Spell.changes 2013-06-13 20:08:35.000000000 +0200 @@ -1,0 +2,13 @@ +Mon Jun 10 10:39:48 UTC 2013 - [email protected] + +- updated to 1.04 + - fix tests to work on older perls + - update copyright info + - require 5.8 (let me know if this is a problem for you) + - improve tests + - hopefully fix failing test on windows + - improve code readability + - remove DEBUG for private _is_debug method + - convert to dzil and adopt + +------------------------------------------------------------------- Old: ---- Pod-Spell-1.01.tar.gz New: ---- Pod-Spell-1.04.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Pod-Spell.spec ++++++ --- /var/tmp/diff_new_pack.lnmFhG/_old 2013-06-13 20:08:36.000000000 +0200 +++ /var/tmp/diff_new_pack.lnmFhG/_new 2013-06-13 20:08:36.000000000 +0200 @@ -17,61 +17,52 @@ Name: perl-Pod-Spell +Version: 1.04 +Release: 0 %define cpan_name Pod-Spell -Summary: Formatter for spellchecking Pod -License: Artistic-1.0 or GPL-2.0 +Summary: a formatter for spellchecking Pod +License: Artistic-2.0 Group: Development/Libraries/Perl -Version: 1.01 -Release: 0 Url: http://search.cpan.org/dist/Pod-Spell/ -Source: http://www.cpan.org/modules/by-module/Pod/Pod-Spell-%{version}.tar.gz +Source: http://www.cpan.org/authors/id/X/XE/XENO/%{cpan_name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{perl_requires} BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Pod::Escapes) >= 1.01 -BuildRequires: perl(Pod::Parser) >= 1 -BuildRequires: perl(Text::Wrap) >= 1 -# -Requires: perl(Pod::Escapes) >= 1.01 -Requires: perl(Pod::Parser) >= 1 -Requires: perl(Text::Wrap) >= 1 +BuildRequires: perl(Pod::Escapes) +BuildRequires: perl(Test::Deep) +BuildRequires: perl(Test::More) >= 0.88 +#BuildRequires: perl(Pod::Spell) +#BuildRequires: perl(Pod::Wordlist) +Requires: perl(Pod::Escapes) +%{perl_requires} %description Pod::Spell is a Pod formatter whose output is good for spellchecking. Pod::Spell rather like Pod::Text, except that it doesn't put much effort into actual formatting, and it suppresses things that look like Perl symbols or Perl jargon (so that your spellchecking program won't complain -about mystery words like "$thing" or "Foo::Bar" or "hashref"). +about mystery words like "'$thing'" or "'Foo::Bar'" or "hashref"). This class provides no new public methods. All methods of interest are -inherited from Pod::Parser (which see). The especially interesting ones -are `parse_from_filehandle' (which without arguments takes from STDIN -and sends to STDOUT) and `parse_from_file'. But you can probably just -make do with the examples in the synopsis though. - -This class works by filtering out words that look like Perl or any form -of computerese (like "`$thing'" or "`N>7'" or "`@{$foo}{'bar','baz'}'", -anything in C<...> or F<...> codes, anything in verbatim paragraphs -(codeblocks), and anything in the stopword list. The default stopword -list for a document starts out from the stopword list defined by -Pod::Wordlist, and can be supplemented (on a per-document basis) by -having `"=for stopwords"' / `"=for :stopwords"' region(s) in a document. - -Authors: --------- - Sean M. Burke <[email protected]> - +inherited from Pod::Parser (which see). The especially interesting ones are +'parse_from_filehandle' (which without arguments takes from STDIN and sends +to STDOUT) and 'parse_from_file'. But you can probably just make do with +the examples in the synopsis though. + +This class works by filtering out words that look like Perl or any form of +computerese (like "'$thing'" or "'N>7'" or "'@{$foo}{'bar','baz'}'", +anything in C<...> or F<...> codes, anything in verbatim paragraphs (code +blocks), and anything in the stopword list. The default stopword list for a +document starts out from the stopword list defined by Pod::Wordlist, and +can be supplemented (on a per-document basis) by having '"=for stopwords"' +/ '"=for :stopwords"' region(s) in a document. %prep %setup -q -n %{cpan_name}-%{version} -# rpmlint: spurious-executable-perm -%{__chmod} 0644 podspell %build %{__perl} Makefile.PL INSTALLDIRS=vendor - %{__make} %{?_smp_mflags} %check @@ -79,18 +70,11 @@ %install %perl_make_install -# do not perl_process_packlist (noarch) -# remove .packlist file -%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch -# remove perllocal.pod file -%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib +%perl_process_packlist %perl_gen_filelist -%clean -%{__rm} -rf $RPM_BUILD_ROOT - %files -f %{name}.files -%defattr(-,root,root,-) -%doc ChangeLog podspell README +%defattr(-,root,root,755) +%doc Changes CONTRIBUTING LICENSE perlcritic.rc README %changelog ++++++ Pod-Spell-1.01.tar.gz -> Pod-Spell-1.04.tar.gz ++++++ ++++ 4934 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
