From aca4c00f05a62179218ed9bd25e101a25d0bd8f2b87281c44cb06a5b95fbe279 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Sat, 29 Apr 2023 12:34:22 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libwpg?expand=0&rev=26 --- libwpg-0.3.3.tar.xz | 3 --- libwpg-0.3.4.tar.xz | 3 +++ libwpg.changes | 23 +++++++++++++++++++++++ libwpg.spec | 5 +++-- 4 files changed, 29 insertions(+), 5 deletions(-) delete mode 100644 libwpg-0.3.3.tar.xz create mode 100644 libwpg-0.3.4.tar.xz diff --git a/libwpg-0.3.3.tar.xz b/libwpg-0.3.3.tar.xz deleted file mode 100644 index c82caca..0000000 --- a/libwpg-0.3.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99b3f7f8832385748582ab8130fbb9e5607bd5179bebf9751ac1d51a53099d1c -size 328664 diff --git a/libwpg-0.3.4.tar.xz b/libwpg-0.3.4.tar.xz new file mode 100644 index 0000000..6a3459c --- /dev/null +++ b/libwpg-0.3.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b55fda9440d1e070630eb2487d8b8697cf412c214a27caee9df69cec7c004de3 +size 340428 diff --git a/libwpg.changes b/libwpg.changes index 189fde5..607c4cf 100644 --- a/libwpg.changes +++ b/libwpg.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Sat Apr 29 12:31:58 UTC 2023 - Fridrich Strba + +- Update to 0.3.4 + * WPG2: Incomplete implementation of handlePenForeColor + (bdo#155057) + * Correct a problem concerning HAVE_VISIBILITY not defined when + compiling for Windows... + * WPG1: fix vertical position of text line + * WPG1: improve output of aligned text + * WPG1: handle font size + * WPG1: parse more graphic text attrs + * WPG1: make text type 2 handler build again + * Add note for text position + * WPG1: handle text color + * WPG1: parse some bits of text attrs record + * Drop pointless cast + * WPG1: handle line style + * Drop a pointless cast + * WPG1: parse page format record + * WPG1: handle groups + * Fix too small loop variables + ------------------------------------------------------------------- Fri Jan 28 06:11:56 UTC 2022 - Fridrich Strba diff --git a/libwpg.spec b/libwpg.spec index 1622871..51e5f37 100644 --- a/libwpg.spec +++ b/libwpg.spec @@ -1,7 +1,7 @@ # # spec file for package libwpg # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,13 +18,14 @@ %define libname libwpg-0_3-3 Name: libwpg -Version: 0.3.3 +Version: 0.3.4 Release: 0 Summary: Library to read and parse graphics in WordPerfect Graphics format License: LGPL-2.1-or-later AND MPL-2.0 Group: Productivity/Publishing/Word URL: http://libwpg.sourceforge.net/ Source: http://downloads.sourceforge.net/project/%{name}/%{name}/%{name}-%{version}/%{name}-%{version}.tar.xz +BuildRequires: boost-devel BuildRequires: doxygen BuildRequires: gcc-c++ BuildRequires: help2man