rpms/evolution/devel evolution-2.8.0-fix-indic-printing.patch, 1.2, 1.3 evolution.spec, 1.219, 1.220

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Dec 20 16:28:18 UTC 2006


Author: mbarnes

Update of /cvs/dist/rpms/evolution/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv16823

Modified Files:
	evolution-2.8.0-fix-indic-printing.patch evolution.spec 
Log Message:

* Wed Dec 20 2006 Matthew Barnes <mbarnes at redhat.com> - 2.9.4-2.fc7
- Revise patch for RH bug #202751 (printing of indic languages).


evolution-2.8.0-fix-indic-printing.patch:
 composer/e-msg-composer.c             |   43 ++++++++++++++++++++++++++++++++++
 composer/e-msg-composer.h             |    2 +
 plugins/print-message/print-message.c |    4 +--
 3 files changed, 47 insertions(+), 2 deletions(-)

Index: evolution-2.8.0-fix-indic-printing.patch
===================================================================
RCS file: /cvs/dist/rpms/evolution/devel/evolution-2.8.0-fix-indic-printing.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- evolution-2.8.0-fix-indic-printing.patch	7 Nov 2006 19:28:19 -0000	1.2
+++ evolution-2.8.0-fix-indic-printing.patch	20 Dec 2006 16:28:16 -0000	1.3
@@ -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 *


Index: evolution.spec
===================================================================
RCS file: /cvs/dist/rpms/evolution/devel/evolution.spec,v
retrieving revision 1.219
retrieving revision 1.220
diff -u -r1.219 -r1.220
--- evolution.spec	19 Dec 2006 22:24:50 -0000	1.219
+++ evolution.spec	20 Dec 2006 16:28:16 -0000	1.220
@@ -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 @@
 %{_libdir}/evolution/%{evo_major}/libmenus.so
 
 %changelog
+* Wed Dec 20 2006 Matthew Barnes <mbarnes at redhat.com> - 2.9.4-2.fc7
+- Revise patch for RH bug #202751 (printing of indic languages).
+
 * Tue Dec 19 2006 Matthew Barnes <mbarnes at redhat.com> - 2.9.4-1.fc7
 - Update to 2.9.4
 - Bump eds_version to 1.9.4 due to soname changes.




More information about the fedora-cvs-commits mailing list