[Pkg-telepathy-commits] ./packages/unstable/telepathy-mission-control r78: * debian/patches/00_make_on_closed_cb_static.patch

Sjoerd Simons sjoerd at luon.net
Sat Mar 8 16:18:15 UTC 2008


------------------------------------------------------------
revno: 78
committer: Sjoerd Simons <sjoerd at luon.net>
branch nick: telepathy-mission-control
timestamp: Sat 2008-03-08 17:18:15 +0100
message:
  * debian/patches/00_make_on_closed_cb_static.patch
    + Added. Make a callback prototype static to prevent it from being exposed
      in the ABI
added:
  patches/00_make_on_closed_cb_static.patch
modified:
  changelog
  libmissioncontrol-server1.symbols
  rules
-------------- next part --------------
=== modified file 'changelog'
--- a/changelog	2008-03-08 16:06:30 +0000
+++ b/changelog	2008-03-08 16:18:15 +0000
@@ -1,8 +1,11 @@
 telepathy-mission-control (4.61-1) UNRELEASED; urgency=low
 
   * New upstream release
+  * debian/patches/00_make_on_closed_cb_static.patch
+    + Added. Make a callback prototype static to prevent it from being exposed
+      in the ABI
 
- -- Sjoerd Simons <sjoerd at debian.org>  Sat, 08 Mar 2008 16:46:23 +0100
+ -- Sjoerd Simons <sjoerd at debian.org>  Sat, 08 Mar 2008 17:17:19 +0100
 
 telepathy-mission-control (4.60-1) unstable; urgency=low
 

=== modified file 'libmissioncontrol-server1.symbols'
--- a/libmissioncontrol-server1.symbols	2007-12-14 11:18:55 +0000
+++ b/libmissioncontrol-server1.symbols	2008-03-08 16:18:15 +0000
@@ -14,10 +14,12 @@
  mcd_channel_get_channel_type_quark at Base 4.37
  mcd_channel_get_handle at Base 4.37
  mcd_channel_get_handle_type at Base 4.37
+ mcd_channel_get_inviter at Base 4.61
  mcd_channel_get_members at Base 4.37
  mcd_channel_get_members_accepted at Base 4.37
  mcd_channel_get_name at Base 4.37
  mcd_channel_get_object_path at Base 4.37
+ mcd_channel_get_self_handle at Base 4.61
  mcd_channel_get_status at Base 4.37
  mcd_channel_get_type at Base 4.37
  mcd_channel_is_missed at Base 4.37
@@ -162,4 +164,3 @@
  mcd_service_run at Base 4.37
  mcd_system_flags_get_type at Base 4.37
  mission_control_error_quark at Base 4.37
- on_tp_channel_closed at Base 4.37

=== added file 'patches/00_make_on_closed_cb_static.patch'
--- a/patches/00_make_on_closed_cb_static.patch	1970-01-01 00:00:00 +0000
+++ b/patches/00_make_on_closed_cb_static.patch	2008-03-08 16:18:15 +0000
@@ -0,0 +1,13 @@
+Index: src/mcd-channel.c
+===================================================================
+--- src/mcd-channel.c	(revision 302)
++++ src/mcd-channel.c	(working copy)
+@@ -313,7 +313,7 @@
+ }
+ 
+ /* The callback is called on channel Closed signal */
+-void
++static void
+ on_closed (TpChannel *proxy, gpointer user_data, GObject *weak_object)
+ {
+     McdChannel *channel = MCD_CHANNEL (weak_object);

=== modified file 'rules'
--- a/rules	2008-02-11 13:26:42 +0000
+++ b/rules	2008-03-08 16:18:15 +0000
@@ -20,7 +20,7 @@
 CLIENT_SHVER := 4.60
 DEB_DH_MAKESHLIBS_ARGS_$(LIBMISSIONCONTROL_CLIENT_PKG) += -V '$(LIBMISSIONCONTROL_CLIENT_PKG) (>= $(CLIENT_SHVER))'
 
-SERVER_SHVER := 4.49
+SERVER_SHVER := 4.61
 DEB_DH_MAKESHLIBS_ARGS_$(LIBMISSIONCONTROL_SERVER_PKG) += -V '$(LIBMISSIONCONTROL_SERVER_PKG) (>= $(SERVER_SHVER))'
 
 # Man page



More information about the Pkg-telepathy-commits mailing list