Hello community,

here is the log from the commit of package gnome-phone-manager for 
openSUSE:Factory checked in at 2013-04-10 20:21:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-phone-manager (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-phone-manager.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-phone-manager", Maintainer is "gnome-maintain...@suse.de"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-phone-manager/gnome-phone-manager.changes  
2013-03-26 15:55:15.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnome-phone-manager.new/gnome-phone-manager.changes 
    2013-04-10 20:22:43.000000000 +0200
@@ -1,0 +2,6 @@
+Sat Apr  6 11:40:55 UTC 2013 - dims...@opensuse.org
+
+- Add gnome-phone-manager-telepathy.patch: Define prototypes in
+  headers.
+
+-------------------------------------------------------------------

New:
----
  gnome-phone-manager-telepathy.patch

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

Other differences:
------------------
++++++ gnome-phone-manager.spec ++++++
--- /var/tmp/diff_new_pack.Q0ArGr/_old  2013-04-10 20:22:44.000000000 +0200
+++ /var/tmp/diff_new_pack.Q0ArGr/_new  2013-04-10 20:22:44.000000000 +0200
@@ -28,6 +28,8 @@
 Patch0:         gnome-phone-manager-desktop-icon-check.patch
 # PATCH-FIX-UPSTREAM gnome-phone-manager-eds36.patch bgo#680927 
dims...@opensuse.org -- Fix build with e-d-s 3.6.
 Patch1:         gnome-phone-manager-eds36.patch
+# PATCH-FIX-UPSTREAM gnome-phone-manager-telepathy.patch bgo#697420 
dims...@opensuse.org -- Define prototypes in headers
+Patch2:         gnome-phone-manager-telepathy.patch
 BuildRequires:  fdupes
 # Needed by patch1
 BuildRequires:  gnome-common
@@ -83,6 +85,7 @@
 %if 0%{?suse_version} > 1220
 %patch1 -p1
 %endif
+%patch2 -p1
 
 %build
 # Needed by patch1

++++++ gnome-phone-manager-telepathy.patch ++++++
Index: gnome-phone-manager-0.69/telepathy/connection.h
===================================================================
--- gnome-phone-manager-0.69.orig/telepathy/connection.h
+++ gnome-phone-manager-0.69/telepathy/connection.h
@@ -59,6 +59,9 @@ phoney_connection_handle_inspect (Phoney
 
 GType phoney_connection_get_type (void);
 
+gchar *
+phoney_connection_get_unique_connection_name(TpBaseConnection *base);
+
 /* TYPE MACROS */
 #define PHONEY_TYPE_CONNECTION \
        (phoney_connection_get_type ())
Index: gnome-phone-manager-0.69/telepathy/im-channel.h
===================================================================
--- gnome-phone-manager-0.69.orig/telepathy/im-channel.h
+++ gnome-phone-manager-0.69/telepathy/im-channel.h
@@ -47,6 +47,12 @@ struct _PhoneyIMChannel {
 
 GType phoney_im_channel_get_type (void);
 
+void
+phoney_im_channel_send (TpSvcChannelTypeText *channel,
+                        guint type,
+                        const gchar *text,
+                        DBusGMethodInvocation *context);
+
 /* TYPE MACROS */
 #define PHONEY_TYPE_IM_CHANNEL \
        (phoney_im_channel_get_type ())
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to