Renumbered patches.
This commit is contained in:
parent
20f8834834
commit
fcd14f5464
@ -19,12 +19,12 @@ Source4: cidfmap
|
|||||||
Patch1: ghostscript-multilib.patch
|
Patch1: ghostscript-multilib.patch
|
||||||
Patch2: ghostscript-scripts.patch
|
Patch2: ghostscript-scripts.patch
|
||||||
Patch3: ghostscript-noopt.patch
|
Patch3: ghostscript-noopt.patch
|
||||||
Patch5: ghostscript-runlibfileifexists.patch
|
Patch4: ghostscript-runlibfileifexists.patch
|
||||||
Patch6: ghostscript-icc-missing-check.patch
|
Patch5: ghostscript-icc-missing-check.patch
|
||||||
Patch10: ghostscript-cups-filters.patch
|
Patch6: ghostscript-cups-filters.patch
|
||||||
Patch27: ghostscript-Fontmap.local.patch
|
Patch7: ghostscript-Fontmap.local.patch
|
||||||
Patch28: ghostscript-iccprofiles-initdir.patch
|
Patch8: ghostscript-iccprofiles-initdir.patch
|
||||||
Patch29: ghostscript-gdevcups-debug-uninit.patch
|
Patch9: ghostscript-gdevcups-debug-uninit.patch
|
||||||
|
|
||||||
Requires: urw-fonts >= 1.1, ghostscript-fonts
|
Requires: urw-fonts >= 1.1, ghostscript-fonts
|
||||||
Requires: poppler-data
|
Requires: poppler-data
|
||||||
@ -114,25 +114,25 @@ rm -rf expat freetype icclib jasper jpeg lcms2 libpng openjpeg zlib cups/libs
|
|||||||
%patch3 -p1 -b .noopt
|
%patch3 -p1 -b .noopt
|
||||||
|
|
||||||
# Define .runlibfileifexists.
|
# Define .runlibfileifexists.
|
||||||
%patch5 -p1
|
%patch4 -p1
|
||||||
|
|
||||||
# Fixed missing error check when setting ICC profile.
|
# Fixed missing error check when setting ICC profile.
|
||||||
%patch6 -p1 -b .icc-missing-check
|
%patch5 -p1 -b .icc-missing-check
|
||||||
|
|
||||||
# Install CUPS filter convs files in the correct place.
|
# Install CUPS filter convs files in the correct place.
|
||||||
%patch10 -p1 -b .cups-filters
|
%patch6 -p1 -b .cups-filters
|
||||||
|
|
||||||
# Restored Fontmap.local patch, incorrectly dropped after
|
# Restored Fontmap.local patch, incorrectly dropped after
|
||||||
# ghostscript-8.15.4-3 (bug #610301).
|
# ghostscript-8.15.4-3 (bug #610301).
|
||||||
# Note: don't use -b here to avoid the backup file ending up in the
|
# Note: don't use -b here to avoid the backup file ending up in the
|
||||||
# package manifest.
|
# package manifest.
|
||||||
%patch27 -p1
|
%patch7 -p1
|
||||||
|
|
||||||
# Don't assume %%rom%% device is available for initial ICC profile dir.
|
# Don't assume %%rom%% device is available for initial ICC profile dir.
|
||||||
%patch28 -p1 -b .iccprofiles-initdir
|
%patch8 -p1 -b .iccprofiles-initdir
|
||||||
|
|
||||||
# gdevcups: don't use uninitialized variables in debugging output.
|
# gdevcups: don't use uninitialized variables in debugging output.
|
||||||
%patch29 -p1 -b .gdevcups-debug-uninit
|
%patch9 -p1 -b .gdevcups-debug-uninit
|
||||||
|
|
||||||
# Convert manual pages to UTF-8
|
# Convert manual pages to UTF-8
|
||||||
from8859_1() {
|
from8859_1() {
|
||||||
|
Loading…
Reference in New Issue
Block a user