From 35743f2e34c53bd45c491d4291f5ba1020da0fcb Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Sep 02 2008 10:35:33 +0000 Subject: - Fixed PPD generation for HP LaserJet 4345 MFP (bug #459847). --- diff --git a/foomatic-459847.patch b/foomatic-459847.patch new file mode 100644 index 0000000..3763c2e --- /dev/null +++ b/foomatic-459847.patch @@ -0,0 +1,11 @@ +diff -up foomatic-db-20080211/db/source/printer/HP-LaserJet_4345_MFP.xml.459847 foomatic-db-20080211/db/source/printer/HP-LaserJet_4345_MFP.xml +--- foomatic-db-20080211/db/source/printer/HP-LaserJet_4345_MFP.xml.459847 2008-09-02 11:06:58.000000000 +0100 ++++ foomatic-db-20080211/db/source/printer/HP-LaserJet_4345_MFP.xml 2008-09-02 11:07:27.000000000 +0100 +@@ -1,6 +1,6 @@ + + HP +- LaserJet 4345 mfp ++ LaserJet 4345 MFP + + + diff --git a/foomatic.spec b/foomatic.spec index e0125ab..21fb727 100644 --- a/foomatic.spec +++ b/foomatic.spec @@ -6,7 +6,7 @@ Summary: Foomatic printer database. Name: foomatic Version: 3.0.2 -Release: 59%{?dist} +Release: 60%{?dist} License: GPLv2+ Group: System Environment/Libraries @@ -46,6 +46,8 @@ Patch16: foomatic-ieee1284.patch Patch17: foomatic-clean-up-on-cancel.patch Patch18: foomatic-sigpipe.patch +Patch19: foomatic-459847.patch + Url: http://www.linuxprinting.org BuildRequires: perl >= 3:5.8.1 BuildRequires: perl(ExtUtils::MakeMaker) @@ -111,6 +113,7 @@ pushd foomatic-db-%{dbver} %patch7 -p1 -b .ppdload-ppd %patch16 -p1 -b .ieee1284 +%patch19 -p1 -b .459847 cd db/source @@ -250,6 +253,9 @@ rm -fr %buildroot $RPM_BUILD_DIR/%{name} %{_var}/cache/foomatic %changelog +* Tue Sep 2 2008 Tim Waugh 3.0.2-60 +- Fixed PPD generation for HP LaserJet 4345 MFP (bug #459847). + * Thu May 8 2008 Tim Waugh - Avoid busy-looping when the CUPS backend stops (bug #445555).