[mingw-libxml2: 17/29] - Update to 2.7.6 - Updated the configure arguments so that the native Win32 thread API will be

Kalev Lember kalev at fedoraproject.org
Tue Mar 6 19:57:46 UTC 2012


commit 3ca44fff2d6acb82881d8ae91b65614a3f10cec9
Author: epienbro <epienbro at fedoraproject.org>
Date:   Thu Nov 19 23:30:10 2009 +0000

    - Update to 2.7.6
    - Updated the configure arguments so that the native Win32 thread API will
        be used instead of pthreads

 .cvsignore           |    2 +-
 mingw32-libxml2.spec |   13 +++++++++----
 sources              |    2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.cvsignore b/.cvsignore
index 86b48ea..f604503 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-libxml2-2.7.5.tar.gz
+libxml2-2.7.6.tar.gz
diff --git a/mingw32-libxml2.spec b/mingw32-libxml2.spec
index c4b51eb..134e27c 100644
--- a/mingw32-libxml2.spec
+++ b/mingw32-libxml2.spec
@@ -6,8 +6,8 @@
 %define __debug_install_post %{_mingw32_debug_install_post}
 
 Name:           mingw32-libxml2
-Version:        2.7.5
-Release:        2%{?dist}
+Version:        2.7.6
+Release:        1%{?dist}
 Summary:        MinGW Windows libxml2 XML processing library
 
 License:        MIT
@@ -74,14 +74,14 @@ autoreconf
 mkdir build_static
 pushd build_static
     LDFLAGS="-no-undefined" \
-    %{_mingw32_configure} --without-python --with-modules --enable-static --disable-shared --with-threads=yes CFLAGS="$CFLAGS -DLIBXML_STATIC_FOR_DLL"
+    %{_mingw32_configure} --without-python --with-modules --enable-static --disable-shared --with-threads=win32 CFLAGS="$CFLAGS -DLIBXML_STATIC_FOR_DLL"
     make %{?_smp_mflags}
 popd
 
 mkdir build_shared
 pushd build_shared
     LDFLAGS="-no-undefined" \
-    %{_mingw32_configure} --without-python --with-modules --disable-static --enable-shared --with-threads=yes
+    %{_mingw32_configure} --without-python --with-modules --disable-static --enable-shared --with-threads=win32
     make %{?_smp_mflags}
 popd
 
@@ -133,6 +133,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Nov 20 2009 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.7.6-1
+- Update to 2.7.6
+- Updated the configure arguments so that the native Win32 thread API
+  will be used instead of pthreads
+
 * Fri Sep 25 2009 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.7.5-2
 - Added a patch to fix GNOME bug #561340
 
diff --git a/sources b/sources
index 8d180fc..6f53129 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2e29ca610579438714ebb1e4010a0ece  libxml2-2.7.5.tar.gz
+7740a8ec23878a2f50120e1faa2730f2  libxml2-2.7.6.tar.gz


More information about the mingw mailing list