commit perl-Pod-Spell for openSUSE:Factory

2020-11-03 Thread root
Hello community,

here is the log from the commit of package perl-Pod-Spell for openSUSE:Factory 
checked in at 2020-11-03 15:15:29

Comparing /work/SRC/openSUSE:Factory/perl-Pod-Spell (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Pod-Spell.new.3463 (New)


Package is "perl-Pod-Spell"

Tue Nov  3 15:15:29 2020 rev:19 rq:844620 version:1.20

Changes:

--- /work/SRC/openSUSE:Factory/perl-Pod-Spell/perl-Pod-Spell.changes
2016-05-11 16:37:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Pod-Spell.new.3463/perl-Pod-Spell.changes  
2020-11-03 15:15:45.187993127 +0100
@@ -1,0 +2,5 @@
+Wed Oct 28 15:14:13 UTC 2020 - Dirk Stoecker 
+
+- update specfile with cpanspec to fix build
+
+---



Other differences:
--
++ perl-Pod-Spell.spec ++
--- /var/tmp/diff_new_pack.nDhWtL/_old  2020-11-03 15:15:46.087993993 +0100
+++ /var/tmp/diff_new_pack.nDhWtL/_new  2020-11-03 15:15:46.091993997 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Pod-Spell
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,11 +20,11 @@
 Version:1.20
 Release:0
 %define cpan_name Pod-Spell
-Summary:Formatter for Spellchecking Pod
+Summary:Formatter for spellchecking Pod
 License:Artistic-2.0
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/Pod-Spell/
-Source0:
http://www.cpan.org/authors/id/D/DO/DOLMEN/%{cpan_name}-%{version}.tar.gz
+URL:https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/D/DO/DOLMEN/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -36,6 +36,7 @@
 BuildRequires:  perl(Lingua::EN::Inflect)
 BuildRequires:  perl(Path::Tiny)
 BuildRequires:  perl(Pod::Escapes)
+BuildRequires:  perl(Pod::Parser)
 BuildRequires:  perl(Test::Deep)
 BuildRequires:  perl(parent)
 Requires:   perl(Class::Tiny)
@@ -43,6 +44,7 @@
 Requires:   perl(Lingua::EN::Inflect)
 Requires:   perl(Path::Tiny)
 Requires:   perl(Pod::Escapes)
+Requires:   perl(Pod::Parser)
 Requires:   perl(parent)
 %{perl_requires}
 
@@ -71,11 +73,11 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install
@@ -84,6 +86,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CONTRIBUTING LICENSE README
+%doc Changes CONTRIBUTING README
+%license LICENSE
 
 %changelog




commit perl-Pod-Spell for openSUSE:Factory

2016-05-11 Thread h_root
Hello community,

here is the log from the commit of package perl-Pod-Spell for openSUSE:Factory 
checked in at 2016-05-11 16:37:54

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
2016-02-26 00:39:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Pod-Spell.new/perl-Pod-Spell.changes   
2016-05-11 16:37:55.0 +0200
@@ -1,0 +2,22 @@
+Thu May  5 09:57:58 UTC 2016 - co...@suse.com
+
+- updated to 1.20
+   see /usr/share/doc/packages/perl-Pod-Spell/Changes
+
+  1.20  2016-04-22
+   - Stable release, made in Rugby, UK during Perl QA Hackathon 2016
+  
+  1.19_91   2016-04-21
+   - Drop use of File::ShareDir::ProjectDistDir (GitHub #26). Thanks Kent
+ Fredric!
+   - Allow stop words with '.' (GitHub #28). Thanks Paulo Custodio!
+  
+  1.19_90   2016-02-20
+   - Hide internals: the POD parser is moved to a private package and
+ the Pod::Spell package now only exposes the public interface.
+ This is a first step towards rewriting the parser using Pod::Simple
+ (planned for Pod-Spell-2.0).
+   - 'parse_from_file' and 'parse_from_filehandle' are now explicitely
+ documented (by copying doc from Pod::Parser).
+
+---

Old:

  Pod-Spell-1.19.tar.gz

New:

  Pod-Spell-1.20.tar.gz



Other differences:
--
++ perl-Pod-Spell.spec ++
--- /var/tmp/diff_new_pack.EAF7Ds/_old  2016-05-11 16:37:56.0 +0200
+++ /var/tmp/diff_new_pack.EAF7Ds/_new  2016-05-11 16:37:56.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Pod-Spell
-Version:1.19
+Version:1.20
 Release:0
 %define cpan_name Pod-Spell
 Summary:Formatter for Spellchecking Pod
@@ -31,15 +31,17 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Class::Tiny)
+BuildRequires:  perl(File::ShareDir)
 BuildRequires:  perl(File::ShareDir::Install) >= 0.06
-BuildRequires:  perl(File::ShareDir::ProjectDistDir) >= 1.000
 BuildRequires:  perl(Lingua::EN::Inflect)
+BuildRequires:  perl(Path::Tiny)
 BuildRequires:  perl(Pod::Escapes)
 BuildRequires:  perl(Test::Deep)
 BuildRequires:  perl(parent)
 Requires:   perl(Class::Tiny)
-Requires:   perl(File::ShareDir::ProjectDistDir) >= 1.000
+Requires:   perl(File::ShareDir)
 Requires:   perl(Lingua::EN::Inflect)
+Requires:   perl(Path::Tiny)
 Requires:   perl(Pod::Escapes)
 Requires:   perl(parent)
 %{perl_requires}

++ Pod-Spell-1.19.tar.gz -> Pod-Spell-1.20.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-Spell-1.19/Changes new/Pod-Spell-1.20/Changes
--- old/Pod-Spell-1.19/Changes  2016-02-20 11:49:11.0 +0100
+++ new/Pod-Spell-1.20/Changes  2016-04-22 09:33:47.0 +0200
@@ -1,5 +1,21 @@
 Revision history Pod-Spell
 
+1.20  2016-04-22
+   - Stable release, made in Rugby, UK during Perl QA Hackathon 2016
+
+1.19_91   2016-04-21
+   - Drop use of File::ShareDir::ProjectDistDir (GitHub #26). Thanks Kent
+ Fredric!
+   - Allow stop words with '.' (GitHub #28). Thanks Paulo Custodio!
+
+1.19_90   2016-02-20
+   - Hide internals: the POD parser is moved to a private package and
+ the Pod::Spell package now only exposes the public interface.
+ This is a first step towards rewriting the parser using Pod::Simple
+ (planned for Pod-Spell-2.0).
+   - 'parse_from_file' and 'parse_from_filehandle' are now explicitely
+ documented (by copying doc from Pod::Parser).
+
 1.19  2016-02-20
- Don't set $Text::Wrap::huge globally, but localize it
- Load Pod::Wordlist only if used
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-Spell-1.19/MANIFEST new/Pod-Spell-1.20/MANIFEST
--- old/Pod-Spell-1.19/MANIFEST 2016-02-20 11:49:11.0 +0100
+++ new/Pod-Spell-1.20/MANIFEST 2016-04-22 09:33:47.0 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.043.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.044.
 CONTRIBUTING
 Changes
 LICENSE
@@ -17,6 +17,7 @@
 t/00-report-prereqs.t
 t/basic.t
 t/debug.t
+t/fix_21.t
 t/get-stopwords.t
 t/text-block.t
 t/utf8.t
@@ -33,3 +34,4 @@
 xt/release/pod-linkcheck.t
 xt/release/portability.t
 xt/release/unused-vars.t
+xt/smoke/dependents.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-Spell-1.19/META.json 

commit perl-Pod-Spell for openSUSE:Factory

2016-02-25 Thread h_root
Hello community,

here is the log from the commit of package perl-Pod-Spell for openSUSE:Factory 
checked in at 2016-02-25 22:06:19

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
2015-04-15 16:26:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Pod-Spell.new/perl-Pod-Spell.changes   
2016-02-26 00:39:33.0 +0100
@@ -1,0 +2,24 @@
+Sun Feb 21 10:16:33 UTC 2016 - co...@suse.com
+
+- updated to 1.19
+   see /usr/share/doc/packages/perl-Pod-Spell/Changes
+
+  1.19  2016-02-20
+   - Don't set $Text::Wrap::huge globally, but localize it
+   - Load Pod::Wordlist only if used
+
+---
+Sun Feb  7 10:30:29 UTC 2016 - co...@suse.com
+
+- updated to 1.18
+   see /usr/share/doc/packages/perl-Pod-Spell/Changes
+
+  1.18  2016-01-30
+   - New maintainer: Olivier Mengué (DOLMEN)
+ Repo is now hosted at github.com/perl-pod/Pod-Spell
+   - Fix warning in strip_stopwords (GH #23)
+   - re-apply "podspell script: set output encoding from locale CTYPE"
+ (GH #22, #17). The issue in 1.16 was an incorrect dependency
+ on I18N::Langinfo.
+
+---

Old:

  Pod-Spell-1.17.tar.gz

New:

  Pod-Spell-1.19.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Pod-Spell.spec ++
--- /var/tmp/diff_new_pack.judZwe/_old  2016-02-26 00:39:34.0 +0100
+++ /var/tmp/diff_new_pack.judZwe/_new  2016-02-26 00:39:34.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Pod-Spell
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,14 +17,15 @@
 
 
 Name:   perl-Pod-Spell
-Version:1.17
+Version:1.19
 Release:0
 %define cpan_name Pod-Spell
-Summary:a formatter for spellchecking Pod
+Summary:Formatter for Spellchecking Pod
 License:Artistic-2.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Pod-Spell/
-Source: 
http://www.cpan.org/authors/id/X/XE/XENO/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/D/DO/DOLMEN/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -35,10 +36,12 @@
 BuildRequires:  perl(Lingua::EN::Inflect)
 BuildRequires:  perl(Pod::Escapes)
 BuildRequires:  perl(Test::Deep)
+BuildRequires:  perl(parent)
 Requires:   perl(Class::Tiny)
 Requires:   perl(File::ShareDir::ProjectDistDir) >= 1.000
 Requires:   perl(Lingua::EN::Inflect)
 Requires:   perl(Pod::Escapes)
+Requires:   perl(parent)
 %{perl_requires}
 
 %description

++ Pod-Spell-1.17.tar.gz -> Pod-Spell-1.19.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-Spell-1.17/Changes new/Pod-Spell-1.19/Changes
--- old/Pod-Spell-1.17/Changes  2015-03-09 04:38:30.0 +0100
+++ new/Pod-Spell-1.19/Changes  2016-02-20 11:49:11.0 +0100
@@ -1,5 +1,17 @@
 Revision history Pod-Spell
 
+1.19  2016-02-20
+   - Don't set $Text::Wrap::huge globally, but localize it
+   - Load Pod::Wordlist only if used
+
+1.18  2016-01-30
+   - New maintainer: Olivier Mengué (DOLMEN)
+ Repo is now hosted at github.com/perl-pod/Pod-Spell
+   - Fix warning in strip_stopwords (GH #23)
+   - re-apply "podspell script: set output encoding from locale CTYPE"
+ (GH #22, #17). The issue in 1.16 was an incorrect dependency
+ on I18N::Langinfo.
+
 1.17  2015-03-08
- revert changes in 1.16 they are not compatible with windows GH #18
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-Spell-1.17/LICENSE new/Pod-Spell-1.19/LICENSE
--- old/Pod-Spell-1.17/LICENSE  2015-03-09 04:38:30.0 +0100
+++ new/Pod-Spell-1.19/LICENSE  2016-02-20 11:49:11.0 +0100
@@ -1,4 +1,4 @@
-This software is Copyright (c) 2015 by Caleb Cushing.
+This software is Copyright (c) 2016 by Olivier Mengué.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-Spell-1.17/MANIFEST new/Pod-Spell-1.19/MANIFEST
--- old/Pod-Spell-1.17/MANIFEST 

commit perl-Pod-Spell for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Pod-Spell for openSUSE:Factory 
checked in at 2015-04-15 16:26:40

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
2014-09-17 17:26:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Pod-Spell.new/perl-Pod-Spell.changes   
2015-04-15 16:26:40.0 +0200
@@ -1,0 +2,12 @@
+Tue Apr 14 21:10:29 UTC 2015 - co...@suse.com
+
+- updated to 1.17
+   see /usr/share/doc/packages/perl-Pod-Spell/Changes
+
+  1.17  2015-03-08
+   - revert changes in 1.16 they are not compatible with windows GH #18
+  
+  1.16  2015-02-24
+   - podspell script: set output encoding from locale CTYPE (DOLMEN)
+
+---

Old:

  Pod-Spell-1.15.tar.gz

New:

  Pod-Spell-1.17.tar.gz



Other differences:
--
++ perl-Pod-Spell.spec ++
--- /var/tmp/diff_new_pack.JbswUk/_old  2015-04-15 16:26:41.0 +0200
+++ /var/tmp/diff_new_pack.JbswUk/_new  2015-04-15 16:26:41.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Pod-Spell
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,7 +17,7 @@
 
 
 Name:   perl-Pod-Spell
-Version:1.15
+Version:1.17
 Release:0
 %define cpan_name Pod-Spell
 Summary:a formatter for spellchecking Pod
@@ -30,12 +30,11 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Class::Tiny)
-BuildRequires:  perl(File::ShareDir::Install) = 0.03
+BuildRequires:  perl(File::ShareDir::Install) = 0.06
 BuildRequires:  perl(File::ShareDir::ProjectDistDir) = 1.000
 BuildRequires:  perl(Lingua::EN::Inflect)
 BuildRequires:  perl(Pod::Escapes)
 BuildRequires:  perl(Test::Deep)
-BuildRequires:  perl(version)
 Requires:   perl(Class::Tiny)
 Requires:   perl(File::ShareDir::ProjectDistDir) = 1.000
 Requires:   perl(Lingua::EN::Inflect)
@@ -80,6 +79,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CONTRIBUTING LICENSE perlcritic.rc README
+%doc Changes CONTRIBUTING LICENSE README
 
 %changelog

++ Pod-Spell-1.15.tar.gz - Pod-Spell-1.17.tar.gz ++
 1661 lines of diff (skipped)




commit perl-Pod-Spell for openSUSE:Factory

2014-09-17 Thread h_root
Hello community,

here is the log from the commit of package perl-Pod-Spell for openSUSE:Factory 
checked in at 2014-09-17 17:25:47

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-11-26 19:30:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Pod-Spell.new/perl-Pod-Spell.changes   
2014-09-17 17:26:07.0 +0200
@@ -1,0 +2,9 @@
+Mon Sep 15 15:44:37 UTC 2014 - co...@suse.com
+
+- updated to 1.15
+  - Convert to strict mode of File::ShareDir::ProjectDistDir (KENTNL)
+  - change to use Path::Tiny-lines_utf8
+  - Discontinue use of File::Slurp, use Path::Tiny-lines instead
+GH #15 ( Ether )
+
+---

Old:

  Pod-Spell-1.13.tar.gz

New:

  Pod-Spell-1.15.tar.gz



Other differences:
--
++ perl-Pod-Spell.spec ++
--- /var/tmp/diff_new_pack.f8QSLx/_old  2014-09-17 17:26:08.0 +0200
+++ /var/tmp/diff_new_pack.f8QSLx/_new  2014-09-17 17:26:08.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Pod-Spell
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products 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,7 +17,7 @@
 
 
 Name:   perl-Pod-Spell
-Version:1.13
+Version:1.15
 Release:0
 %define cpan_name Pod-Spell
 Summary:a formatter for spellchecking Pod
@@ -31,19 +31,13 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(Class::Tiny)
 BuildRequires:  perl(File::ShareDir::Install) = 0.03
-BuildRequires:  perl(File::ShareDir::ProjectDistDir)
-BuildRequires:  perl(File::Slurp)
+BuildRequires:  perl(File::ShareDir::ProjectDistDir) = 1.000
 BuildRequires:  perl(Lingua::EN::Inflect)
 BuildRequires:  perl(Pod::Escapes)
 BuildRequires:  perl(Test::Deep)
-BuildRequires:  perl(Test::More) = 0.88
-#BuildRequires: perl(Pod::Spell)
-#BuildRequires: perl(Pod::Wordlist)
-#BuildRequires: perl(Test::EOL)
-#BuildRequires: perl(Test::Spelling) = 0.12
+BuildRequires:  perl(version)
 Requires:   perl(Class::Tiny)
-Requires:   perl(File::ShareDir::ProjectDistDir)
-Requires:   perl(File::Slurp)
+Requires:   perl(File::ShareDir::ProjectDistDir) = 1.000
 Requires:   perl(Lingua::EN::Inflect)
 Requires:   perl(Pod::Escapes)
 %{perl_requires}
@@ -86,6 +80,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CONTRIBUTING LICENSE perlcritic.rc README share
+%doc Changes CONTRIBUTING LICENSE perlcritic.rc README
 
 %changelog

++ Pod-Spell-1.13.tar.gz - Pod-Spell-1.15.tar.gz ++
 3349 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Pod-Spell for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package perl-Pod-Spell for openSUSE:Factory 
checked in at 2013-11-26 19:30:35

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-10-21 15:14:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Pod-Spell.new/perl-Pod-Spell.changes   
2013-11-26 19:30:37.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov 26 07:31:01 UTC 2013 - co...@suse.com
+
+- updated to 1.13
+  - fix encoding issues issues in pod for perldoc
+  - improve documentation
+  - fix shebang to /usr/bin/perl for EUMM replacment GH #13 (dolmen)
+
+---

Old:

  Pod-Spell-1.10.tar.gz

New:

  Pod-Spell-1.13.tar.gz



Other differences:
--
++ perl-Pod-Spell.spec ++
--- /var/tmp/diff_new_pack.2ZBmTn/_old  2013-11-26 19:30:37.0 +0100
+++ /var/tmp/diff_new_pack.2ZBmTn/_new  2013-11-26 19:30:37.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Pod-Spell
-Version:1.10
+Version:1.13
 Release:0
 %define cpan_name Pod-Spell
 Summary:a formatter for spellchecking Pod

++ Pod-Spell-1.10.tar.gz - Pod-Spell-1.13.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-Spell-1.10/Changes new/Pod-Spell-1.13/Changes
--- old/Pod-Spell-1.10/Changes  2013-09-28 06:02:55.0 +0200
+++ new/Pod-Spell-1.13/Changes  2013-11-03 01:51:41.0 +0100
@@ -1,5 +1,14 @@
 Revision history Pod-Spell
 
+1.13  2013-11-02
+   - fix encoding issues issues in pod for perldoc
+
+1.12  2013-10-17
+   - improve documentation
+
+1.11  2013-10-17
+   - fix shebang to /usr/bin/perl for EUMM replacment GH #13 (dolmen)
+
 1.10  2013-09-27
[FEATURES]
- added 'no_wide_chars' option to strip words with such characters
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-Spell-1.10/META.json new/Pod-Spell-1.13/META.json
--- old/Pod-Spell-1.10/META.json2013-09-28 06:02:55.0 +0200
+++ new/Pod-Spell-1.13/META.json2013-11-03 01:51:41.0 +0100
@@ -5,7 +5,7 @@
   Caleb Cushing xenoterrac...@gmail.com
],
dynamic_config : 0,
-   generated_by : Dist::Zilla version 4.300039, CPAN::Meta::Converter 
version 2.132661,
+   generated_by : Dist::Zilla version 5.005, CPAN::Meta::Converter version 
2.132830,
license : [
   artistic_2
],
@@ -69,11 +69,11 @@
provides : {
   Pod::Spell : {
  file : lib/Pod/Spell.pm,
- version : 1.10
+ version : 1.13
   },
   Pod::Wordlist : {
  file : lib/Pod/Wordlist.pm,
- version : 1.10
+ version : 1.13
   }
},
release_status : stable,
@@ -88,9 +88,10 @@
  web : https://github.com/xenoterracide/pod-spell;
   }
},
-   version : 1.10,
+   version : 1.13,
x_contributors : [
-  David Golden dagol...@cpan.org
+  David Golden dagol...@cpan.org,
+  Olivier Mengu\u00e9 dol...@cpan.org
]
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-Spell-1.10/META.yml new/Pod-Spell-1.13/META.yml
--- old/Pod-Spell-1.10/META.yml 2013-09-28 06:02:55.0 +0200
+++ new/Pod-Spell-1.13/META.yml 2013-11-03 01:51:41.0 +0100
@@ -15,7 +15,7 @@
   ExtUtils::MakeMaker: 6.30
   File::ShareDir::Install: 0.03
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 4.300039, CPAN::Meta::Converter version 
2.132661'
+generated_by: 'Dist::Zilla version 5.005, CPAN::Meta::Converter version 
2.132830'
 license: artistic_2
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -27,10 +27,10 @@
 provides:
   Pod::Spell:
 file: lib/Pod/Spell.pm
-version: 1.10
+version: 1.13
   Pod::Wordlist:
 file: lib/Pod/Wordlist.pm
-version: 1.10
+version: 1.13
 requires:
   Carp: 0
   Class::Tiny: 0
@@ -50,6 +50,7 @@
   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.10
+version: 1.13
 x_contributors:
   - 'David Golden dagol...@cpan.org'
+  - 'Olivier Mengué dol...@cpan.org'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-Spell-1.10/Makefile.PL 
new/Pod-Spell-1.13/Makefile.PL
--- old/Pod-Spell-1.10/Makefile.PL  2013-09-28 06:02:55.0 +0200
+++ new/Pod-Spell-1.13/Makefile.PL  2013-11-03 

commit perl-Pod-Spell for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Pod-Spell for openSUSE:Factory 
checked in at 2013-10-21 15:14:34

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-07-30 14:04:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Pod-Spell.new/perl-Pod-Spell.changes   
2013-10-21 15:14:35.0 +0200
@@ -1,0 +2,48 @@
+Fri Oct  4 09:12:10 UTC 2013 - co...@suse.com
+
+- updated to 1.10
+[FEATURES]
+- added 'no_wide_chars' option to strip words with such characters
+  from the output.  This may help spellcheckers that can't cope
+  with UTF-8
+[CHANGED]
+- improved punctuation stripping algorithm for better word
+  isolation (example C hello.  now is found as hello)
+- strips all word that do not have at least one \w character
+  as a spellchecker isn't likely to do anything useful with them
+[DOCUMENTED]
+- added recommendations for dealing with character encoding
+ 
+ 1.09  2013-09-25
+[FIXED]
+- stopwords with 's are learned without 's to match how they are
+  checked
+[CHANGED]
+- leading and trailing punctuation is entirely stripped since the
+  spellchecker won't care anyway.  Trailing periods are *not*
+  stripped as they might be abbreviations (Ph.D.), but such words
+  are checked against the stoplist both with and without
+  trailing periods to account for abbreviations and words at the
+  end of a sentence.
+ 
+ 1.08  2013-09-24
+[FIXED]
+- hyphenated word parts are also checked against the stoplist
+  and stripped (dagolden) GH #9
+[DOCUMENTED]
+- noted that stopwords must be added before words appear in Pod
+ 
+ 1.07  2013-09-14
+- add many words
+[FEATURES]
+- Pod::Wordlist is an Object ( dagolden )
+- Lingua::EN::Inflect is used to reduce requiring plurals in the list
+  ( dagolden )
+- the wordlist is now a sharedir file
+[DEPRECATED]
+- accessing %Pod::Wordlist::Wordlist directly
+ 
+ 1.06  2013-09-08
+- import stopwords from Pod::Wordlist::hanekomu except names
+
+---

Old:

  Pod-Spell-1.05.tar.gz

New:

  Pod-Spell-1.10.tar.gz



Other differences:
--
++ perl-Pod-Spell.spec ++
--- /var/tmp/diff_new_pack.IpwV6w/_old  2013-10-21 15:14:36.0 +0200
+++ /var/tmp/diff_new_pack.IpwV6w/_new  2013-10-21 15:14:36.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Pod-Spell
-Version:1.05
+Version:1.10
 Release:0
 %define cpan_name Pod-Spell
 Summary:a formatter for spellchecking Pod
@@ -29,11 +29,22 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Class::Tiny)
+BuildRequires:  perl(File::ShareDir::Install) = 0.03
+BuildRequires:  perl(File::ShareDir::ProjectDistDir)
+BuildRequires:  perl(File::Slurp)
+BuildRequires:  perl(Lingua::EN::Inflect)
 BuildRequires:  perl(Pod::Escapes)
 BuildRequires:  perl(Test::Deep)
 BuildRequires:  perl(Test::More) = 0.88
 #BuildRequires: perl(Pod::Spell)
 #BuildRequires: perl(Pod::Wordlist)
+#BuildRequires: perl(Test::EOL)
+#BuildRequires: perl(Test::Spelling) = 0.12
+Requires:   perl(Class::Tiny)
+Requires:   perl(File::ShareDir::ProjectDistDir)
+Requires:   perl(File::Slurp)
+Requires:   perl(Lingua::EN::Inflect)
 Requires:   perl(Pod::Escapes)
 %{perl_requires}
 
@@ -75,6 +86,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CONTRIBUTING LICENSE perlcritic.rc README
+%doc Changes CONTRIBUTING LICENSE perlcritic.rc README share
 
 %changelog

++ Pod-Spell-1.05.tar.gz - Pod-Spell-1.10.tar.gz ++
 3538 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Pod-Spell for openSUSE:Factory

2013-07-30 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Pod-Spell.new/perl-Pod-Spell.changes   
2013-07-30 14:04:07.0 +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.0 +0200
+++ /var/tmp/diff_new_pack.5VIgdO/_new  2013-07-30 14:04:08.0 +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.0 +0200
+++ new/Pod-Spell-1.05/Changes  2013-07-07 09:37:21.0 +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.json2013-05-09 05:05:52.0 +0200
+++ new/Pod-Spell-1.05/META.json2013-07-07 09:37:21.0 +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.0 +0200
+++ new/Pod-Spell-1.05/META.yml 2013-07-07 09:37:21.0 +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.0 +0200
+++ new/Pod-Spell-1.05/Makefile.PL  2013-07-07 09:37:21.0 +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.0 +0200
+++ new/Pod-Spell-1.05/README   2013-07-07 09:37:21.0 +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' 

commit perl-Pod-Spell for openSUSE:Factory

2013-06-13 Thread h_root
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.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Pod-Spell.new/perl-Pod-Spell.changes   
2013-06-13 20:08:35.0 +0200
@@ -1,0 +2,13 @@
+Mon Jun 10 10:39:48 UTC 2013 - co...@suse.com
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.lnmFhG/_new  2013-06-13 20:08:36.0 +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 `N7' 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 sbu...@cpan.org
-
+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 'N7' 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} 

commit perl-Pod-Spell for openSUSE:Factory

2013-02-28 Thread h_root
Hello community,

here is the log from the commit of package perl-Pod-Spell for openSUSE:Factory 
checked in at 2013-03-01 07:43:37

Comparing /work/SRC/openSUSE:Factory/perl-Pod-Spell (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Pod-Spell.new (New)


Package is perl-Pod-Spell, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-Pod-Spell/perl-Pod-Spell.changes
2011-09-23 12:38:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Pod-Spell.new/perl-Pod-Spell.changes   
2013-03-01 07:43:38.0 +0100
@@ -1,0 +2,5 @@
+Wed Feb 27 06:25:20 UTC 2013 - co...@suse.com
+
+- update license to new format
+
+---



Other differences:
--
++ perl-Pod-Spell.spec ++
--- /var/tmp/diff_new_pack.IHo4YB/_old  2013-03-01 07:43:39.0 +0100
+++ /var/tmp/diff_new_pack.IHo4YB/_new  2013-03-01 07:43:39.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-Pod-Spell (Version 1.01)
+# spec file for package perl-Pod-Spell
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,16 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-Pod-Spell
 %define cpan_name Pod-Spell
 Summary:Formatter for spellchecking Pod
-Version:1.01
-Release:1
-License:Artistic-1.0 ; GPL-2.0
+License:Artistic-1.0 or GPL-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
 BuildArch:  noarch

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org