From d5161566a527aa701f40fb0811352969e1faa86c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Popelka?= Date: Wed, 12 May 2010 11:13:03 +0000 Subject: [PATCH] - Added IEEE 1284 Device ID for: Epson Stylus Photo 1400 (bug #577299). Epson Stylus Photo 830U (bug #577307). HP DeskJet 959C (bug #577291). --- gutenprint-device-ids.patch | 40 +++++++++++++++++++++++++++++++++++-- gutenprint.spec | 19 ++++++++++++++++-- 2 files changed, 55 insertions(+), 4 deletions(-) diff --git a/gutenprint-device-ids.patch b/gutenprint-device-ids.patch index 6fe4677..8b11051 100644 --- a/gutenprint-device-ids.patch +++ b/gutenprint-device-ids.patch @@ -1,6 +1,33 @@ diff -up gutenprint-5.2.5/src/xml/printers.xml.device-ids gutenprint-5.2.5/src/xml/printers.xml ---- gutenprint-5.2.5/src/xml/printers.xml.device-ids 2010-03-08 22:55:11.321987706 +0000 -+++ gutenprint-5.2.5/src/xml/printers.xml 2010-03-08 22:56:51.669987148 +0000 +--- gutenprint-5.2.5/src/xml/printers.xml.device-ids 2010-03-25 09:43:15.075221894 +0000 ++++ gutenprint-5.2.5/src/xml/printers.xml 2010-03-25 09:44:32.125096565 +0000 +@@ -305,7 +305,7 @@ + + + +- ++ + + + +@@ -321,7 +321,7 @@ + + + +- ++ + + + +@@ -329,7 +329,7 @@ + + + +- ++ + + + @@ -436,7 +436,7 @@ @@ -10,3 +37,12 @@ diff -up gutenprint-5.2.5/src/xml/printers.xml.device-ids gutenprint-5.2.5/src/x +@@ -904,7 +904,7 @@ + + + +- ++ + + + diff --git a/gutenprint.spec b/gutenprint.spec index 4a15393..51157a6 100644 --- a/gutenprint.spec +++ b/gutenprint.spec @@ -4,7 +4,7 @@ Name: gutenprint Summary: Printer Drivers Package Version: 5.2.5 -Release: 5%{?dist} +Release: 7%{?dist} Group: System Environment/Base URL: http://gimp-print.sourceforge.net/ Source0: http://dl.sf.net/gimp-print/gutenprint-%{version}.tar.bz2 @@ -154,7 +154,13 @@ Epson, HP and compatible printers. %patch3 -p1 -b .brother-hl-2040 # Allow the CUPS dynamic driver to run inside a build root. %patch4 -p1 -b .postscriptdriver -# Added IEEE 1284 Device ID for Epson Stylus D92 (bug #570888). +# Added IEEE 1284 Device ID for +# Epson Stylus D92 (bug #570888). +# Epson Stylus Photo R230 (from Ubuntu #520466). +# Epson Stylus D92 (bug #570888). +# Epson Stylus Photo 1400 (bug #577299). +# Epson Stylus Photo 830U (bug #577307). +# HP DeskJet 959C (bug #577291). %patch5 -p1 -b .device-ids cp %{SOURCE2} src/cups/cups-genppdupdate.in @@ -284,6 +290,15 @@ fi /bin/rm -f /var/cache/foomatic/* %changelog +* Wed May 12 2010 Jiri Popelka 5.2.5-7 +- Added IEEE 1284 Device ID for: + Epson Stylus Photo 1400 (bug #577299). + Epson Stylus Photo 830U (bug #577307). + HP DeskJet 959C (bug #577291). + +* Thu Mar 25 2010 Tim Waugh 5.2.5-6 +- Added IEEE 1284 Device ID for Epson Stylus Photo R230 (from Ubuntu #520466). + * Mon Mar 8 2010 Tim Waugh 5.2.5-5 - Added IEEE 1284 Device ID for Epson Stylus D92 (bug #570888).