[evolution-mapi/f17] Add patch for Gnome bug #637291 (Cannot send certain messages)

Milan Crha mcrha at fedoraproject.org
Mon Jun 25 18:20:05 UTC 2012


commit d4959aac34d515cb618cd7e7c62f0a55e29e806c
Author: Milan Crha <mcrha at redhat.com>
Date:   Mon Jun 25 20:19:57 2012 +0200

    Add patch for Gnome bug #637291 (Cannot send certain messages)

 evolution-mapi-3.4.3-send-failure.patch |   14 ++++++++++++++
 evolution-mapi.spec                     |    9 ++++++---
 2 files changed, 20 insertions(+), 3 deletions(-)
---
diff --git a/evolution-mapi-3.4.3-send-failure.patch b/evolution-mapi-3.4.3-send-failure.patch
new file mode 100644
index 0000000..4362c38
--- /dev/null
+++ b/evolution-mapi-3.4.3-send-failure.patch
@@ -0,0 +1,14 @@
+diff --git a/src/libexchangemapi/e-mapi-connection.c b/src/libexchangemapi/e-mapi-connection.c
+index b18d8a1..d8d179f 100644
+--- a/src/libexchangemapi/e-mapi-connection.c
++++ b/src/libexchangemapi/e-mapi-connection.c
+@@ -3453,8 +3453,7 @@ add_object_recipients (EMapiConnection *conn,
+ 					  PidTagTransmittableDisplayName,
+ 					  PidTagEmailAddress,
+ 					  PidTagAddressType,
+-					  PidTagSendRichInfo,
+-					  PidTag7BitDisplayName};
++					  PidTagSendRichInfo};
+ 	enum MAPISTATUS	ms;
+ 	struct SPropTagArray *tags;
+ 	struct SRowSet *rows = NULL;
diff --git a/evolution-mapi.spec b/evolution-mapi.spec
index 603f9fd..cac3420 100644
--- a/evolution-mapi.spec
+++ b/evolution-mapi.spec
@@ -9,7 +9,7 @@
 
 Name: evolution-mapi
 Version: 3.4.3
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group: Applications/Productivity
 Summary: Evolution extension for MS Exchange 2007 servers
 License: LGPLv2+
@@ -19,7 +19,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 ### Patches ###
 
-#Patch01: evolution-mapi-3.0.0-add-rpath.patch
+Patch01: evolution-mapi-3.4.3-send-failure.patch
 
 ### Dependencies ###
 
@@ -56,7 +56,7 @@ Development files needed for building things which link against %{name}.
 
 %prep
 %setup -q
-#%patch01 -p1 -b .add-rpath
+%patch01 -p1 -b .send-failure
 
 %build
 
@@ -115,6 +115,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/libexchangemapi-1.0.pc
 
 %changelog
+* Mon Jun 25 2012 Milan Crha <mcrha at redhat.com> - 3.4.3-2
+- Add patch for Gnome bug #637291 (Cannot send certain messages)
+
 * Mon Jun 18 2012 Milan Crha <mcrha at redhat.com> - 3.4.3-1
 - Update to 3.4.3
 


More information about the scm-commits mailing list