[xml/sgml-commit] r868 - in /packages/libxml2: ./ trunk/debian/changelog trunk/libxml.h

glandium at users.alioth.debian.org glandium at users.alioth.debian.org
Wed Aug 29 17:10:07 UTC 2007


Author: glandium
Date: Wed Aug 29 17:10:07 2007
New Revision: 868

URL: http://svn.debian.org/wsvn/debian-xml-sgml/?sc=1&rev=868
Log:
 r1308 at namakemono:  mh | 2007-08-28 21:57:46 +0200
 * libxml.h: define _LARGEFILE64_SOURCE to properly get gzopen64 defines in
   zlib.h. Closes: #439843. Thanks Dann Frazier.

Modified:
    packages/libxml2/   (props changed)
    packages/libxml2/trunk/debian/changelog
    packages/libxml2/trunk/libxml.h

Propchange: packages/libxml2/
------------------------------------------------------------------------------
--- svk:merge (original)
+++ svk:merge Wed Aug 29 17:10:07 2007
@@ -1,2 +1,2 @@
 85a06573-1206-0410-a182-ce9117885d71:/local/libxml2:296
-a066b643-3b0a-0410-a6ba-ed4cca522822:/local/libxml2:1294
+a066b643-3b0a-0410-a6ba-ed4cca522822:/local/libxml2:1308

Modified: packages/libxml2/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/libxml2/trunk/debian/changelog?rev=868&op=diff
==============================================================================
--- packages/libxml2/trunk/debian/changelog (original)
+++ packages/libxml2/trunk/debian/changelog Wed Aug 29 17:10:07 2007
@@ -1,3 +1,10 @@
+libxml2 (2.6.30.dfsg-2) unstable; urgency=low
+
+  * libxml.h: define _LARGEFILE64_SOURCE to properly get gzopen64 defines in
+    zlib.h. Closes: #439843. Thanks Dann Frazier.
+
+ -- Mike Hommey <glandium at debian.org>  Tue, 28 Aug 2007 21:52:30 +0200
+
 libxml2 (2.6.30.dfsg-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/libxml2/trunk/libxml.h
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/libxml2/trunk/libxml.h?rev=868&op=diff
==============================================================================
--- packages/libxml2/trunk/libxml.h (original)
+++ packages/libxml2/trunk/libxml.h Wed Aug 29 17:10:07 2007
@@ -12,6 +12,9 @@
 #ifndef NO_LARGEFILE_SOURCE
 #ifndef _LARGEFILE_SOURCE
 #define _LARGEFILE_SOURCE
+#endif
+#ifndef _LARGEFILE64_SOURCE
+#define _LARGEFILE64_SOURCE
 #endif
 #ifndef _FILE_OFFSET_BITS
 #define _FILE_OFFSET_BITS 64




More information about the debian-xml-sgml-commit mailing list