Hello community,

here is the log from the commit of package telepathy-farstream for 
openSUSE:Factory checked in at 2014-08-15 09:55:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/telepathy-farstream (Old)
 and      /work/SRC/openSUSE:Factory/.telepathy-farstream.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "telepathy-farstream"

Changes:
--------
--- /work/SRC/openSUSE:Factory/telepathy-farstream/telepathy-farstream.changes  
2014-03-10 12:44:33.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.telepathy-farstream.new/telepathy-farstream.changes 
    2014-08-15 09:55:34.000000000 +0200
@@ -1,0 +2,7 @@
+Sun Aug 10 19:47:15 UTC 2014 - [email protected]
+
+- Add tp-fs-add-mising-break-in-switch-block.patch, call-stream:
+  add mising 'break' in switch block (fdo#79006). Patch from
+  upstream git.
+
+-------------------------------------------------------------------

New:
----
  tp-fs-add-mising-break-in-switch-block.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ telepathy-farstream.spec ++++++
--- /var/tmp/diff_new_pack.RqrDKr/_old  2014-08-15 09:55:35.000000000 +0200
+++ /var/tmp/diff_new_pack.RqrDKr/_new  2014-08-15 09:55:35.000000000 +0200
@@ -24,6 +24,8 @@
 Group:          System/Libraries
 Url:            http://telepathy.freedesktop.org/
 Source0:        
http://telepathy.freedesktop.org/releases/telepathy-farstream/%{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM tp-fs-add-mising-break-in-switch-block.patch fdo#79006 
[email protected] -- call-stream: add mising 'break' in switch block.
+Patch0:         tp-fs-add-mising-break-in-switch-block.patch
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(farstream-0.2)
@@ -69,6 +71,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure --disable-static

++++++ tp-fs-add-mising-break-in-switch-block.patch ++++++
>From cdce30ff7231ba01e27899f8c8c42fb2dd5cae7c Mon Sep 17 00:00:00 2001
From: Guillaume Desmottes <[email protected]>
Date: Mon, 26 May 2014 13:38:31 +0200
Subject: call-stream: add mising 'break' in switch block

https://bugs.freedesktop.org/show_bug.cgi?id=79006

diff --git a/telepathy-farstream/call-stream.c 
b/telepathy-farstream/call-stream.c
index b1d21ec..bbec0c9 100644
--- a/telepathy-farstream/call-stream.c
+++ b/telepathy-farstream/call-stream.c
@@ -1556,6 +1556,7 @@ cb_fs_component_state_changed (TfCallStream *stream, 
guint component,
       break;
     case FS_STREAM_STATE_CONNECTED:
       state = TP_STREAM_ENDPOINT_STATE_PROVISIONALLY_CONNECTED;
+      break;
     case FS_STREAM_STATE_READY:
       state = TP_STREAM_ENDPOINT_STATE_FULLY_CONNECTED;
       break;
-- 
cgit v0.10.2

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to