- Fixed PPD generation for HP LaserJet 4345 MFP (bug #459847).

This commit is contained in:
Tim Waugh 2008-09-02 10:39:45 +00:00
parent 2526c86c74
commit 6a8bf0ab3d
2 changed files with 17 additions and 1 deletions

11
foomatic-459847.patch Normal file
View File

@ -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 @@
<printer id="printer/HP-LaserJet_4345_MFP">
<make>HP</make>
- <model>LaserJet 4345 mfp</model>
+ <model>LaserJet 4345 MFP</model>
<mechanism>
<laser/><!--not "color"-->
<resolution>

View File

@ -6,7 +6,7 @@
Summary: Foomatic printer database.
Name: foomatic
Version: 3.0.2
Release: 61%{?dist}
Release: 62%{?dist}
License: GPLv2+
Group: System Environment/Libraries
@ -41,6 +41,7 @@ Patch14: foomatic-ampathxml.patch
Patch15: foomatic-bad-utf8.patch
Patch18: foomatic-sigpipe.patch
Patch19: foomatic-459847.patch
Url: http://www.linuxprinting.org
BuildRequires: perl >= 3:5.8.1
@ -104,6 +105,7 @@ popd
pushd foomatic-db-%{dbver}
%patch7 -p1 -b .ppdload-ppd
%patch19 -p1 -b .459847
cd db/source
@ -246,6 +248,9 @@ rm -fr %buildroot $RPM_BUILD_DIR/%{name}
%{_var}/cache/foomatic
%changelog
* Tue Sep 2 2008 Tim Waugh <twaugh@redhat.com> 3.0.2-62
- Fixed PPD generation for HP LaserJet 4345 MFP (bug #459847).
* Thu Jul 10 2008 Tim Waugh <twaugh@redhat.com> 3.0.2-61
- Updated db-hpijs to 20080710.
- Updated db to 20080710.