[empathy/f17] Add patch to use WLM fallback server.

Brian Pepple bpepple at fedoraproject.org
Tue May 8 00:53:27 UTC 2012


commit 15e39becf0700c73d091f6828a342b54d6cb4105
Author: Brian Pepple <bpepple at fedoraproject.org>
Date:   Mon May 7 20:53:23 2012 -0400

    Add patch to use WLM fallback server.

 empathy.spec              |    7 ++++++-
 wlm-fallback-server.patch |   20 ++++++++++++++++++++
 2 files changed, 26 insertions(+), 1 deletions(-)
---
diff --git a/empathy.spec b/empathy.spec
index e560ddf..b8cf4e4 100644
--- a/empathy.spec
+++ b/empathy.spec
@@ -14,7 +14,7 @@
 
 Name:		empathy
 Version:	3.4.1
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Instant Messaging Client for GNOME
 
 Group:		Applications/Communications
@@ -23,6 +23,7 @@ URL:		http://live.gnome.org/Empathy
 
 Source0:	http://download.gnome.org/sources/%{name}/3.4/%{name}-%{version}.tar.xz
 Source1:	%{name}-README.ConnectionManagers
+Patch0:         wlm-fallback-server.patch
 
 BuildRequires:	enchant-devel >= %{enchant_version}
 BuildRequires:	iso-codes-devel
@@ -78,6 +79,7 @@ It is built on top of the Telepathy framework.
 
 %prep
 %setup -q
+%patch0 -p1 -b .fallback
 # force this to be regenerated
 rm data/empathy.desktop
 
@@ -163,6 +165,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %{_libexecdir}/empathy-chat
 
 %changelog
+* Tue May  8 2012 Brian Pepple <bpepple at fedoraproject.org> - 3.4.1-2
+- Add patch to use WLM fallback server.
+
 * Mon Apr 16 2012 Brian Pepple <bpepple at fedoraproject.org> - 3.4.1-1
 - Update to 3.4.1.
 - Update source url.
diff --git a/wlm-fallback-server.patch b/wlm-fallback-server.patch
new file mode 100644
index 0000000..31998d5
--- /dev/null
+++ b/wlm-fallback-server.patch
@@ -0,0 +1,20 @@
+From b2ceeec8188013c21bdef0d711122fb0751cdc84 Mon Sep 17 00:00:00 2001
+From: Xavier Claessens <xavier.claessens at collabora.co.uk>
+Date: Mon, 07 May 2012 20:31:44 +0000
+Subject: Add fallback server for WLM
+
+---
+diff --git a/goa-mc-plugin/mcp-account-manager-goa.c b/goa-mc-plugin/mcp-account-manager-goa.c
+index 377155b..2f6e53b 100644
+--- a/goa-mc-plugin/mcp-account-manager-goa.c
++++ b/goa-mc-plugin/mcp-account-manager-goa.c
+@@ -149,6 +149,7 @@ get_tp_parameters (GoaAccount *account)
+ 
+       PARAM ("param-account", "messenger.live.com");
+       PARAM ("param-require-encryption", "true");
++      PARAM ("param-fallback-servers", "xmpp.messenger.live.com");
+     }
+   else
+     {
+--
+cgit v0.9.0.3


More information about the scm-commits mailing list