- Use the text filter for text/css files (bug #545026, STR #3442).

This commit is contained in:
Tim Waugh 2009-12-08 10:22:08 +00:00
parent 72bf11dccc
commit 3896ee439f
2 changed files with 14 additions and 0 deletions

11
cups-str3442.patch Normal file
View File

@ -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

View File

@ -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 <twaugh@redhat.com> - 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).