From 6c5ade6de66ec50b3b81adfb7f079c02464bd0fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Hor=C3=A1k?= Date: Thu, 2 Jun 2011 16:50:40 +0200 Subject: [PATCH] Fix segmentation fault when icedax exits while sleeping after ctrl-c (Resolves: #709902) --- cdrkit.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/cdrkit.spec b/cdrkit.spec index 427c9ef..999fefd 100644 --- a/cdrkit.spec +++ b/cdrkit.spec @@ -1,7 +1,7 @@ Summary: A collection of CD/DVD utilities Name: cdrkit Version: 1.1.11 -Release: 7%{?dist} +Release: 8%{?dist} License: GPLv2 Group: Applications/System URL: http://cdrkit.org/ @@ -18,6 +18,7 @@ Patch8: cdrkit-1.1.11-rootstat.patch Patch9: cdrkit-1.1.11-usalinst.patch Patch10: cdrkit-1.1.11-readsegfault.patch Patch11: cdrkit-1.1.11-format.patch +Patch12: cdrkit-1.1.11-handler.patch BuildRequires: cmake libcap-devel zlib-devel perl file-devel bzip2-devel @@ -110,6 +111,7 @@ for developing applications that use libusal. %patch9 -p1 -b .usalinst %patch10 -p1 -b .readsegfault %patch11 -p1 -b .format +%patch12 -p1 -b .handler find . -type f -print0 | xargs -0 perl -pi -e 's#/usr/local/bin/perl#/usr/bin/perl#g' find doc -type f -print0 | xargs -0 chmod a-x @@ -265,6 +267,10 @@ fi %{_includedir}/usal %changelog +* Thu Jun 02 2011 Honza Horak - 1.1.11-8 +- Fix segmentation fault when icedax exits while sleeping after ctrl-c + (Resolves: #709902) + * Tue May 17 2011 Honza Horak - 1.1.11-7 - Fix automatic formatting of DVD+RW if needed (Resolves: #519465)