Accepting request 826899 from home:dirkmueller:branches:LibreOffice:Factory

- update to 0.3.3:
  - Drop obsolete MSVC project files.
  - Use --disable-werror instead of --enable-werror as configure default.
  - Fix parsing of 24-bit RGB and 32-bit RGBA bitmaps in WPG2 files. (tdf#78105)

OBS-URL: https://build.opensuse.org/request/show/826899
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libwpg?expand=0&rev=22
This commit is contained in:
Tomáš Chvátal 2020-08-16 07:56:53 +00:00 committed by Git OBS Bridge
parent acf593db42
commit f0e47a2040
4 changed files with 16 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:57faf1ab97d63d57383ac5d7875e992a3d190436732f4083310c0471e72f8c33
size 326840

3
libwpg-0.3.3.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:99b3f7f8832385748582ab8130fbb9e5607bd5179bebf9751ac1d51a53099d1c
size 328664

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Aug 15 22:05:45 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 0.3.3:
- Drop obsolete MSVC project files.
- Use --disable-werror instead of --enable-werror as configure default.
- Fix parsing of 24-bit RGB and 32-bit RGBA bitmaps in WPG2 files. (tdf#78105)
-------------------------------------------------------------------
Thu Sep 14 10:42:38 UTC 2017 - tchvatal@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libwpg
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,18 +12,18 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define libname libwpg-0_3-3
Name: libwpg
Version: 0.3.2
Version: 0.3.3
Release: 0
Summary: Library to read and parse graphics in WordPerfect Graphics format
License: LGPL-2.1+ AND MPL-2.0+
License: LGPL-2.1-or-later AND MPL-2.0+
Group: Productivity/Publishing/Word
Url: http://libwpg.sourceforge.net/
URL: http://libwpg.sourceforge.net/
Source: http://downloads.sourceforge.net/project/%{name}/%{name}/%{name}-%{version}/%{name}-%{version}.tar.xz
BuildRequires: doxygen
BuildRequires: gcc-c++