From 658a575b234f3dce37b21077a5b426a9a6b61d96c3463ef3ef9100dd5945fe75 Mon Sep 17 00:00:00 2001 From: Kyrill Detinov Date: Wed, 11 Jan 2017 18:39:54 +0000 Subject: [PATCH] Accepting request 449719 from home:Lazy_Kent:devel update to 0.31.1 OBS-URL: https://build.opensuse.org/request/show/449719 OBS-URL: https://build.opensuse.org/package/show/graphics/icoutils?expand=0&rev=12 --- icoutils-0.31.0.tar.bz2 | 3 --- icoutils-0.31.0.tar.bz2.sig | Bin 72 -> 0 bytes icoutils-0.31.1.tar.bz2 | 3 +++ icoutils-0.31.1.tar.bz2.sig | Bin 0 -> 72 bytes icoutils.changes | 7 +++++++ icoutils.spec | 7 ++++--- 6 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 icoutils-0.31.0.tar.bz2 delete mode 100644 icoutils-0.31.0.tar.bz2.sig create mode 100644 icoutils-0.31.1.tar.bz2 create mode 100644 icoutils-0.31.1.tar.bz2.sig diff --git a/icoutils-0.31.0.tar.bz2 b/icoutils-0.31.0.tar.bz2 deleted file mode 100644 index 7c374d0..0000000 --- a/icoutils-0.31.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a895d9d74a418d65d39a667e58ae38be79c9e726711384551d36531696f3af71 -size 559836 diff --git a/icoutils-0.31.0.tar.bz2.sig b/icoutils-0.31.0.tar.bz2.sig deleted file mode 100644 index 73b2797a573b3854ebf1be70272b2b86c01524f0a4f05abf26b298c98ddf0b2f..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 72 zcmV-O0Jr~$Mg#y60ssaD0#TU79{>so5Huw7a8LB@>=rlxo+A5Y5<7Y>ME1Py$(wem e8i8p10|1{uuT;FJ6LCsGLJP@NaE}rL`G^2-yc*g7 diff --git a/icoutils-0.31.1.tar.bz2 b/icoutils-0.31.1.tar.bz2 new file mode 100644 index 0000000..ded99a3 --- /dev/null +++ b/icoutils-0.31.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26e29d3c78f25d4cdf402501ac0414c51a9a092daebf6c9dee3b837dee693093 +size 573484 diff --git a/icoutils-0.31.1.tar.bz2.sig b/icoutils-0.31.1.tar.bz2.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..df4a1c4ebddf23a2caad679944ed40848e8362b9b1f421d98555ef046cc82907 GIT binary patch literal 72 zcmV-O0Jr~$Mg#y60ssaD0$6fT%K!=q5Huw7a8LB@>@Ro#prgSB>+oSyL@cXFy{~UA eu*at!d;p(!fMo_zR;?S_nqaZk9H(u0EKk0flN{jy literal 0 HcmV?d00001 diff --git a/icoutils.changes b/icoutils.changes index 6ff57b9..e36c2ae 100644 --- a/icoutils.changes +++ b/icoutils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jan 11 15:25:07 UTC 2017 - lazy.kent@opensuse.org + +- Update to 0.31.1. + * Security fixes: CVE-2017-5208, CVE-2017-5331, CVE-2017-5332, + CVE-2017-5333 (boo#1018756). + ------------------------------------------------------------------- Tue Jun 18 11:39:02 UTC 2013 - lazy.kent@opensuse.org diff --git a/icoutils.spec b/icoutils.spec index db909e3..dfc059f 100644 --- a/icoutils.spec +++ b/icoutils.spec @@ -1,7 +1,7 @@ # # spec file for package icoutils # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: icoutils -Version: 0.31.0 +Version: 0.31.1 Release: 0 Summary: Extracting and Converting Microsoft Icon and Cursor Files License: GPL-3.0+ @@ -26,6 +26,7 @@ Url: http://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 @@ -51,6 +52,6 @@ make %{?_smp_mflags} %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING NEWS README TODO %{_bindir}/* -%doc %{_mandir}/man?/* +%{_mandir}/man?/* %changelog