Fix segmentation fault when icedax exits while sleeping after ctrl-c
(Resolves: #709902)
This commit is contained in:
parent
d320ae1b1c
commit
6c5ade6de6
@ -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 <hhorak@redhat.com> - 1.1.11-8
|
||||
- Fix segmentation fault when icedax exits while sleeping after ctrl-c
|
||||
(Resolves: #709902)
|
||||
|
||||
* Tue May 17 2011 Honza Horak <hhorak@redhat.com> - 1.1.11-7
|
||||
- Fix automatic formatting of DVD+RW if needed
|
||||
(Resolves: #519465)
|
||||
|
Loading…
Reference in New Issue
Block a user