[perl-Text-Hunspell] Update to 2.07

Paul Howarth pghmcfc at fedoraproject.org
Wed Mar 27 12:09:08 UTC 2013


commit cb1a72511b10c384119673323346e0b322d676df
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Mar 27 12:07:48 2013 +0000

    Update to 2.07
    
    - New upstream release 2.07
      - DEPRECATED the delete() method and implemented proper object handles in
        the hunspell XS glue so that multiple speller objects can coexist
        (CPAN RT#84054)

 perl-Text-Hunspell.spec |    8 +++++++-
 sources                 |    2 +-
 2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/perl-Text-Hunspell.spec b/perl-Text-Hunspell.spec
index 32928f9..6235995 100644
--- a/perl-Text-Hunspell.spec
+++ b/perl-Text-Hunspell.spec
@@ -1,5 +1,5 @@
 Name:		perl-Text-Hunspell
-Version:	2.06
+Version:	2.07
 Release:	1%{?dist}
 Summary:	Perl interface to the Hunspell library
 Group:		Development/Libraries
@@ -55,6 +55,12 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Text::Hunspell.3pm*
 
 %changelog
+* Tue Mar 26 2013 Paul Howarth <paul at city-fan.org> - 2.07-1
+- Update to 2.07
+  - DEPRECATED the delete() method and implemented proper object handles in
+    the hunspell XS glue so that multiple speller objects can coexist
+    (CPAN RT#84054)
+
 * Sat Mar  9 2013 Paul Howarth <paul at city-fan.org> - 2.06-1
 - Update to 2.06
   - Implemented new add_dic() function from hunspell API (CPAN RT#83765)
diff --git a/sources b/sources
index afe0e33..7abc34c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b34233d90b0d6db89c5a12f7c50269a5  Text-Hunspell-2.06.tar.gz
+6bf58107d1c991c6091cbe8cf17a1a52  Text-Hunspell-2.07.tar.gz



More information about the perl-devel mailing list