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++