OBS User unknown 2007-10-02 23:05:08 +00:00 committed by Git OBS Bridge
parent 772634d9e0
commit 1767423e49
4 changed files with 22 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:17888c416f58c741dcfd42b93ee47e16fd8dd08bd18995be56d904f0dfa764fb
size 591780

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7618b6447a86eb4dc83c389fed76c280475f0dd00eeaca5c59a3fce5e58adad0
size 421590

View File

@ -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 Sun Jun 17 11:42:56 CEST 2007 - stbinner@suse.de

View File

@ -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. # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
@ -12,14 +12,14 @@
Name: libwpd Name: libwpd
BuildRequires: doxygen gcc-c++ libgsf-devel 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 Group: System/Libraries
Autoreqprov: on AutoReqProv: on
Version: 0.8.10 Version: 0.8.11
Release: 1 Release: 1
Summary: Library for Importing WordPerfect (tm) Documents Summary: Library for Importing WordPerfect (tm) Documents
Source: %{name}-%{version}.tar.gz Source: %{name}-%{version}.tar.bz2
URL: http://libwpd.sourceforge.net Url: http://libwpd.sourceforge.net
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
@ -115,8 +115,12 @@ rm -rf $RPM_BUILD_ROOT
%files tools %files tools
%defattr (-, root, root) %defattr (-, root, root)
%{_bindir}/* %{_bindir}/*
%changelog %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 * Sun Jun 17 2007 - stbinner@suse.de
- update to version 0.8.10: - update to version 0.8.10:
* Fix a locale dependency in our float to string conversion * Fix a locale dependency in our float to string conversion