Accepting request 213204 from home:jsmeix:branches:Printing

cups fixes for bnc#857372 and bnc#856731

OBS-URL: https://build.opensuse.org/request/show/213204
OBS-URL: https://build.opensuse.org/package/show/Printing/cups?expand=0&rev=269
This commit is contained in:
2014-01-08 15:52:25 +00:00
committed by Git OBS Bridge
parent 056668eb06
commit 77d03bb05f
3 changed files with 41 additions and 7 deletions

View File

@@ -1,11 +1,28 @@
-------------------------------------------------------------------
Wed Jan 8 16:07:44 CET 2014 - jsmeix@suse.de
- cups-0002-systemd-listen-only-on-localhost-for-socket-activation.patch
fixes the systemd cups.socket file so that systemd listens only
on localhost (bnc#857372).
- Do no longer use the Ghostscript fonts for CUPS. Instead be
in compliance with upstream and use CUPS' own Monospace fonts
in /usr/share/cups/fonts because those fonts are hardcoded
used by the CUPS filters bannertops (for CUPS banner pages and
the CUPS test page that is a special kind of banner page)
and texttops (when printing plain text files). Without CUPS'
own Monospace fonts bannertops and texttops create PostScript
that uses those fonts but without those fonts embedded which
results that PostScript interpreters use a (different) fallback
font or fail to print for some PostScript printers (bnc#856731).
-------------------------------------------------------------------
Wed Oct 9 04:15:45 UTC 2013 - crrodriguez@opensuse.org
- patch cups-move-everything-to-run.patch missed to move
CUPS_STATEDIR to run, so systemd sockets are still created
in /var/run
- Add required tmpfiles.d config snippet to ensure /run/cups
is always available.
- Add required tmpfiles.d config snippet to ensure /run/cups
is always available.
-------------------------------------------------------------------
Fri Jul 5 14:33:53 CEST 2013 - jsmeix@suse.de