From e8b2b7289ab1d56415a5805fbdd3153189242883 Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Jun 12 2018 13:22:34 +0000 Subject: hybrid pdftops filter requires poppler and ghostscript for run --- diff --git a/cups-filters.spec b/cups-filters.spec index 3a11132..ac4a577 100644 --- a/cups-filters.spec +++ b/cups-filters.spec @@ -4,7 +4,7 @@ Summary: OpenPrinting CUPS filters and backends Name: cups-filters Version: 1.20.3 -Release: 2%{?dist} +Release: 3%{?dist} # For a breakdown of the licensing, see COPYING file # GPLv2: filters: commandto*, imagetoraster, pdftops, rasterto*, @@ -72,8 +72,10 @@ BuildRequires: automake BuildRequires: libtool Requires: cups-filesystem -# poppler filters (only if enabled) and printing banners -Recommends: poppler-utils +# if --with-pdftops is set to hybrid, we use poppler filters for several printers +# and for printing banners, for other printers we need gs - ghostscript +Requires: poppler-utils +Requires: ghostscript # texttopdf Requires: liberation-mono-fonts @@ -289,6 +291,9 @@ fi %{_libdir}/libfontembed.so %changelog +* Tue Jun 12 2018 Zdenek Dohnal - 1.20.3-3 +- hybrid pdftops filter requires poppler and ghostscript for run + * Tue Jun 12 2018 Zdenek Dohnal - 1.20.3-2 - cups-browsed needs to have cups.service to run