packages: crossmingw32-libxml2/crossmingw32-libxml2.spec, crossmingw32-libx...

qboosh qboosh at pld-linux.org
Sun Mar 21 13:50:09 CET 2010


Author: qboosh                       Date: Sun Mar 21 12:50:09 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 2.7.7
- require zlib 1.2.4-3 for LFS support

---- Files affected:
packages/crossmingw32-libxml2:
   crossmingw32-libxml2.spec (1.9 -> 1.10) , libxml2-largefile.patch (NONE -> 1.1)  (NEW), libxml2-zlib.patch (1.1 -> NONE)  (REMOVED)

---- Diffs:

================================================================
Index: packages/crossmingw32-libxml2/crossmingw32-libxml2.spec
diff -u packages/crossmingw32-libxml2/crossmingw32-libxml2.spec:1.9 packages/crossmingw32-libxml2/crossmingw32-libxml2.spec:1.10
--- packages/crossmingw32-libxml2/crossmingw32-libxml2.spec:1.9	Sun Feb 28 23:15:58 2010
+++ packages/crossmingw32-libxml2/crossmingw32-libxml2.spec	Sun Mar 21 13:50:04 2010
@@ -3,26 +3,25 @@
 Summary:	libXML library - cross Mingw32 version
 Summary(pl.UTF-8):	Biblioteka libXML wersja 2 - wersja skrośna dla Mingw32
 Name:		crossmingw32-%{realname}
-Version:	2.7.6
+Version:	2.7.7
 Release:	1
 License:	MIT
 Group:		Development/Libraries
 #Source0:	http://ftp.gnome.org/pub/GNOME/sources/libxml2/2.6/%{name}-%{version}.tar.bz2
 Source0:	ftp://xmlsoft.org/libxml2/%{realname}-%{version}.tar.gz
-# Source0-md5:	7740a8ec23878a2f50120e1faa2730f2
+# Source0-md5:	9abc9959823ca9ff904f1fbcf21df066
 Patch0:		%{realname}-amfix.patch
 Patch1:		%{realname}-man_fixes.patch
 Patch2:		%{realname}-open.gz.patch
-#Patch3:		%{realname}-largefile.patch
-Patch4:		%{realname}-zlib.patch
+Patch3:		%{realname}-largefile.patch
 URL:		http://xmlsoft.org/
 BuildRequires:	autoconf >= 2.2
 BuildRequires:	automake >= 1.4
 BuildRequires:	crossmingw32-gcc
-BuildRequires:	crossmingw32-zlib
+BuildRequires:	crossmingw32-zlib >= 1.2.4-3
 BuildRequires:	libtool >= 1:1.4.2-9
 BuildRequires:	sed >= 4.0
-Requires:	crossmingw32-zlib >= 1.2.3.3
+Requires:	crossmingw32-zlib >= 1.2.4-3
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define		no_install_post_strip	1
@@ -65,7 +64,7 @@
 Summary:	DLL libxml2 library for Windows
 Summary(pl.UTF-8):	Biblioteka DLL libxml2 dla Windows
 Group:		Applications/Emulators
-Requires:	crossmingw32-zlib-dll
+Requires:	crossmingw32-zlib-dll >= 1.2.4-3
 Requires:	wine
 
 %description dll
@@ -79,8 +78,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-#patch3 -p1
-%patch4 -p1
+%patch3 -p1
 
 %build
 %{__libtoolize}
@@ -136,6 +134,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2010/03/21 12:50:04  qboosh
+- updated to 2.7.7
+- require zlib 1.2.4-3 for LFS support
+
 Revision 1.9  2010/02/28 22:15:58  wiget
 - updated to 2.7.6 (based on libxml2.spec)
 

================================================================
Index: packages/crossmingw32-libxml2/libxml2-largefile.patch
diff -u /dev/null packages/crossmingw32-libxml2/libxml2-largefile.patch:1.1
--- /dev/null	Sun Mar 21 13:50:09 2010
+++ packages/crossmingw32-libxml2/libxml2-largefile.patch	Sun Mar 21 13:50:04 2010
@@ -0,0 +1,12 @@
+--- libxml2-2.7.6/libxml.h~	2009-09-24 17:31:59.000000000 +0200
++++ libxml2-2.7.6/libxml.h	2009-10-10 18:57:55.681981813 +0200
+@@ -13,6 +13,9 @@
+ #ifndef _LARGEFILE_SOURCE
+ #define _LARGEFILE_SOURCE
+ #endif
++#ifndef _LARGEFILE64_SOURCE
++#define _LARGEFILE64_SOURCE
++#endif
+ #ifndef _FILE_OFFSET_BITS
+ #define _FILE_OFFSET_BITS 64
+ #endif
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/crossmingw32-libxml2/crossmingw32-libxml2.spec?r1=1.9&r2=1.10&f=u



More information about the pld-cvs-commit mailing list