From bdba411f7ba0d4af7a022cbdd74328d643221c649c81240970b83c2c5d85cb2d Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 20 May 2016 05:13:39 +0000 Subject: [PATCH] Accepting request 393862 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/393862 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-Hunspell?expand=0&rev=15 --- Text-Hunspell-2.11.tar.gz | 3 --- Text-Hunspell-2.14.tar.gz | 3 +++ perl-Text-Hunspell.changes | 27 +++++++++++++++++++++++++++ perl-Text-Hunspell.spec | 8 ++++---- 4 files changed, 34 insertions(+), 7 deletions(-) delete mode 100644 Text-Hunspell-2.11.tar.gz create mode 100644 Text-Hunspell-2.14.tar.gz diff --git a/Text-Hunspell-2.11.tar.gz b/Text-Hunspell-2.11.tar.gz deleted file mode 100644 index 7598e8d..0000000 --- a/Text-Hunspell-2.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3be411b21eb46376f5bdd9d83531f414b4c40f98f4aec0fedf506cfbcf83509 -size 19074 diff --git a/Text-Hunspell-2.14.tar.gz b/Text-Hunspell-2.14.tar.gz new file mode 100644 index 0000000..e958b1a --- /dev/null +++ b/Text-Hunspell-2.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22e1000b566b8a3d34fdb2f8afa8130e2fc28e81773c5b67dfd020ef41c53406 +size 281296 diff --git a/perl-Text-Hunspell.changes b/perl-Text-Hunspell.changes index 479e995..134a047 100644 --- a/perl-Text-Hunspell.changes +++ b/perl-Text-Hunspell.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Thu May 5 10:18:57 UTC 2016 - coolo@suse.com + +- updated to 2.14 + see /usr/share/doc/packages/perl-Text-Hunspell/Changes + + 2.14 2016/01/14 08:36:00 Europe/Oslo (cosimo) + + No functional changes. Now Text::Hunspell depends on Alien::Hunspell + version 0.04. Should finally compile nicely on Win32 platform. + + 2.13 2016/01/11 10:59:00 Europe/Oslo (cosimo) + + Win32 build support added (Graham Ollis, @plicease). + This should make Text::Hunspell build correctly on Windows. \o/ + + *** If you're using Win32, make sure you use a recent version of + Alien::Base (>= 0.024) and/or Alien::Hunspell (soon-to-be 0.04) + + 2.12 2015/12/18 10:35:00 Europe/Oslo (cosimo) + + Replaced ExtUtils::PkgConfig with Alien::Hunspell. This should allow + Text::Hunspell to build on non-pkgconfig-enabled systems, even though + I'm not sure how reliably it works. Will have to evaluate from CPAN + testers results. Thanks to Alien* expert Graham Ollis for this + contribution. + ------------------------------------------------------------------- Wed May 13 13:01:16 UTC 2015 - coolo@suse.com diff --git a/perl-Text-Hunspell.spec b/perl-Text-Hunspell.spec index 255cc04..c63e75b 100644 --- a/perl-Text-Hunspell.spec +++ b/perl-Text-Hunspell.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Text-Hunspell # -# 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,7 +17,7 @@ Name: perl-Text-Hunspell -Version: 2.11 +Version: 2.14 Release: 0 %define cpan_name Text-Hunspell Summary: Perl interface to the Hunspell library @@ -29,7 +29,7 @@ Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(ExtUtils::PkgConfig) +BuildRequires: perl(Alien::Hunspell) >= 0.04 %{perl_requires} # MANUAL BEGIN BuildRequires: gcc-c++ @@ -45,7 +45,7 @@ The example code describes the interface on http://hunspell.sf.net %prep %setup -q -n %{cpan_name}-%{version} -find . -type f -print0 | xargs -0 chmod 644 +find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"