[evolution-exchange] Add patch to remove forgotten include

Milan Crha mcrha at fedoraproject.org
Mon Dec 19 19:49:21 UTC 2011


commit 7fa9187bd236676268898dfdda6c0f2cd1d704b3
Author: Milan Crha <mcrha at redhat.com>
Date:   Mon Dec 19 20:49:13 2011 +0100

    Add patch to remove forgotten include

 evolution-exchange-3.3.3-forgotten-include.patch |   12 ++++++++++++
 evolution-exchange.spec                          |    3 +++
 2 files changed, 15 insertions(+), 0 deletions(-)
---
diff --git a/evolution-exchange-3.3.3-forgotten-include.patch b/evolution-exchange-3.3.3-forgotten-include.patch
new file mode 100644
index 0000000..daddf52
--- /dev/null
+++ b/evolution-exchange-3.3.3-forgotten-include.patch
@@ -0,0 +1,12 @@
+diff --git a/eplugin/exchange-delegates-user.c b/eplugin/exchange-delegates-user.c
+index a881844..3c373b0 100644
+--- a/eplugin/exchange-delegates-user.c
++++ b/eplugin/exchange-delegates-user.c
+@@ -31,7 +31,6 @@
+ #include <shell/e-shell.h>
+ #include <mail/mail-ops.h>
+ #include <mail/mail-send-recv.h>
+-#include <mail/e-mail-local.h>
+ #include <mail/e-mail-folder-utils.h>
+ #include <exchange-account.h>
+ #include <e2k-global-catalog.h>
diff --git a/evolution-exchange.spec b/evolution-exchange.spec
index 873c7b5..e0bb0f8 100644
--- a/evolution-exchange.spec
+++ b/evolution-exchange.spec
@@ -31,6 +31,7 @@ Obsoletes: evolution-connector < %{version}-%{release}
 ### Patches ###
 
 Patch01: evolution-exchange-2.10.1-fix-64bit-acinclude.patch
+Patch02: evolution-exchange-3.3.3-forgotten-include.patch
 
 ### Dependencies ###
 
@@ -62,6 +63,7 @@ Microsoft Exchange Server.
 %prep
 %setup -q -n evolution-exchange-%{version}
 %patch01 -p1 -b .fix-64bit-acinclude
+%patch02 -p1 -b .forgotten-include
 
 %build
 export CPPFLAGS="-I%{_includedir}/et"
@@ -149,6 +151,7 @@ gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/apps_exchange_a
 %changelog
 * Mon Dec 19 2011 Milan Crha <mcrha at redhat.com> - 3.3.3-1
 - Update to 3.3.3
+- Add patch to remove forgotten include
 
 * Mon Nov 21 2011 Milan Crha <mcrha at redhat.com> - 3.3.2-1
 - Update to 3.3.2


More information about the scm-commits mailing list