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.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Pod-Spell.new/perl-Pod-Spell.changes       
2013-10-21 15:14:35.000000000 +0200
@@ -1,0 +2,48 @@
+Fri Oct  4 09:12:10 UTC 2013 - [email protected]
+
+- 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.000000000 +0200
+++ /var/tmp/diff_new_pack.IpwV6w/_new  2013-10-21 15:14:36.000000000 +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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to