diff --git a/Text-SpellChecker-0.11.tar.gz b/Text-SpellChecker-0.11.tar.gz deleted file mode 100644 index 423a38e..0000000 --- a/Text-SpellChecker-0.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:133badf292d253068ad9bcc220243cb6fbd83dc8396efbbd6badd6364a4815c3 -size 5400 diff --git a/Text-SpellChecker-0.14.tar.gz b/Text-SpellChecker-0.14.tar.gz new file mode 100644 index 0000000..9474b19 --- /dev/null +++ b/Text-SpellChecker-0.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a87c118ea928d053ff3c4418bf300d74545a7439438092900f8c3a3aeb2c3da +size 6354 diff --git a/perl-Text-SpellChecker.changes b/perl-Text-SpellChecker.changes index 5378e30..8f3e8fd 100644 --- a/perl-Text-SpellChecker.changes +++ b/perl-Text-SpellChecker.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Apr 14 20:09:40 UTC 2015 - coolo@suse.com + +- updated to 0.14 + see /usr/share/doc/packages/perl-Text-SpellChecker/Changes + ------------------------------------------------------------------- Mon Dec 19 14:41:54 UTC 2011 - coolo@suse.de diff --git a/perl-Text-SpellChecker.spec b/perl-Text-SpellChecker.spec index 68d4739..3f8b095 100644 --- a/perl-Text-SpellChecker.spec +++ b/perl-Text-SpellChecker.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Text-SpellChecker # -# Copyright (c) 2011 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,19 +17,21 @@ Name: perl-Text-SpellChecker -Version: 0.11 +Version: 0.14 Release: 0 %define cpan_name Text-SpellChecker Summary: OO interface for spell-checking a block of text -License: GPL-1.0+ or Artistic-1.0 +License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Text-SpellChecker/ -Source: http://www.cpan.org/authors/id/B/BD/BDUGGAN/Text-SpellChecker-%{version}.tar.gz +Source: http://www.cpan.org/authors/id/B/BD/BDUGGAN/%{cpan_name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(Text::Aspell) BuildRequires: perl(Text::Hunspell) +Requires: perl(Text::Aspell) Requires: perl(Text::Hunspell) %{perl_requires} @@ -58,11 +60,8 @@ highlighting the current misspelled word within the text. %perl_process_packlist %perl_gen_filelist -%clean -%{__rm} -rf %{buildroot} - %files -f %{name}.files -%defattr(644,root,root,755) +%defattr(-,root,root,755) %doc Changes README %changelog