Hello community,
here is the log from the commit of package telepathy-mission-control for
openSUSE:Factory checked in at 2014-05-26 10:28:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/telepathy-mission-control (Old)
and /work/SRC/openSUSE:Factory/.telepathy-mission-control.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "telepathy-mission-control"
Changes:
--------
---
/work/SRC/openSUSE:Factory/telepathy-mission-control/telepathy-mission-control.changes
2014-03-04 20:59:35.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.telepathy-mission-control.new/telepathy-mission-control.changes
2014-05-26 10:28:08.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Apr 3 00:07:17 UTC 2014 - [email protected]
+
+- Add 0001-mc-tool-fix-setting-automatic-presence.patch: fix crash
+ setting auto-presence (fdo#74187).
+
+-------------------------------------------------------------------
New:
----
0001-mc-tool-fix-setting-automatic-presence.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ telepathy-mission-control.spec ++++++
--- /var/tmp/diff_new_pack.ar9JXD/_old 2014-05-26 10:28:09.000000000 +0200
+++ /var/tmp/diff_new_pack.ar9JXD/_new 2014-05-26 10:28:09.000000000 +0200
@@ -27,6 +27,8 @@
Source:
http://telepathy.freedesktop.org/releases/telepathy-mission-control/%{name}-%{version}.tar.gz
# PATCH-NEEDS-REBASE lockdown-protocols.patch fdo21699 [email protected] --
Sent upstream for discussion, it will need a rewrite for MC5 WAS:
PATCH-FEATURE-UPSTREAM
Patch1: lockdown-protocols.patch
+# PATCH-FIX-UPSTREAM 0001-mc-tool-fix-setting-automatic-presence.patch
fdo#74187 [email protected] -- fix crash setting auto-presence.
+Patch2: 0001-mc-tool-fix-setting-automatic-presence.patch
BuildRequires: dbus-1-glib-devel >= 0.73
BuildRequires: fdupes
BuildRequires: libxslt-devel
@@ -76,6 +78,7 @@
%setup -q
# NEEDS REBASE
# %patch1 -p0
+%patch2 -p1
%build
%configure --disable-static --with-pic
++++++ 0001-mc-tool-fix-setting-automatic-presence.patch ++++++
>From a4bcc16f16f72d7a2b8fe74e715183b7b6985427 Mon Sep 17 00:00:00 2001
From: Simon McVittie <[email protected]>
Date: Tue, 28 Jan 2014 16:28:16 +0000
Subject: [PATCH] mc-tool: fix setting automatic presence
We were using the wrong finish-function.
Reviewed-by: Guillaume Desmottes <[email protected]>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=74187
---
util/mc-tool.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/util/mc-tool.c b/util/mc-tool.c
index 59a1a91..3c238d8 100644
--- a/util/mc-tool.c
+++ b/util/mc-tool.c
@@ -1051,7 +1051,7 @@ command_auto_presence (TpAccount *account)
command.presence.status,
command.presence.message,
callback_for_async,
-
tp_account_request_presence_finish);
+
tp_account_set_automatic_presence_finish);
return TRUE;
}
--
1.8.4
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]