From ffa30143e5cef7e4e5b8f153fb585143aefa06df Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Aug 04 2009 15:27:54 +0000 Subject: - Use stcolor driver for Epson Stylus Color 200 (bug #513676). --- diff --git a/foomatic-epson-stylus-color-200.patch b/foomatic-epson-stylus-color-200.patch new file mode 100644 index 0000000..53323ff --- /dev/null +++ b/foomatic-epson-stylus-color-200.patch @@ -0,0 +1,25 @@ +diff -up foomatic-db-20090702/db/source/driver/stcolor.xml.epson-stylus-color-200 foomatic-db-20090702/db/source/driver/stcolor.xml +--- foomatic-db-20090702/db/source/driver/stcolor.xml.epson-stylus-color-200 2009-07-02 08:49:20.000000000 +0100 ++++ foomatic-db-20090702/db/source/driver/stcolor.xml 2009-08-04 16:08:19.378201381 +0100 +@@ -22,6 +22,9 @@ better dithering. Try it. + printer/Epson-Stylus_Color + + ++ printer/Epson-Stylus_Color_200 ++ ++ + printer/Epson-Stylus_Color_300 + + Works with the "-dMicroweave" option. +diff -up foomatic-db-20090702/db/source/printer/Epson-Stylus_Color_200.xml.epson-stylus-color-200 foomatic-db-20090702/db/source/printer/Epson-Stylus_Color_200.xml +--- foomatic-db-20090702/db/source/printer/Epson-Stylus_Color_200.xml.epson-stylus-color-200 2009-07-02 08:49:23.000000000 +0100 ++++ foomatic-db-20090702/db/source/printer/Epson-Stylus_Color_200.xml 2009-08-04 16:08:19.382201394 +0100 +@@ -19,7 +19,7 @@ + + B + +- mj500c ++ stcolor + + Imported from old Red Hat japanese printer database + diff --git a/foomatic.spec b/foomatic.spec index 65d9af4..fc17edd 100644 --- a/foomatic.spec +++ b/foomatic.spec @@ -40,6 +40,7 @@ Patch102: foomatic-bad-utf8.patch ## PATCHES FOR FOOMATIC-DB-HPIJS (PATCHES 201 TO 300) ## PATCHES FOR FOOMATIC-DB (PATCHES 301 TO 400) +Patch301: foomatic-epson-stylus-color-200.patch Url: http://www.linuxprinting.org BuildRequires: perl >= 3:5.8.1 @@ -101,6 +102,7 @@ pushd foomatic-db-hpijs-%{hpijsver} popd pushd foomatic-db-%{dbver_snap} +%patch301 -p1 -b .epson-stylus-color-200 cd db/source @@ -245,7 +247,8 @@ rm -fr %buildroot $RPM_BUILD_DIR/%{name} %{_var}/cache/foomatic %changelog -* Wed Jul 29 2009 Tim Waugh 4.0.2-5 +* Tue Aug 4 2009 Tim Waugh 4.0.2-5 +- Use stcolor driver for Epson Stylus Color 200 (bug #513676). - Don't ship 3-distribution symlink as CUPS already searches /usr/share/ppd (bug #514244). - Remove non-PPD files from PPD directory (bug #514242).