From 2cb250d3e259b6aadc0fd7f750c15fff1a7b9d21a299ccb8c413f948cf1a72a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 15 May 2013 08:03:47 +0000 Subject: [PATCH] Accepting request 175697 from home:fstrba - upgrade to version 0.9.8 - Fix buffer allocation in WPXString::sprintf that can lead to crash - Fix crash reading invalid OLE stream - Change source code layout so that public headers be in inc/ and its subdirectories - libwpd.h and libwpd-stream.h are not generated headers anymore - Change the way we get version from libwpd build - Fix some rpmlint warnings OBS-URL: https://build.opensuse.org/request/show/175697 OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libwpd?expand=0&rev=6 --- libwpd-0.9.7.tar.xz | 3 --- libwpd-0.9.8.tar.xz | 3 +++ libwpd.changes | 13 +++++++++++++ libwpd.spec | 8 +++++--- 4 files changed, 21 insertions(+), 6 deletions(-) delete mode 100644 libwpd-0.9.7.tar.xz create mode 100644 libwpd-0.9.8.tar.xz diff --git a/libwpd-0.9.7.tar.xz b/libwpd-0.9.7.tar.xz deleted file mode 100644 index e398dd3..0000000 --- a/libwpd-0.9.7.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30bb9c982399cb11d5d7181388409a2e7a73e8ae5221cb9d3ef5d62ec7dc373e -size 542608 diff --git a/libwpd-0.9.8.tar.xz b/libwpd-0.9.8.tar.xz new file mode 100644 index 0000000..c1eb146 --- /dev/null +++ b/libwpd-0.9.8.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5d189f9a004a20d85727da2b9adc060ddb447fd53dc2482527b44ab1751df2f +size 543916 diff --git a/libwpd.changes b/libwpd.changes index 2cd19f0..80a4ad5 100644 --- a/libwpd.changes +++ b/libwpd.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed May 15 06:51:02 UTC 2013 - fridrich.strba@suse.com + +- upgrade to version 0.9.8 + - Fix buffer allocation in WPXString::sprintf that can lead + to crash + - Fix crash reading invalid OLE stream + - Change source code layout so that public headers be in inc/ + and its subdirectories + - libwpd.h and libwpd-stream.h are not generated headers anymore + - Change the way we get version from libwpd build +- Fix some rpmlint warnings + ------------------------------------------------------------------- Sat Apr 20 12:04:38 UTC 2013 - tchvatal@suse.com diff --git a/libwpd.spec b/libwpd.spec index e911366..2c2745d 100644 --- a/libwpd.spec +++ b/libwpd.spec @@ -19,11 +19,12 @@ Name: libwpd # note: the main package is empty, it only sets a sane name for the source rpm BuildRequires: doxygen +BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: pkgconfig BuildRequires: xz BuildRequires: zlib-devel -Version: 0.9.7 +Version: 0.9.8 Release: 0 Summary: Library for Importing WordPerfect (tm) Documents License: LGPL-2.1+ and MPL-2.0+ @@ -42,6 +43,7 @@ as an in-process component. %package -n %libname # remove the old non-versioned package (built in the bs for instance) +Provides: libwpd = %version Obsoletes: libwpd < %version Summary: Library for Importing WordPerfect (tm) Documents Group: System/Libraries @@ -66,8 +68,7 @@ an in-process component. %package devel-doc Summary: Documentation for the libwpd API -Group: Documentation -Requires: libwpd-devel +Group: Documentation/Other %description devel-doc This package contains documentation for the libwpd API. @@ -91,6 +92,7 @@ make %{?_smp_mflags} %install make DESTDIR=$RPM_BUILD_ROOT install rm $RPM_BUILD_ROOT%_libdir/*.la +%fdupes -s $RPM_BUILD_ROOT%{_docdir}/%{name}/html %post -n %libname -p /sbin/ldconfig