From f0e47a20409773ee4313ac0e8a3f1edad0bd38fbf6b252a0f957e17d3c295bbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 16 Aug 2020 07:56:53 +0000 Subject: [PATCH] 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 --- libwpg-0.3.2.tar.xz | 3 --- libwpg-0.3.3.tar.xz | 3 +++ libwpg.changes | 8 ++++++++ libwpg.spec | 10 +++++----- 4 files changed, 16 insertions(+), 8 deletions(-) delete mode 100644 libwpg-0.3.2.tar.xz create mode 100644 libwpg-0.3.3.tar.xz diff --git a/libwpg-0.3.2.tar.xz b/libwpg-0.3.2.tar.xz deleted file mode 100644 index 4f19763..0000000 --- a/libwpg-0.3.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57faf1ab97d63d57383ac5d7875e992a3d190436732f4083310c0471e72f8c33 -size 326840 diff --git a/libwpg-0.3.3.tar.xz b/libwpg-0.3.3.tar.xz new file mode 100644 index 0000000..c82caca --- /dev/null +++ b/libwpg-0.3.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99b3f7f8832385748582ab8130fbb9e5607bd5179bebf9751ac1d51a53099d1c +size 328664 diff --git a/libwpg.changes b/libwpg.changes index 9fcd5fa..6debfb5 100644 --- a/libwpg.changes +++ b/libwpg.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Aug 15 22:05:45 UTC 2020 - Dirk Mueller + +- 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 diff --git a/libwpg.spec b/libwpg.spec index 17d5061..896341b 100644 --- a/libwpg.spec +++ b/libwpg.spec @@ -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++