From 01aeae47629e9b5ccbca9456a4d87b96d901d149 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 20 Dec 2006 16:28:16 +0000 Subject: [PATCH] - Revise patch for RH bug #202751 (printing of indic languages). --- evolution-2.8.0-fix-indic-printing.patch | 22 +++++++--------------- evolution.spec | 5 ++++- 2 files changed, 11 insertions(+), 16 deletions(-) diff --git a/evolution-2.8.0-fix-indic-printing.patch b/evolution-2.8.0-fix-indic-printing.patch index eab8a5d..4c53199 100644 --- a/evolution-2.8.0-fix-indic-printing.patch +++ b/evolution-2.8.0-fix-indic-printing.patch @@ -1,5 +1,5 @@ ---- evolution-2.9.2/plugins/print-message/print-message.c.fix-indic-printing 2005-08-23 23:14:10.000000000 -0400 -+++ evolution-2.9.2/plugins/print-message/print-message.c 2006-11-07 13:47:35.000000000 -0500 +--- evolution-2.9.4/plugins/print-message/print-message.c.fix-indic-printing 2005-08-23 23:14:10.000000000 -0400 ++++ evolution-2.9.4/plugins/print-message/print-message.c 2006-12-19 16:58:21.000000000 -0500 @@ -83,7 +83,7 @@ data->config = e_print_load_config (); data->preview = 0; @@ -18,8 +18,8 @@ print_response(NULL, GNOME_PRINT_DIALOG_RESPONSE_PREVIEW, data); } ---- evolution-2.9.2/composer/e-msg-composer.h.fix-indic-printing 2005-12-07 03:29:51.000000000 -0500 -+++ evolution-2.9.2/composer/e-msg-composer.h 2006-11-07 13:47:35.000000000 -0500 +--- evolution-2.9.4/composer/e-msg-composer.h.fix-indic-printing 2005-12-07 03:29:51.000000000 -0500 ++++ evolution-2.9.4/composer/e-msg-composer.h 2006-12-19 16:58:21.000000000 -0500 @@ -96,6 +96,8 @@ CamelMimePart *part); CamelMimeMessage *e_msg_composer_get_message (EMsgComposer *composer, @@ -29,17 +29,9 @@ CamelMimeMessage *e_msg_composer_get_message_draft (EMsgComposer *composer); void e_msg_composer_show_sig_file (EMsgComposer *composer); gboolean e_msg_composer_get_send_html (EMsgComposer *composer); ---- evolution-2.9.2/composer/e-msg-composer.c.fix-indic-printing 2006-11-07 13:47:35.000000000 -0500 -+++ evolution-2.9.2/composer/e-msg-composer.c 2006-11-07 14:02:39.000000000 -0500 -@@ -615,6 +615,7 @@ - camel_object_unref (stream); - - camel_data_wrapper_set_mime_type_field (plain, type); -+ camel_data_wrapper_set_mime_type (plain, "text/plain; charset=utf-8"); - camel_content_type_unref (type); - - if (p->send_html) { -@@ -5189,6 +5190,49 @@ +--- evolution-2.9.4/composer/e-msg-composer.c.fix-indic-printing 2006-12-19 16:58:21.000000000 -0500 ++++ evolution-2.9.4/composer/e-msg-composer.c 2006-12-20 10:44:45.000000000 -0500 +@@ -5189,6 +5189,49 @@ } CamelMimeMessage * diff --git a/evolution.spec b/evolution.spec index 08f2910..07de53a 100644 --- a/evolution.spec +++ b/evolution.spec @@ -44,7 +44,7 @@ Name: evolution Version: 2.9.4 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Applications/Productivity Summary: GNOME's next-generation groupware suite @@ -729,6 +729,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/evolution/%{evo_major}/libmenus.so %changelog +* Wed Dec 20 2006 Matthew Barnes - 2.9.4-2.fc7 +- Revise patch for RH bug #202751 (printing of indic languages). + * Tue Dec 19 2006 Matthew Barnes - 2.9.4-1.fc7 - Update to 2.9.4 - Bump eds_version to 1.9.4 due to soname changes.