This commit is contained in:
parent
1edc8f8585
commit
aca4c00f05
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:99b3f7f8832385748582ab8130fbb9e5607bd5179bebf9751ac1d51a53099d1c
|
||||
size 328664
|
BIN
libwpg-0.3.4.tar.xz
(Stored with Git LFS)
Normal file
BIN
libwpg-0.3.4.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 29 12:31:58 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- 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 <fstrba@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user