Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-Pod-Spell for openSUSE:Factory checked in at 2022-09-27 20:14:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Pod-Spell (Old) and /work/SRC/openSUSE:Factory/.perl-Pod-Spell.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Pod-Spell" Tue Sep 27 20:14:42 2022 rev:20 rq:1006450 version:1.23 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Pod-Spell/perl-Pod-Spell.changes 2020-11-03 15:15:45.187993127 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Pod-Spell.new.2275/perl-Pod-Spell.changes 2022-09-27 20:14:54.821956098 +0200 @@ -1,0 +2,18 @@ +Thu Sep 22 03:07:54 UTC 2022 - Tina M??ller <timueller+p...@suse.de> + +- updated to 1.23 + see /usr/share/doc/packages/perl-Pod-Spell/Changes + + 1.23 2022-09-21 + - releasing as stable + + 1.22 2022-08-29 (TRIAL RELEASE) + - fix finding wordlist when not run against files directly in lib/ + + 1.21 2022-08-24 (TRIAL RELEASE) + - port to use Pod::Simple rather than Pod::Parser + - use File::Spec rather than Path::Tiny + - allow explicit debug option to override environment variable + - packaging and metadata updates + +------------------------------------------------------------------- Old: ---- Pod-Spell-1.20.tar.gz New: ---- Pod-Spell-1.23.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Pod-Spell.spec ++++++ --- /var/tmp/diff_new_pack.ejGPBY/_old 2022-09-27 20:14:55.281957100 +0200 +++ /var/tmp/diff_new_pack.ejGPBY/_new 2022-09-27 20:14:55.285957109 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Pod-Spell # -# Copyright (c) 2020 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 @@ -16,51 +16,41 @@ # +%define cpan_name Pod-Spell Name: perl-Pod-Spell -Version: 1.20 +Version: 1.23 Release: 0 -%define cpan_name Pod-Spell -Summary: Formatter for spellchecking Pod License: Artistic-2.0 -Group: Development/Libraries/Perl +Summary: Formatter for spellchecking Pod URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/D/DO/DOLMEN/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Class::Tiny) BuildRequires: perl(File::ShareDir) BuildRequires: perl(File::ShareDir::Install) >= 0.06 BuildRequires: perl(Lingua::EN::Inflect) -BuildRequires: perl(Path::Tiny) BuildRequires: perl(Pod::Escapes) -BuildRequires: perl(Pod::Parser) -BuildRequires: perl(Test::Deep) +BuildRequires: perl(Pod::Simple) >= 3.27 +BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(parent) Requires: perl(Class::Tiny) Requires: perl(File::ShareDir) Requires: perl(Lingua::EN::Inflect) -Requires: perl(Path::Tiny) Requires: perl(Pod::Escapes) -Requires: perl(Pod::Parser) +Requires: perl(Pod::Simple) >= 3.27 Requires: perl(parent) %{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 +Pod::Spell is 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"). -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 (code @@ -70,11 +60,11 @@ / '"=for :stopwords"' region(s) in a document. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} %build perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +%make_build %check make test @@ -85,7 +75,6 @@ %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes CONTRIBUTING README %license LICENSE ++++++ Pod-Spell-1.20.tar.gz -> Pod-Spell-1.23.tar.gz ++++++ ++++ 5303 lines of diff (skipped)