Hello community,
here is the log from the commit of package perl-Text-SpellChecker for
openSUSE:Factory checked in at 2017-09-04 12:36:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Text-SpellChecker (Old)
and /work/SRC/openSUSE:Factory/.perl-Text-SpellChecker.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Text-SpellChecker"
Mon Sep 4 12:36:29 2017 rev:7 rq:520422 version:0.14
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Text-SpellChecker/perl-Text-SpellChecker.changes
2015-04-25 14:09:11.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Text-SpellChecker.new/perl-Text-SpellChecker.changes
2017-09-04 12:36:29.758047636 +0200
@@ -1,0 +2,5 @@
+Fri Aug 18 09:16:05 UTC 2017 - [email protected]
+
+- Drop dependency over aspell wrt fate#323578
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Text-SpellChecker.spec ++++++
--- /var/tmp/diff_new_pack.xIR0tj/_old 2017-09-04 12:36:31.297831002 +0200
+++ /var/tmp/diff_new_pack.xIR0tj/_new 2017-09-04 12:36:31.325827064 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Text-SpellChecker
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -16,23 +16,20 @@
#
+%define cpan_name Text-SpellChecker
Name: perl-Text-SpellChecker
Version: 0.14
Release: 0
-%define cpan_name Text-SpellChecker
Summary: OO interface for spell-checking a block of text
-License: Artistic-1.0 or GPL-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/%{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)
+BuildArch: noarch
%{perl_requires}
%description
@@ -49,11 +46,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 %{?_smp_mflags} test
%install
%perl_make_install
@@ -61,7 +58,6 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
%doc Changes README
%changelog