OBS User unknown
2007-01-14 23:59:11 +00:00
committed by Git OBS Bridge
parent e9b2f0260f
commit 52a97a611a
4 changed files with 27 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:57cc6572e4b230839df48894a494430a3094af99ad6693965edef407ba570ed6
size 401982

3
libwpd-0.8.8.tar.bz2 Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:886f3f19052a8f25d80d01095257ece08c408e45e1a1167d0201c482322913af
size 393288

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Jan 14 17:11:40 CET 2007 - dmueller@suse.de
- update to version 0.8.8:
* Add unit tests for the stream class
* Ignore foot/endnotes that are referenced inside other foot/endnotes
fixes http://www.openoffice.org/issues/show_bug.cgi?id=71487
* Handle graciously unsupported password-protected documents;
fixes http://www.openoffice.org/issues/show_bug.cgi?id=72307
* Remove some potential memory leaks in the WPXPropertyList class and optimize
the WPXPropertyList subscription operator
-------------------------------------------------------------------
Mon Dec 18 15:36:46 CET 2006 - sbrabec@suse.cz

View File

@@ -1,5 +1,5 @@
#
# spec file for package libwpd (Version 0.8.7)
# spec file for package libwpd (Version 0.8.8)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -15,8 +15,8 @@ BuildRequires: doxygen gcc-c++ libgsf-devel
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
Group: System/Libraries
Autoreqprov: on
Version: 0.8.7
Release: 33
Version: 0.8.8
Release: 1
Summary: Library for Importing WordPerfect (tm) Documents
Source: %{name}-%{version}.tar.bz2
URL: http://libwpd.sourceforge.net
@@ -117,6 +117,15 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/*
%changelog -n libwpd
* Sun Jan 14 2007 - dmueller@suse.de
- update to version 0.8.8:
* Add unit tests for the stream class
* Ignore foot/endnotes that are referenced inside other foot/endnotes
fixes http://www.openoffice.org/issues/show_bug.cgi?id=71487
* Handle graciously unsupported password-protected documents;
fixes http://www.openoffice.org/issues/show_bug.cgi?id=72307
* Remove some potential memory leaks in the WPXPropertyList class and optimize
the WPXPropertyList subscription operator
* Mon Dec 18 2006 - sbrabec@suse.cz
- Spec file cleanup.
* Tue Nov 07 2006 - ro@suse.de