Back-ported locale fix (bug #961149).
This commit is contained in:
parent
fcd14f5464
commit
a0426f4076
28431
ghostscript-gs_sprintf.patch
Normal file
28431
ghostscript-gs_sprintf.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -5,7 +5,7 @@ Summary: A PostScript interpreter and renderer
|
||||
Name: ghostscript
|
||||
Version: %{gs_ver}
|
||||
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
|
||||
# Included CMap data is Redistributable, no modification permitted,
|
||||
# see http://bugzilla.redhat.com/487510
|
||||
@ -25,6 +25,7 @@ Patch6: ghostscript-cups-filters.patch
|
||||
Patch7: ghostscript-Fontmap.local.patch
|
||||
Patch8: ghostscript-iccprofiles-initdir.patch
|
||||
Patch9: ghostscript-gdevcups-debug-uninit.patch
|
||||
Patch10: ghostscript-gs_sprintf.patch
|
||||
|
||||
Requires: urw-fonts >= 1.1, ghostscript-fonts
|
||||
Requires: poppler-data
|
||||
@ -134,6 +135,9 @@ rm -rf expat freetype icclib jasper jpeg lcms2 libpng openjpeg zlib cups/libs
|
||||
# gdevcups: don't use uninitialized variables in debugging output.
|
||||
%patch9 -p1 -b .gdevcups-debug-uninit
|
||||
|
||||
# Back-ported locale fix (bug #961149).
|
||||
%patch10 -p1 -b .gs_sprintf
|
||||
|
||||
# Convert manual pages to UTF-8
|
||||
from8859_1() {
|
||||
iconv -f iso-8859-1 -t utf-8 < "$1" > "${1}_"
|
||||
@ -330,6 +334,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/libgs.so
|
||||
|
||||
%changelog
|
||||
* Thu May 9 2013 Tim Waugh <twaugh@redhat.com> - 9.07-3
|
||||
- Back-ported locale fix (bug #961149).
|
||||
|
||||
* Thu Apr 25 2013 Tim Waugh <twaugh@redhat.com>
|
||||
- Unowned directories (bug #902525).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user