[Pkg-telepathy-commits] ./packages/unstable/telepathy-mission-control r80: Bump to upstream release 4.63, bump shlibs again, remove 00_make_on_closed_cb_static.patch

Sjoerd Simons sjoerd at luon.net
Mon Mar 10 14:32:17 UTC 2008


------------------------------------------------------------
revno: 80
committer: Sjoerd Simons <sjoerd at luon.net>
branch nick: telepathy-mission-control
timestamp: Mon 2008-03-10 15:32:17 +0100
message:
  Bump to upstream release 4.63, bump shlibs again, remove 00_make_on_closed_cb_static.patch
removed:
  patches/00_make_on_closed_cb_static.patch
modified:
  changelog
  rules
-------------- next part --------------
=== modified file 'changelog'
--- a/changelog	2008-03-08 16:18:53 +0000
+++ b/changelog	2008-03-10 14:32:17 +0000
@@ -1,13 +1,10 @@
-telepathy-mission-control (4.61-1) UNRELEASED; urgency=low
+telepathy-mission-control (4.63-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
   * debian/libmissioncontrol-server1.symbols: Updated for new symbols
   * debian/rules: Bumped shlibs
 
- -- Sjoerd Simons <sjoerd at debian.org>  Sat, 08 Mar 2008 17:18:25 +0100
+ -- Sjoerd Simons <sjoerd at debian.org>  Mon, 10 Mar 2008 15:31:11 +0100
 
 telepathy-mission-control (4.60-1) unstable; urgency=low
 

=== removed file 'patches/00_make_on_closed_cb_static.patch'
--- a/patches/00_make_on_closed_cb_static.patch	2008-03-08 16:18:15 +0000
+++ b/patches/00_make_on_closed_cb_static.patch	1970-01-01 00:00:00 +0000
@@ -1,13 +0,0 @@
-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-03-08 16:18:15 +0000
+++ b/rules	2008-03-10 14:32:17 +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.61
+SERVER_SHVER := 4.63
 DEB_DH_MAKESHLIBS_ARGS_$(LIBMISSIONCONTROL_SERVER_PKG) += -V '$(LIBMISSIONCONTROL_SERVER_PKG) (>= $(SERVER_SHVER))'
 
 # Man page



More information about the Pkg-telepathy-commits mailing list