Accepting request 94235 from home:fstrba
------------------------------------------------------------------ - upgrade to version 0.9.4: - Remove autopackage packaging that nobody uses (Fridrich) - Don't output points as integer. This solves some rounding issues along with the possibility of writing 10.5 point font size (Fridrich) - General improvement of code quality by buiding with -Weffc++ option (Fridrich) - Improvement of textbox code (Laurent Alonso) - Fixes of autotools Windows build (Fridrich) - remove obsolete unnecessary patch ------------------------------------------------------------------ OBS-URL: https://build.opensuse.org/request/show/94235 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libwpd?expand=0&rev=14
This commit is contained in:
parent
409b27c1e8
commit
d95fcf7b78
@ -1,17 +0,0 @@
|
|||||||
--- docs/doxygen/doxygen.cfg.orig
|
|
||||||
+++ docs/doxygen/doxygen.cfg
|
|
||||||
@@ -674,7 +674,7 @@ HTML_HEADER = header.html.in
|
|
||||||
# each generated HTML page. If it is left blank doxygen will generate a
|
|
||||||
# standard footer.
|
|
||||||
|
|
||||||
-HTML_FOOTER = footer.html.in
|
|
||||||
+#HTML_FOOTER = footer.html.in
|
|
||||||
|
|
||||||
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading
|
|
||||||
# style sheet that is used by each HTML page. It can be used to
|
|
||||||
@@ -1256,3 +1256,5 @@ DOT_CLEANUP = YES
|
|
||||||
# used. If set to NO the values of all tags below this one will be ignored.
|
|
||||||
|
|
||||||
SEARCHENGINE = NO
|
|
||||||
+
|
|
||||||
+HTML_TIMESTAMP = NO
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1a1b7d76521d10c641cfe6d2be927abf7b4503b93bf99e48ef4f5d097b003947
|
|
||||||
size 621849
|
|
3
libwpd-0.9.4.tar.bz2
Normal file
3
libwpd-0.9.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7895f0cf07ac98bd88f6d5cf26ba7f1d72fd8acaeb43b27ffa24846fccc80343
|
||||||
|
size 629054
|
@ -1,4 +1,18 @@
|
|||||||
-------------------------------------------------------------------
|
------------------------------------------------------------------
|
||||||
|
Tue Nov 29 12:03:55 CET 2011 - fridrich.strba@suse.com
|
||||||
|
|
||||||
|
- upgrade to version 0.9.4:
|
||||||
|
- Remove autopackage packaging that nobody uses (Fridrich)
|
||||||
|
- Don't output points as integer. This solves some rounding
|
||||||
|
issues along with the possibility of writing 10.5 point
|
||||||
|
font size (Fridrich)
|
||||||
|
- General improvement of code quality by buiding
|
||||||
|
with -Weffc++ option (Fridrich)
|
||||||
|
- Improvement of textbox code (Laurent Alonso)
|
||||||
|
- Fixes of autotools Windows build (Fridrich)
|
||||||
|
- remove obsolete unnecessary patch
|
||||||
|
|
||||||
|
------------------------------------------------------------------
|
||||||
Thu Sep 1 11:43:40 CEST 2011 - fridrich.strba@suse.com
|
Thu Sep 1 11:43:40 CEST 2011 - fridrich.strba@suse.com
|
||||||
|
|
||||||
- upgrade to version 0.9.3:
|
- upgrade to version 0.9.3:
|
||||||
|
@ -24,13 +24,12 @@ BuildRequires: doxygen gcc-c++ pkgconfig
|
|||||||
License: LGPLv2.1+
|
License: LGPLv2.1+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 0.9.3
|
Version: 0.9.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for Importing WordPerfect (tm) Documents
|
Summary: Library for Importing WordPerfect (tm) Documents
|
||||||
Source: libwpd-%{version}.tar.bz2
|
Source: libwpd-%{version}.tar.bz2
|
||||||
Url: http://libwpd.sourceforge.net
|
Url: http://libwpd.sourceforge.net
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Patch0: libwpd-0.9-nobuilddatetime.patch
|
|
||||||
%define debug_package_requires libwpd-0_9-9 = %{version}-%{release}
|
%define debug_package_requires libwpd-0_9-9 = %{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -127,7 +126,6 @@ Authors:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static --docdir=%_docdir/%name
|
%configure --disable-static --docdir=%_docdir/%name
|
||||||
|
Loading…
x
Reference in New Issue
Block a user