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:
parent
0665f5f7f2
commit
2cb250d3e2
@ -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
3
libwpd-0.9.8.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f5d189f9a004a20d85727da2b9adc060ddb447fd53dc2482527b44ab1751df2f
|
||||||
|
size 543916
|
@ -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
|
Sat Apr 20 12:04:38 UTC 2013 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -19,11 +19,12 @@
|
|||||||
Name: libwpd
|
Name: libwpd
|
||||||
# note: the main package is empty, it only sets a sane name for the source rpm
|
# note: the main package is empty, it only sets a sane name for the source rpm
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
Version: 0.9.7
|
Version: 0.9.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for Importing WordPerfect (tm) Documents
|
Summary: Library for Importing WordPerfect (tm) Documents
|
||||||
License: LGPL-2.1+ and MPL-2.0+
|
License: LGPL-2.1+ and MPL-2.0+
|
||||||
@ -42,6 +43,7 @@ as an in-process component.
|
|||||||
|
|
||||||
%package -n %libname
|
%package -n %libname
|
||||||
# remove the old non-versioned package (built in the bs for instance)
|
# remove the old non-versioned package (built in the bs for instance)
|
||||||
|
Provides: libwpd = %version
|
||||||
Obsoletes: libwpd < %version
|
Obsoletes: libwpd < %version
|
||||||
Summary: Library for Importing WordPerfect (tm) Documents
|
Summary: Library for Importing WordPerfect (tm) Documents
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -66,8 +68,7 @@ an in-process component.
|
|||||||
|
|
||||||
%package devel-doc
|
%package devel-doc
|
||||||
Summary: Documentation for the libwpd API
|
Summary: Documentation for the libwpd API
|
||||||
Group: Documentation
|
Group: Documentation/Other
|
||||||
Requires: libwpd-devel
|
|
||||||
|
|
||||||
%description devel-doc
|
%description devel-doc
|
||||||
This package contains documentation for the libwpd API.
|
This package contains documentation for the libwpd API.
|
||||||
@ -91,6 +92,7 @@ make %{?_smp_mflags}
|
|||||||
%install
|
%install
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
rm $RPM_BUILD_ROOT%_libdir/*.la
|
rm $RPM_BUILD_ROOT%_libdir/*.la
|
||||||
|
%fdupes -s $RPM_BUILD_ROOT%{_docdir}/%{name}/html
|
||||||
|
|
||||||
%post -n %libname -p /sbin/ldconfig
|
%post -n %libname -p /sbin/ldconfig
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user