rpms/mingw32-libxml2/devel .cvsignore, 1.5, 1.6 mingw32-libxml2.spec, 1.15, 1.16 sources, 1.5, 1.6

epienbro epienbro at fedoraproject.org
Thu Nov 19 23:30:10 UTC 2009


Author: epienbro

Update of /cvs/pkgs/rpms/mingw32-libxml2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22533

Modified Files:
	.cvsignore mingw32-libxml2.spec sources 
Log Message:
* 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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mingw32-libxml2/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	24 Sep 2009 18:41:06 -0000	1.5
+++ .cvsignore	19 Nov 2009 23:30:10 -0000	1.6
@@ -1 +1 @@
-libxml2-2.7.5.tar.gz
+libxml2-2.7.6.tar.gz


Index: mingw32-libxml2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mingw32-libxml2/devel/mingw32-libxml2.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- mingw32-libxml2.spec	24 Sep 2009 22:24:19 -0000	1.15
+++ mingw32-libxml2.spec	19 Nov 2009 23:30:10 -0000	1.16
@@ -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
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mingw32-libxml2/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	24 Sep 2009 18:41:06 -0000	1.5
+++ sources	19 Nov 2009 23:30:10 -0000	1.6
@@ -1 +1 @@
-2e29ca610579438714ebb1e4010a0ece  libxml2-2.7.5.tar.gz
+7740a8ec23878a2f50120e1faa2730f2  libxml2-2.7.6.tar.gz




More information about the fedora-extras-commits mailing list