- Bumped paps requirement.
- Don't use texttopaps for application/* MIME types (bug #197214).
This commit is contained in:
parent
3fcd028d7d
commit
ab136bfc6b
@ -1,19 +1,11 @@
|
|||||||
--- cups-1.2.1/conf/mime.convs.paps 2006-06-29 12:51:14.000000000 +0100
|
--- cups-1.2.1/conf/mime.convs.paps 2006-04-14 20:21:03.000000000 +0100
|
||||||
+++ cups-1.2.1/conf/mime.convs 2006-06-29 12:51:54.000000000 +0100
|
+++ cups-1.2.1/conf/mime.convs 2006-06-29 15:12:57.000000000 +0100
|
||||||
@@ -46,12 +46,12 @@
|
@@ -50,8 +50,8 @@
|
||||||
application/pdf application/postscript 33 pdftops
|
application/x-csource application/postscript 33 texttops
|
||||||
application/postscript application/vnd.cups-postscript 66 pstops
|
application/x-perl application/postscript 33 texttops
|
||||||
application/vnd.hp-HPGL application/postscript 66 hpgltops
|
application/x-shell application/postscript 33 texttops
|
||||||
-application/x-cshell application/postscript 33 texttops
|
|
||||||
-application/x-csource application/postscript 33 texttops
|
|
||||||
-application/x-perl application/postscript 33 texttops
|
|
||||||
-application/x-shell application/postscript 33 texttops
|
|
||||||
-text/plain application/postscript 33 texttops
|
-text/plain application/postscript 33 texttops
|
||||||
-text/html application/postscript 33 texttops
|
-text/html application/postscript 33 texttops
|
||||||
+application/x-cshell application/postscript 33 texttopaps
|
|
||||||
+application/x-csource application/postscript 33 texttopaps
|
|
||||||
+application/x-perl application/postscript 33 texttopaps
|
|
||||||
+application/x-shell application/postscript 33 texttopaps
|
|
||||||
+text/plain application/postscript 33 texttopaps
|
+text/plain application/postscript 33 texttopaps
|
||||||
+text/html application/postscript 33 texttopaps
|
+text/html application/postscript 33 texttopaps
|
||||||
image/gif application/vnd.cups-postscript 66 imagetops
|
image/gif application/vnd.cups-postscript 66 imagetops
|
||||||
|
@ -76,7 +76,7 @@ BuildPrereq: dbus-devel >= 0.60
|
|||||||
Requires: dbus >= 0.60
|
Requires: dbus >= 0.60
|
||||||
|
|
||||||
# The paps package uses pango to render UTF-8 text to PostScript.
|
# The paps package uses pango to render UTF-8 text to PostScript.
|
||||||
Requires: paps >= 0.6.6-8.fc6
|
Requires: paps >= 0.6.6-9
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Common Unix Printing System - development environment
|
Summary: Common Unix Printing System - development environment
|
||||||
@ -401,6 +401,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{cups_serverbin}/daemon/cups-lpd
|
%{cups_serverbin}/daemon/cups-lpd
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 29 2006 Tim Waugh <twaugh@redhat.com>
|
||||||
|
- Bumped paps requirement.
|
||||||
|
- Don't use texttopaps for application/* MIME types (bug #197214).
|
||||||
|
|
||||||
* Thu Jun 29 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.1-15
|
* Thu Jun 29 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.1-15
|
||||||
- Require paps and use it for printing text (bug #197214).
|
- Require paps and use it for printing text (bug #197214).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user