From 14f296e136d2ffc99c04bfac64cd6e8644ac6ee2 Mon Sep 17 00:00:00 2001 From: Jiri Popelka Date: Tue, 9 Aug 2011 15:26:15 +0200 Subject: [PATCH] Added DeviceID for Epson Stylus D78 (bug #245948). --- gutenprint-device-ids.patch | 18 +++++++++++++----- gutenprint.spec | 6 ++++-- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/gutenprint-device-ids.patch b/gutenprint-device-ids.patch index 22a5257..4563bcb 100644 --- a/gutenprint-device-ids.patch +++ b/gutenprint-device-ids.patch @@ -1,6 +1,6 @@ diff -up gutenprint-5.2.7/src/xml/printers.xml.device-ids gutenprint-5.2.7/src/xml/printers.xml --- gutenprint-5.2.7/src/xml/printers.xml.device-ids 2011-05-01 17:44:04.000000000 +0200 -+++ gutenprint-5.2.7/src/xml/printers.xml 2011-05-05 13:07:51.000000000 +0200 ++++ gutenprint-5.2.7/src/xml/printers.xml 2011-06-03 17:12:34.507467491 +0200 @@ -143,11 +143,11 @@ @@ -33,7 +33,15 @@ diff -up gutenprint-5.2.7/src/xml/printers.xml.device-ids gutenprint-5.2.7/src/x -@@ -785,7 +785,7 @@ +@@ -522,6 +522,7 @@ + + + ++ + + + +@@ -785,7 +786,7 @@ @@ -42,7 +50,7 @@ diff -up gutenprint-5.2.7/src/xml/printers.xml.device-ids gutenprint-5.2.7/src/x -@@ -918,9 +918,9 @@ +@@ -918,9 +919,9 @@ @@ -54,7 +62,7 @@ diff -up gutenprint-5.2.7/src/xml/printers.xml.device-ids gutenprint-5.2.7/src/x -@@ -1090,19 +1090,19 @@ +@@ -1090,19 +1091,19 @@ @@ -79,7 +87,7 @@ diff -up gutenprint-5.2.7/src/xml/printers.xml.device-ids gutenprint-5.2.7/src/x -@@ -1110,15 +1110,15 @@ +@@ -1110,15 +1111,15 @@ diff --git a/gutenprint.spec b/gutenprint.spec index 3e6f4cd..082dc3b 100644 --- a/gutenprint.spec +++ b/gutenprint.spec @@ -154,7 +154,7 @@ Epson, HP and compatible printers. # Allow the CUPS dynamic driver to run inside a build root. %patch3 -p1 -b .postscriptdriver # Added IEEE 1284 Device ID for -# Epson Stylus D92 (bug #570888). +# Epson Stylus D78 (bug #245948). # Epson Stylus Photo R230 (from Ubuntu #520466). # Epson Stylus D92 (bug #570888). # Epson Stylus Photo 1400 (bug #577299). @@ -301,8 +301,10 @@ fi /bin/rm -f /var/cache/foomatic/* %changelog -* Mon Jul 25 2011 Jiri Popelka 5.2.7-4 +* Tue Aug 09 2011 Jiri Popelka 5.2.7-4 - Improve the null-pointer.patch (bug #725447). +- Added IEEE 1284 Device ID for: + Epson Stylus D78 (bug #245948). * Tue Jun 28 2011 Tim Waugh 5.2.7-3 - Fixed use of find_lang macro (bug #716426).