Accepting request 120699 from home:jsmeix:branches:Printing

Require the Ghostscript font packages because Ghostscript requires its fonts to be there. Provide catalog.devices

OBS-URL: https://build.opensuse.org/request/show/120699
OBS-URL: https://build.opensuse.org/package/show/Printing/ghostscript?expand=0&rev=15
This commit is contained in:
2012-05-11 10:09:58 +00:00
committed by Git OBS Bridge
parent 5c674c36d8
commit 5fdf55a3e1
4 changed files with 70 additions and 6 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu May 10 15:49:33 CEST 2012 - jsmeix@suse.de
- Require Ghostscript's font packages because the
Ghostscript package provides the "Fontmap" file
/usr/share/ghostscript/<version>/Resource/Init/Fontmap.GS
which lists Ghostscript's fonts but the fonts itself
are provided in the separated packages ghostscript-fonts-std
and ghostscript-fonts-other so that a RPM requirement
is needed to make sure that Ghostscript has its fonts.
- Extract the catalog of devices which are actually built-in
in exactly this Ghostscript and provide it as catalog.devices
in the Ghostscript package.
-------------------------------------------------------------------
Tue Apr 24 14:30:45 CEST 2012 - jsmeix@suse.de