From c65705e72edbcddc1756778342d208ac82884df4 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Fri, 22 Jan 2010 15:48:18 +0000 Subject: [PATCH] - Make sure we have some filters for converting to raster format. --- cups.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/cups.spec b/cups.spec index f2e7fa0..9b499de 100644 --- a/cups.spec +++ b/cups.spec @@ -8,7 +8,7 @@ Summary: Common Unix Printing System Name: cups Version: 1.4.2 -Release: 26%{?dist} +Release: 27%{?dist} License: GPLv2 Group: System Environment/Daemons Source: http://ftp.easysw.com/pub/cups/%{version}/cups-%{version}-source.tar.bz2 @@ -138,6 +138,9 @@ Requires: poppler-utils Requires: udev Requires: acl +# Make sure we have some filters for converting to raster format. +Requires: ghostscript-cups + %package devel Summary: Common Unix Printing System - development environment Group: Development/Libraries @@ -546,6 +549,9 @@ rm -rf $RPM_BUILD_ROOT %{php_extdir}/phpcups.so %changelog +* Fri Jan 22 2010 Tim Waugh - 1:1.4.2-27 +- Make sure we have some filters for converting to raster format. + * Fri Jan 15 2010 Tim Waugh - 1:1.4.2-26 - Reset status after successful ipp job (bug #548219, STR #3460).