[perl-Text-Hunspell] Update to 2.05

Paul Howarth pghmcfc at fedoraproject.org
Fri Sep 21 15:14:59 UTC 2012


commit c235ebd6941e3f6c72f26232b0afdbd6bda14fe4
Author: Paul Howarth <paul at city-fan.org>
Date:   Fri Sep 21 16:13:50 2012 +0100

    Update to 2.05
    
    - New upstream release 2.05 (fix pod encoding - CPAN RT#79630)
    - Drop upstreamed pod encoding patch

 Text-Hunspell-2.04-podenc.patch |   11 -----------
 perl-Text-Hunspell.spec         |   10 +++++-----
 sources                         |    2 +-
 3 files changed, 6 insertions(+), 17 deletions(-)
---
diff --git a/perl-Text-Hunspell.spec b/perl-Text-Hunspell.spec
index 1d99424..8d50bc4 100644
--- a/perl-Text-Hunspell.spec
+++ b/perl-Text-Hunspell.spec
@@ -1,12 +1,11 @@
 Name:		perl-Text-Hunspell
-Version:	2.04
+Version:	2.05
 Release:	1%{?dist}
 Summary:	Perl interface to the Hunspell library
 Group:		Development/Libraries
 License:	GPL+ or Artistic
 URL:		http://search.cpan.org/dist/text_hunspell/
 Source0:	http://search.cpan.org/CPAN/authors/id/C/CO/COSIMO/Text-Hunspell-%{version}.tar.gz
-Patch0:		Text-Hunspell-2.04-podenc.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildRequires:	perl(Data::Dumper)
 BuildRequires:	perl(ExtUtils::MakeMaker)
@@ -27,9 +26,6 @@ session, such as spell-checking a document in memory.
 %prep
 %setup -q -n Text-Hunspell-%{version}
 
-# Recode to UTF-8 as per specified encoding
-%patch0
-
 %build
 HUNSPELL_LIB_NAME=$(pkg-config --libs hunspell | sed 's/-l//; s/[[:space:]]*$//')
 perl -pi -e "s/'hunspell'/'${HUNSPELL_LIB_NAME}'/" Makefile.PL t/00-prereq.t
@@ -59,6 +55,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Text::Hunspell.3pm*
 
 %changelog
+* Fri Sep 21 2012 Paul Howarth <paul at city-fan.org> - 2.05-1
+- Update to 2.05 (fix pod encoding - CPAN RT#79630)
+- Drop upstreamed pod encoding patch
+
 * Fri Sep 21 2012 Paul Howarth <paul at city-fan.org> - 2.04-1
 - Update to 2.04 (specify pod encoding to placate pod test - CPAN RT#79630)
 - Add patch to fix pod encoding
diff --git a/sources b/sources
index d9acc6e..1250322 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7469f641bebdfa728229362be0d15e63  Text-Hunspell-2.04.tar.gz
+24a1bb194754b00af203da02dc9624b2  Text-Hunspell-2.05.tar.gz


More information about the scm-commits mailing list