rpms/foomatic-db/devel foomatic-db-epson-stylus-color-200.patch, NONE, 1.1 foomatic-db.spec, 1.1, 1.2

Tim Waugh twaugh at fedoraproject.org
Tue Aug 18 08:42:46 UTC 2009


Author: twaugh

Update of /cvs/pkgs/rpms/foomatic-db/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6691

Modified Files:
	foomatic-db.spec 
Added Files:
	foomatic-db-epson-stylus-color-200.patch 
Log Message:
* Tue Aug 18 2009 Tim Waugh <twaugh at redhat.com> 4.0-4.20090702
- Use stcolor driver for Epson Stylus Color 200 (bug #513676).


foomatic-db-epson-stylus-color-200.patch:
 driver/stcolor.xml                 |    3 +++
 printer/Epson-Stylus_Color_200.xml |    2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

--- NEW FILE foomatic-db-epson-stylus-color-200.patch ---
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.</en>
    <id>printer/Epson-Stylus_Color</id><!-- Epson Stylus Color -->
   </printer>
   <printer>
+   <id>printer/Epson-Stylus_Color_200</id><!-- Epson Stylus Color 200 -->
+  </printer>
+  <printer>
    <id>printer/Epson-Stylus_Color_300</id><!-- Epson Stylus Color 300 -->
    <comments>
     <en>Works with the "-dMicroweave" option.</en>
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 @@
   <autodetect></autodetect>
   <functionality>B</functionality>
   <!--not "unverified"-->
-  <driver>mj500c</driver>
+  <driver>stcolor</driver>
   <comments>
     <en>Imported from old Red Hat japanese printer database</en>
     </comments>


Index: foomatic-db.spec
===================================================================
RCS file: /cvs/pkgs/rpms/foomatic-db/devel/foomatic-db.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- foomatic-db.spec	18 Aug 2009 08:03:15 -0000	1.1
+++ foomatic-db.spec	18 Aug 2009 08:42:45 -0000	1.2
@@ -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}-%{re
 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 <twaugh at redhat.com> 4.0-4.20090702
+- Use stcolor driver for Epson Stylus Color 200 (bug #513676).
+
 * Mon Aug 17 2009 Tim Waugh <twaugh at redhat.com> 4.0-3.20090702
 - License for ppds sub-package should include GPLv2+.
 - Ship COPYING file in main package.




More information about the fedora-extras-commits mailing list