- Fixed typo in HP-Color_LaserJet_9500_MFP.xml.

This commit is contained in:
Tim Waugh 2008-09-02 15:53:01 +00:00
parent 327304dddf
commit e2397982b4
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,11 @@
diff -up foomatic-db-20080710/db/source/printer/HP-Color_LaserJet_9500_MFP.xml.hpclj9500mfp foomatic-db-20080710/db/source/printer/HP-Color_LaserJet_9500_MFP.xml
--- foomatic-db-20080710/db/source/printer/HP-Color_LaserJet_9500_MFP.xml.hpclj9500mfp 2008-09-02 16:51:29.000000000 +0100
+++ foomatic-db-20080710/db/source/printer/HP-Color_LaserJet_9500_MFP.xml 2008-09-02 16:51:39.000000000 +0100
@@ -1,6 +1,6 @@
<printer id="printer/HP-Color_LaserJet_9500_MFP">
<make>HP</make>
- <model>ColorLaserJet 9500 MFP</model>
+ <model>Color LaserJet 9500 MFP</model>
<mechanism>
<laser/>
<color/>

View File

@ -43,6 +43,7 @@ Patch15: foomatic-bad-utf8.patch
Patch18: foomatic-sigpipe.patch
Patch19: foomatic-459847.patch
Patch20: foomatic-busyloop.patch
Patch21: foomatic-hpclj9500mfp.patch
Url: http://www.linuxprinting.org
BuildRequires: perl >= 3:5.8.1
@ -108,6 +109,7 @@ popd
pushd foomatic-db-%{dbver}
%patch7 -p1 -b .ppdload-ppd
%patch19 -p1 -b .459847
%patch21 -p1 -b .hpclj9500mfp
cd db/source
@ -250,6 +252,9 @@ rm -fr %buildroot $RPM_BUILD_DIR/%{name}
%{_var}/cache/foomatic
%changelog
* Tue Sep 2 2008 Tim Waugh <twaugh@redhat.com>
- Fixed typo in HP-Color_LaserJet_9500_MFP.xml.
* Tue Sep 2 2008 Tim Waugh <twaugh@redhat.com> 3.0.2-63
- Avoid busy-looping when trying to shorten long PPD nicknames.