[mingw-hunspell: 13/22] Force the use of the Win32 threads API instead of pthreads

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


commit 622804b39ab850c3c99e6fa8ebe29524613ecaf5
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Wed Jul 6 23:22:12 2011 +0200

    Force the use of the Win32 threads API instead of pthreads
    
    - Rebuild against win-iconv
    - Force the use of the Win32 threads API instead of pthreads

 mingw32-hunspell.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/mingw32-hunspell.spec b/mingw32-hunspell.spec
index 0659143..b63ab9d 100644
--- a/mingw32-hunspell.spec
+++ b/mingw32-hunspell.spec
@@ -8,7 +8,7 @@
 Name:          mingw32-hunspell
 Summary:       MinGW Windows spell checker and morphological analyzer library
 Version:       1.2.12
-Release:       3%{?dist}
+Release:       4%{?dist}
 Source0:       http://downloads.sourceforge.net/hunspell/hunspell-%{version}.tar.gz
 Group:         System Environment/Libraries
 URL:           http://hunspell.sourceforge.net/
@@ -58,7 +58,7 @@ done
 
 
 %build
-%{_mingw32_configure} --enable-static --enable-shared --with-ui --with-readline
+%{_mingw32_configure} --enable-static --enable-shared --with-ui --with-readline --enable-threads=win32
 make %{?_smp_mflags}
 
 
@@ -104,6 +104,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* 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
+
 * Thu Apr 28 2011 Kalev Lember <kalev at smartlink.ee> - 1.2.12-3
 - Rebuilt for proxy-libintl removal
 


More information about the scm-commits mailing list