From 3896ee439f27997e54c004211f01d6913b9b3bad Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Dec 08 2009 10:22:08 +0000 Subject: - Use the text filter for text/css files (bug #545026, STR #3442). --- diff --git a/cups-str3442.patch b/cups-str3442.patch new file mode 100644 index 0000000..af57fd4 --- /dev/null +++ b/cups-str3442.patch @@ -0,0 +1,11 @@ +diff -up cups-1.4.2/conf/mime.convs.in.str3442 cups-1.4.2/conf/mime.convs.in +--- cups-1.4.2/conf/mime.convs.in.str3442 2009-05-22 20:30:39.000000000 +0100 ++++ cups-1.4.2/conf/mime.convs.in 2009-12-08 10:19:40.044329553 +0000 +@@ -47,6 +47,7 @@ application/x-perl application/postscri + application/x-shell application/postscript 33 texttops + text/plain application/postscript 33 texttops + text/html application/postscript 33 texttops ++text/css application/postscript 33 texttops + image/gif application/vnd.cups-postscript 66 imagetops + image/png application/vnd.cups-postscript 66 imagetops + image/jpeg application/vnd.cups-postscript 66 imagetops diff --git a/cups.spec b/cups.spec index 5b9a680..8f7cab3 100644 --- a/cups.spec +++ b/cups.spec @@ -61,6 +61,7 @@ Patch36: cups-str3422.patch Patch37: cups-str3413.patch Patch38: cups-str3439.patch Patch39: cups-str3440.patch +Patch40: cups-str3442.patch Patch100: cups-lspp.patch @@ -229,6 +230,7 @@ module. %patch37 -p1 -b .str3413 %patch38 -p1 -b .str3439 %patch39 -p1 -b .str3440 +%patch40 -p1 -b .str3442 %if %lspp %patch100 -p1 -b .lspp @@ -520,6 +522,7 @@ rm -rf $RPM_BUILD_ROOT %changelog * Tue Dec 8 2009 Tim Waugh - 1:1.4.2-14 +- Use the text filter for text/css files (bug #545026, STR #3442). - Show conflicting option values in web UI (bug #544326, STR #3440). - Use upstream fix for adjustment of conflicting options (bug #533426, STR #3439).