diff --git a/gutenprint-device-ids.patch b/gutenprint-device-ids.patch index 6fe4677..aaeb153 100644 --- a/gutenprint-device-ids.patch +++ b/gutenprint-device-ids.patch @@ -1,6 +1,15 @@ 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 +@@ -329,7 +329,7 @@ + + + +- ++ + + + @@ -436,7 +436,7 @@ diff --git a/gutenprint.spec b/gutenprint.spec index 4a15393..b5bfb36 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: 6%{?dist} Group: System Environment/Base URL: http://gimp-print.sourceforge.net/ Source0: http://dl.sf.net/gimp-print/gutenprint-%{version}.tar.bz2 @@ -155,6 +155,7 @@ Epson, HP and compatible printers. # 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 Photo R230 (from Ubuntu #520466). %patch5 -p1 -b .device-ids cp %{SOURCE2} src/cups/cups-genppdupdate.in @@ -284,6 +285,9 @@ fi /bin/rm -f /var/cache/foomatic/* %changelog +* 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).