- Fixed lips4v driver (bug #165713).
This commit is contained in:
parent
9d7ba60878
commit
39d1ffaeef
@ -24,6 +24,7 @@ Patch6: ghostscript-pagesize.patch
|
||||
Patch7: ghostscript-noopt.patch
|
||||
Patch8: ghostscript-use-external-freetype.patch
|
||||
Patch9: ghostscript-split-font-configuration.patch
|
||||
Patch10: ghostscript-overflow.patch
|
||||
|
||||
Requires: zlib, libpng, glib2
|
||||
Requires: urw-fonts >= 1.1, ghostscript-fonts
|
||||
@ -100,6 +101,9 @@ A GTK-enabled version of Ghostscript, called 'gsx'.
|
||||
# Allow separated font configuration (bug #161187).
|
||||
%patch9 -p1 -b .split-font-configuration
|
||||
|
||||
# Fixed lips4v driver (bug #165713).
|
||||
%patch10 -p1 -b .overflow
|
||||
|
||||
# Convert manual pages to UTF-8
|
||||
from8859_1() {
|
||||
iconv -f iso-8859-1 -t utf-8 < "$1" > "${1}_"
|
||||
@ -251,6 +255,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%changelog
|
||||
* Fri Aug 12 2005 Tim Waugh <twaugh@redhat.com>
|
||||
- 8.15rc4.
|
||||
- Fixed lips4v driver (bug #165713).
|
||||
|
||||
* Tue Aug 9 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc3.7
|
||||
- Install adobe/acro5 CMaps (bug #165428).
|
||||
|
Loading…
Reference in New Issue
Block a user