Apply some fixes from upstream to avoid gdevcups segfaults (bug #639593).
This commit is contained in:
parent
f9f0f1a8e1
commit
213d41aedc
1812
ghostscript-gdevcups-segfaults.patch
Normal file
1812
ghostscript-gdevcups-segfaults.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -44,6 +44,7 @@ Patch25: ghostscript-bbox-close.patch
|
|||||||
Patch26: ghostscript-gdevcups-ripcache.patch
|
Patch26: ghostscript-gdevcups-ripcache.patch
|
||||||
Patch27: ghostscript-Fontmap.local.patch
|
Patch27: ghostscript-Fontmap.local.patch
|
||||||
Patch28: ghostscript-gdevcups-debug-uninit.patch
|
Patch28: ghostscript-gdevcups-debug-uninit.patch
|
||||||
|
Patch29: ghostscript-gdevcups-segfaults.patch
|
||||||
|
|
||||||
Requires: urw-fonts >= 1.1, ghostscript-fonts
|
Requires: urw-fonts >= 1.1, ghostscript-fonts
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
@ -208,6 +209,9 @@ rm -rf libpng zlib jpeg jasper
|
|||||||
# gdevcups: don't use uninitialized variables in debugging output.
|
# gdevcups: don't use uninitialized variables in debugging output.
|
||||||
%patch28 -p1 -b .gdevcups-debug-uninit
|
%patch28 -p1 -b .gdevcups-debug-uninit
|
||||||
|
|
||||||
|
# Apply some fixes from upstream to avoid gdevcups segfaults (bug #639593).
|
||||||
|
%patch29 -p1 -b .gdevcups-segfaults
|
||||||
|
|
||||||
# Convert manual pages to UTF-8
|
# Convert manual pages to UTF-8
|
||||||
from8859_1() {
|
from8859_1() {
|
||||||
iconv -f iso-8859-1 -t utf-8 < "$1" > "${1}_"
|
iconv -f iso-8859-1 -t utf-8 < "$1" > "${1}_"
|
||||||
@ -390,6 +394,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Oct 14 2010 Tim Waugh <twaugh@redhat.com> 8.71-19
|
* Thu Oct 14 2010 Tim Waugh <twaugh@redhat.com> 8.71-19
|
||||||
|
- Apply some fixes from upstream to avoid gdevcups
|
||||||
|
segfaults (bug #639593).
|
||||||
- gdevcups: don't use uninitialized variables in debugging output
|
- gdevcups: don't use uninitialized variables in debugging output
|
||||||
(Ghostscript bug #691683).
|
(Ghostscript bug #691683).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user