From 47f98d2806b4133cc539714054c2ca0daa342595 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Jun 22 2010 09:47:06 +0000 Subject: - Removed dependency on ghostscript-cups package. The pstoraster filter is not in that package until Fedora 13. --- diff --git a/cups.spec b/cups.spec index a3eccd4..83679a3 100644 --- a/cups.spec +++ b/cups.spec @@ -8,7 +8,7 @@ Summary: Common Unix Printing System Name: cups Version: 1.4.4 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2 Group: System Environment/Daemons Source: http://ftp.easysw.com/pub/cups/%{version}/cups-%{version}-source.tar.bz2 @@ -136,9 +136,6 @@ Requires: ghostscript 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 @@ -576,6 +573,10 @@ rm -rf $RPM_BUILD_ROOT %{php_extdir}/phpcups.so %changelog +* Tue Jun 22 2010 Tim Waugh 1:1.4.4-3 +- Removed dependency on ghostscript-cups package. The pstoraster + filter is not in that package until Fedora 13. + * Fri Jun 18 2010 Tim Waugh 1:1.4.4-2 - Re-enabled SSL support by using OpenSSL instead of gnutls.