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
This commit is contained in:
Tomáš Chvátal 2013-05-15 08:03:47 +00:00 committed by Git OBS Bridge
parent 0665f5f7f2
commit 2cb250d3e2
4 changed files with 21 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:30bb9c982399cb11d5d7181388409a2e7a73e8ae5221cb9d3ef5d62ec7dc373e
size 542608

3
libwpd-0.9.8.tar.xz Normal file
View File

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

View File

@ -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

View File

@ -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