diff --git a/foomatic-db-epson-stylus-color-200.patch b/foomatic-db-epson-stylus-color-200.patch new file mode 100644 index 0000000..53323ff --- /dev/null +++ b/foomatic-db-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-db.spec b/foomatic-db.spec index 3c32f52..5009662 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: 3.%{dbver_snap}%{?dist} +Release: 4.%{dbver_snap}%{?dist} License: GPLv2+ Group: System Environment/Libraries Requires: %{name}-filesystem = %{version}-%{release} @@ -14,6 +14,8 @@ Requires: %{name}-ppds = %{version}-%{release} Source0: http://www.openprinting.org/download/foomatic/foomatic-db-%{dbver_rel}-%{dbver_snap}.tar.gz Source1: http://www.openprinting.org/download/foomatic/foomatic-db-hpijs-%{hpijsver}.tar.gz +Patch1: foomatic-db-epson-stylus-color-200.patch + Url: http://www.openprinting.org BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -57,6 +59,9 @@ PPDs from printer manufacturers. find -type d | xargs chmod g-s pushd foomatic-db-%{dbver_snap} + +%patch1 -p1 -b .epson-stylus-color-200 + cd db/source # For gutenprint printers, use gutenprint-ijs-simplified.5.2. @@ -148,6 +153,9 @@ rm -rf %{buildroot} %{_datadir}/cups/model/foomatic-db-ppds %changelog +* Tue Aug 18 2009 Tim Waugh 4.0-4.20090702 +- Use stcolor driver for Epson Stylus Color 200 (bug #513676). + * Mon Aug 17 2009 Tim Waugh 4.0-3.20090702 - License for ppds sub-package should include GPLv2+. - Ship COPYING file in main package.