Accepting request 810554 from home:pluskalm:branches:graphics
- Update to version 0.32.3: * Fixed a segfault. (Martin Gieseking, Savannah bug 52319) * Updated Gnulib stuff. - Changes for version 0.32.2 * Corrected fix for savannah bug 52308 (caused wrestool to always fail). * Added support for PE32+ binaries. - Changes fo version 0.32.1: * Fixed multiple issues found by Hanno Böck <hanno@hboeck.de> via fuzzing. (Savannah bugs 52307, 52308, 52313) - Changes for version 0.32.0: * Fixed issues found by Jerzy Kramarz: + Invalid memory allocation in icotool with malformed input. + Infinite recursion in wrestool with malformed input. * Added ability to specify minimum bit depth per image. * Added ability to specify cursor hotspot per image. OBS-URL: https://build.opensuse.org/request/show/810554 OBS-URL: https://build.opensuse.org/package/show/graphics/icoutils?expand=0&rev=16
This commit is contained in:
parent
73189f7a07
commit
dafcaefc07
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d4651de8e3f9e28d24b5343a2b7564f49754e5fe7d211c5d4dd60dcd65c8a152
|
||||
size 593403
|
Binary file not shown.
BIN
icoutils-0.32.3.tar.bz2
(Stored with Git LFS)
Normal file
BIN
icoutils-0.32.3.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
icoutils-0.32.3.tar.bz2.sig
Normal file
BIN
icoutils-0.32.3.tar.bz2.sig
Normal file
Binary file not shown.
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 1 07:09:23 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- Update to version 0.32.3:
|
||||
* Fixed a segfault. (Martin Gieseking, Savannah bug 52319)
|
||||
* Updated Gnulib stuff.
|
||||
- Changes for version 0.32.2
|
||||
* Corrected fix for savannah bug 52308 (caused wrestool to always
|
||||
fail).
|
||||
* Added support for PE32+ binaries.
|
||||
- Changes fo version 0.32.1:
|
||||
* Fixed multiple issues found by Hanno Böck <hanno@hboeck.de>
|
||||
via fuzzing. (Savannah bugs 52307, 52308, 52313)
|
||||
- Changes for version 0.32.0:
|
||||
* Fixed issues found by Jerzy Kramarz:
|
||||
+ Invalid memory allocation in icotool with malformed input.
|
||||
+ Infinite recursion in wrestool with malformed input.
|
||||
* Added ability to specify minimum bit depth per image.
|
||||
* Added ability to specify cursor hotspot per image.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 27 04:03:31 UTC 2017 - lazy.kent@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package icoutils
|
||||
#
|
||||
# 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,23 +12,22 @@
|
||||
# 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/
|
||||
#
|
||||
|
||||
|
||||
Name: icoutils
|
||||
Version: 0.31.3
|
||||
Version: 0.32.3
|
||||
Release: 0
|
||||
Summary: Extracting and Converting Microsoft Icon and Cursor Files
|
||||
License: GPL-3.0+
|
||||
License: GPL-3.0-or-later
|
||||
Group: Productivity/Graphics/Convertors
|
||||
Url: http://www.nongnu.org/icoutils/
|
||||
URL: https://www.nongnu.org/icoutils/
|
||||
Source0: http://savannah.nongnu.org/download/icoutils/%{name}-%{version}.tar.bz2
|
||||
Source1: http://savannah.nongnu.org/download/icoutils/%{name}-%{version}.tar.bz2.sig
|
||||
Source2: %{name}.keyring
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(libpng)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
The icoutils are a set of programs for extracting and converting images
|
||||
@ -43,14 +42,14 @@ libraries (.dll-files).
|
||||
# Don't compile strange locales en@boldquot and en@quot.
|
||||
# Otherwise, remove '--disable-nls'.
|
||||
%configure --disable-nls
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS COPYING NEWS README TODO
|
||||
%license COPYING
|
||||
%doc AUTHORS NEWS README TODO
|
||||
%{_bindir}/*
|
||||
%{_mandir}/man?/*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user