[evolution-ews] Enable deprecated glib symbols.

Matthew Barnes mbarnes at fedoraproject.org
Mon Nov 7 19:39:09 UTC 2011


commit 245cea7b5ae62c4ac972c148a2ca6514404f0db3
Author: Matthew Barnes <mbarnes at redhat.com>
Date:   Mon Nov 7 14:38:54 2011 -0500

    Enable deprecated glib symbols.

 ...-ews-3.3.1-enable-deprecated-glib-symbols.patch |   13 +++++++++++++
 evolution-ews.spec                                 |    3 +++
 2 files changed, 16 insertions(+), 0 deletions(-)
---
diff --git a/evolution-ews-3.3.1-enable-deprecated-glib-symbols.patch b/evolution-ews-3.3.1-enable-deprecated-glib-symbols.patch
new file mode 100644
index 0000000..ac1339c
--- /dev/null
+++ b/evolution-ews-3.3.1-enable-deprecated-glib-symbols.patch
@@ -0,0 +1,13 @@
+diff -up evolution-ews-3.3.1/configure.enable-deprecated-glib-symbols evolution-ews-3.3.1/configure
+--- evolution-ews-3.3.1/configure.enable-deprecated-glib-symbols	2011-11-07 14:37:00.324176601 -0500
++++ evolution-ews-3.3.1/configure	2011-11-07 14:37:16.788000595 -0500
+@@ -4332,8 +4332,7 @@ fi
+ 
+ 
+ 
+-  list="-DG_DISABLE_DEPRECATED
+-	-DPANGO_DISABLE_DEPRECATED
++  list="-DPANGO_DISABLE_DEPRECATED
+ 	-DGDK_DISABLE_DEPRECATED
+ 	-DGDK_PIXBUF_DISABLE_DEPRECATED
+ 	-DGNOME_DISABLE_DEPRECATED
diff --git a/evolution-ews.spec b/evolution-ews.spec
index f24f6b4..0d0d59c 100644
--- a/evolution-ews.spec
+++ b/evolution-ews.spec
@@ -13,12 +13,15 @@ BuildRequires: evolution-devel >= %{version}
 BuildRequires: evolution-data-server-devel >= %{version}
 BuildRequires: intltool
 
+Patch1: evolution-ews-3.3.1-enable-deprecated-glib-symbols.patch
+
 %description
 This package allows Evolution to interact with Microsoft Exchange servers,
 versions 2007 and later, through its Exchange Web Services (EWS) interface.
 
 %prep
 %setup -q
+%patch1 -p1 -b .enable-deprecated-glib-symbols
 
 %build
 %configure


More information about the scm-commits mailing list