From ee979415b46b8e0d674cfdec6585ad097d3a19ec Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Fri, 28 Jan 2011 09:06:26 +0000 Subject: [PATCH] Rebuilt to pick up postscriptdriver tags now that python-cups provides the machinery for this. --- foomatic-db.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/foomatic-db.spec b/foomatic-db.spec index 15df302..ded9c53 100644 --- a/foomatic-db.spec +++ b/foomatic-db.spec @@ -5,7 +5,7 @@ Summary: Database of printers and printer drivers Name: foomatic-db Version: %{dbver_rel} -Release: 25.%{dbver_snap}%{?dist} +Release: 26.%{dbver_snap}%{?dist} License: GPLv2+ Group: System Environment/Libraries Requires: %{name}-filesystem = %{version}-%{release} @@ -31,6 +31,9 @@ Obsoletes: oki4linux < 2.1gst-5 # Make sure we get postscriptdriver tags. BuildRequires: python-cups +# Build requires cups so that configure knows where to put PPDs. +BuildRequires: cups + %description This is the database of printers, printer drivers, and driver options for Foomatic. @@ -198,6 +201,11 @@ rm -rf %{buildroot} %{_datadir}/cups/model/foomatic-db-ppds %changelog +* Fri Jan 28 2011 Tim Waugh 4.0-26.20101123 +- Rebuilt to pick up postscriptdriver tags now that python-cups + provides the machinery for this. +- Build requires cups so that configure knows where to put PPDs. + * Wed Jan 19 2011 Jiri Popelka 4.0-25.20101123 - Removed Brother P-touch (bug #560610, comment #10)