forked from pool/icoutils
Accepting request 810650 from graphics
OBS-URL: https://build.opensuse.org/request/show/810650 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/icoutils?expand=0&rev=15
This commit is contained in:
commit
683e04056b
@ -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
|
Thu Jul 27 04:03:31 UTC 2017 - lazy.kent@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package icoutils
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
Name: icoutils
|
||||||
Version: 0.31.3
|
Version: 0.32.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Extracting and Converting Microsoft Icon and Cursor Files
|
Summary: Extracting and Converting Microsoft Icon and Cursor Files
|
||||||
License: GPL-3.0+
|
License: GPL-3.0-or-later
|
||||||
Group: Productivity/Graphics/Convertors
|
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
|
Source0: http://savannah.nongnu.org/download/icoutils/%{name}-%{version}.tar.bz2
|
||||||
Source1: http://savannah.nongnu.org/download/icoutils/%{name}-%{version}.tar.bz2.sig
|
Source1: http://savannah.nongnu.org/download/icoutils/%{name}-%{version}.tar.bz2.sig
|
||||||
Source2: %{name}.keyring
|
Source2: %{name}.keyring
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(libpng)
|
BuildRequires: pkgconfig(libpng)
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The icoutils are a set of programs for extracting and converting images
|
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.
|
# Don't compile strange locales en@boldquot and en@quot.
|
||||||
# Otherwise, remove '--disable-nls'.
|
# Otherwise, remove '--disable-nls'.
|
||||||
%configure --disable-nls
|
%configure --disable-nls
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%license COPYING
|
||||||
%doc AUTHORS COPYING NEWS README TODO
|
%doc AUTHORS NEWS README TODO
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_mandir}/man?/*
|
%{_mandir}/man?/*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user