diff --git a/libwpd-0.8.10.tar.gz b/libwpd-0.8.10.tar.gz deleted file mode 100644 index 3379514..0000000 --- a/libwpd-0.8.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17888c416f58c741dcfd42b93ee47e16fd8dd08bd18995be56d904f0dfa764fb -size 591780 diff --git a/libwpd-0.8.11.tar.bz2 b/libwpd-0.8.11.tar.bz2 new file mode 100644 index 0000000..58ea7f6 --- /dev/null +++ b/libwpd-0.8.11.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7618b6447a86eb4dc83c389fed76c280475f0dd00eeaca5c59a3fce5e58adad0 +size 421590 diff --git a/libwpd.changes b/libwpd.changes index d2332d3..e35cf3e 100644 --- a/libwpd.changes +++ b/libwpd.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Oct 1 09:47:55 CEST 2007 - stbinner@suse.de + +- update to version 0.8.11: + - Fix incorrect conversion of tables with cells spanning more + then 127 rows due to incorrect information in the file-format + - Fix incorrect reading of font name information in prefix packets + ------------------------------------------------------------------- Sun Jun 17 11:42:56 CEST 2007 - stbinner@suse.de diff --git a/libwpd.spec b/libwpd.spec index 60bc108..0ae54e8 100644 --- a/libwpd.spec +++ b/libwpd.spec @@ -1,5 +1,5 @@ # -# spec file for package libwpd (Version 0.8.10) +# spec file for package libwpd (Version 0.8.11) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,14 +12,14 @@ Name: libwpd BuildRequires: doxygen gcc-c++ libgsf-devel -License: GNU Library General Public License v. 2.0 and 2.1 (LGPL) +License: LGPL v2 or later Group: System/Libraries -Autoreqprov: on -Version: 0.8.10 +AutoReqProv: on +Version: 0.8.11 Release: 1 Summary: Library for Importing WordPerfect (tm) Documents -Source: %{name}-%{version}.tar.gz -URL: http://libwpd.sourceforge.net +Source: %{name}-%{version}.tar.bz2 +Url: http://libwpd.sourceforge.net BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -115,8 +115,12 @@ rm -rf $RPM_BUILD_ROOT %files tools %defattr (-, root, root) %{_bindir}/* - %changelog +* Mon Oct 01 2007 - stbinner@suse.de +- update to version 0.8.11: + - Fix incorrect conversion of tables with cells spanning more + then 127 rows due to incorrect information in the file-format + - Fix incorrect reading of font name information in prefix packets * Sun Jun 17 2007 - stbinner@suse.de - update to version 0.8.10: * Fix a locale dependency in our float to string conversion