From d95fcf7b78ce6f5f0be75e43823c72187712f5f3e0adb3b4df3c19fad2859af5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 29 Nov 2011 11:35:44 +0000 Subject: [PATCH] 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 --- libwpd-0.9-nobuilddatetime.patch | 17 ----------------- libwpd-0.9.3.tar.bz2 | 3 --- libwpd-0.9.4.tar.bz2 | 3 +++ libwpd.changes | 16 +++++++++++++++- libwpd.spec | 4 +--- 5 files changed, 19 insertions(+), 24 deletions(-) delete mode 100644 libwpd-0.9-nobuilddatetime.patch delete mode 100644 libwpd-0.9.3.tar.bz2 create mode 100644 libwpd-0.9.4.tar.bz2 diff --git a/libwpd-0.9-nobuilddatetime.patch b/libwpd-0.9-nobuilddatetime.patch deleted file mode 100644 index d21057d..0000000 --- a/libwpd-0.9-nobuilddatetime.patch +++ /dev/null @@ -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 diff --git a/libwpd-0.9.3.tar.bz2 b/libwpd-0.9.3.tar.bz2 deleted file mode 100644 index e02dfc1..0000000 --- a/libwpd-0.9.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a1b7d76521d10c641cfe6d2be927abf7b4503b93bf99e48ef4f5d097b003947 -size 621849 diff --git a/libwpd-0.9.4.tar.bz2 b/libwpd-0.9.4.tar.bz2 new file mode 100644 index 0000000..0ee0513 --- /dev/null +++ b/libwpd-0.9.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7895f0cf07ac98bd88f6d5cf26ba7f1d72fd8acaeb43b27ffa24846fccc80343 +size 629054 diff --git a/libwpd.changes b/libwpd.changes index c184f55..df77196 100644 --- a/libwpd.changes +++ b/libwpd.changes @@ -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 - upgrade to version 0.9.3: diff --git a/libwpd.spec b/libwpd.spec index c31f0b6..3a04e17 100644 --- a/libwpd.spec +++ b/libwpd.spec @@ -24,13 +24,12 @@ BuildRequires: doxygen gcc-c++ pkgconfig License: LGPLv2.1+ Group: System/Libraries AutoReqProv: on -Version: 0.9.3 +Version: 0.9.4 Release: 0 Summary: Library for Importing WordPerfect (tm) Documents Source: libwpd-%{version}.tar.bz2 Url: http://libwpd.sourceforge.net BuildRoot: %{_tmppath}/%{name}-%{version}-build -Patch0: libwpd-0.9-nobuilddatetime.patch %define debug_package_requires libwpd-0_9-9 = %{version}-%{release} %description @@ -127,7 +126,6 @@ Authors: %prep %setup -q -%patch0 %build %configure --disable-static --docdir=%_docdir/%name