[mingw-hunspell: 15/22] Update to 1.3.2

Kalev Lember kalev at fedoraproject.org
Tue Mar 6 18:36:24 UTC 2012


commit 0d2ba0fcbfb6525dcaec487c7f2ce190f10dbbe3
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Sun Sep 4 15:56:11 2011 +0300

    Update to 1.3.2

 .gitignore            |    1 +
 mingw32-hunspell.spec |   15 +++++++++------
 sources               |    2 +-
 3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a9599ce..6158e89 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 hunspell-1.2.8.tar.gz
 /hunspell-1.2.12.tar.gz
+/hunspell-1.3.2.tar.gz
diff --git a/mingw32-hunspell.spec b/mingw32-hunspell.spec
index b63ab9d..28901a7 100644
--- a/mingw32-hunspell.spec
+++ b/mingw32-hunspell.spec
@@ -7,8 +7,8 @@
 
 Name:          mingw32-hunspell
 Summary:       MinGW Windows spell checker and morphological analyzer library
-Version:       1.2.12
-Release:       4%{?dist}
+Version:       1.3.2
+Release:       1%{?dist}
 Source0:       http://downloads.sourceforge.net/hunspell/hunspell-%{version}.tar.gz
 Group:         System Environment/Libraries
 URL:           http://hunspell.sourceforge.net/
@@ -91,19 +91,22 @@ rm -rf $RPM_BUILD_ROOT
 %{_mingw32_bindir}/i686-pc-mingw32-unmunch.exe
 %{_mingw32_bindir}/i686-pc-mingw32-wordforms
 %{_mingw32_bindir}/i686-pc-mingw32-wordlist2hunspell
-%{_mingw32_bindir}/libhunspell-1.2-0.dll
+%{_mingw32_bindir}/libhunspell-1.3-0.dll
 %{_mingw32_includedir}/hunspell/
-%{_mingw32_libdir}/libhunspell-1.2.dll.a
-%{_mingw32_libdir}/libhunspell-1.2.la
+%{_mingw32_libdir}/libhunspell-1.3.dll.a
+%{_mingw32_libdir}/libhunspell-1.3.la
 %{_mingw32_libdir}/libparsers.a
 %{_mingw32_libdir}/pkgconfig/hunspell.pc
 
 %files static
 %defattr(-,root,root,-)
-%{_mingw32_libdir}/libhunspell-1.2.a
+%{_mingw32_libdir}/libhunspell-1.3.a
 
 
 %changelog
+* Sun Sep 04 2011 Kalev Lember <kalevlember at gmail.com> - 1.3.2-1
+- Update to 1.3.2
+
 * Wed Jul  6 2011 Erik van Pienbroek <epienbro at fedoraproject.org> - 1.2.12-4
 - Rebuild against win-iconv
 - Force the use of the Win32 threads API instead of pthreads
diff --git a/sources b/sources
index fb24f91..d33cfc9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5ef2dc1026660d0ffb7eae7b511aee23  hunspell-1.2.12.tar.gz
+3121aaf3e13e5d88dfff13fb4a5f1ab8  hunspell-1.3.2.tar.gz


More information about the scm-commits mailing list