Subject: CVS commit: pkgsrc/devel/libole2
To: None <pkgsrc-changes@netbsd.org>
From: Damon Brodie <damon@netbsd.org>
List: pkgsrc-changes
Date: 11/11/2001 22:00:14
Module Name:	pkgsrc
Committed By:	damon
Date:		Sun Nov 11 20:00:13 UTC 2001

Modified Files:
	pkgsrc/devel/libole2: Makefile buildlink.mk distinfo

Log Message:
Update to version 0.2.4 (Required for Gnumeric 0.75)

Changelog:
        * libole2/ms-ole.c (ms_ole_open_vfs) : simplify.
        * libole2/ms-ole.c: first attempt at handling files that are not
        an integer number of 512-byte blocks.
        (ms_ole_open_vfs): Fix file leaks.  Verify block sizes.
        (ms_ole_setup): Prepare the right number of blocks.
        (ms_ole_destroy): Plug leak.
        (ms_ole_lseek): Fix seek-from-end case.
        * libole2/ms-ole.c (ms_ole_stream_open) : Be more careful about where
          we are wiping.
        * libole2.spec.in: don't point at sgml files we don't install.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 pkgsrc/devel/libole2/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/libole2/buildlink.mk
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/libole2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.