Fixed xsane crash when doing a multi-image scan (bug #725878)
This commit is contained in:
parent
de1690c068
commit
e6b6030729
@ -1,7 +1,7 @@
|
||||
Summary: HP Linux Imaging and Printing Project
|
||||
Name: hplip
|
||||
Version: 3.11.7
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
Group: System Environment/Daemons
|
||||
Conflicts: system-config-printer < 0.6.132
|
||||
@ -33,6 +33,7 @@ Patch18: hplip-skip-blank-lines.patch
|
||||
Patch19: hplip-dbglog-newline.patch
|
||||
Patch20: hplip-no-system-tray.patch
|
||||
Patch22: hplip-ppd-ImageableArea.patch
|
||||
Patch23: hplip-sane-crash.patch
|
||||
Patch25: hplip-raw_deviceID-traceback.patch
|
||||
Patch26: hplip-UnicodeDecodeError.patch
|
||||
Patch27: hplip-emit-SIGNAL.patch
|
||||
@ -258,6 +259,9 @@ do
|
||||
gzip -n ${ppd_file#*/}
|
||||
done
|
||||
|
||||
# Fixed xsane crash when doing a multi-image scan (bug #725878)
|
||||
%patch23 -p1 -b .sane-crash
|
||||
|
||||
# Fixed traceback on error condition in device.py (bug #628125).
|
||||
%patch25 -p1 -b .raw_deviceID-traceback
|
||||
|
||||
@ -529,6 +533,9 @@ fi
|
||||
%postun libs -p /sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Tue Sep 06 2011 Jiri Popelka <jpopelka@redhat.com> 3.11.7-4
|
||||
- Fixed xsane crash when doing a multi-image scan (bug #725878)
|
||||
|
||||
* Fri Sep 2 2011 Tim Waugh <twaugh@redhat.com> 3.11.7-3
|
||||
- Fixed hpcups crash when required plugin missing (bug #733461).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user