Your message dated Thu, 31 Aug 2006 04:17:13 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#385381: fixed in rhythmbox 0.9.5-3
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: rhythmbox
Version: 0.9.5-2
Severity: normal
Tags: patch

Hi,
version 0.9.5-2 of rhythmbox uses a deprecated dbus function that is
removed in dbus >= 0.90. dbus 0.92 will most probably go into unstable
in the next days.
The function dbus_connection_disconnect() was removed and can be
replaced by dbus_connection_close(). Attached is a patch that fixes
this.

Bye
--- ./metadata/rb-metadata-dbus-client.c.old	2006-08-24 18:13:10.822426500 +0200
+++ ./metadata/rb-metadata-dbus-client.c	2006-08-24 18:13:49.144821500 +0200
@@ -118,7 +118,7 @@
 	if (dbus_connection) {
 		if (dbus_connection_get_is_connected (dbus_connection)) {
 			rb_debug ("closing dbus connection");
-			dbus_connection_disconnect (dbus_connection);
+			dbus_connection_close (dbus_connection);
 		} else {
 			rb_debug ("dbus connection already closed");
 		}
--- ./metadata/rb-metadata-dbus-service.c.old	2006-08-24 18:13:15.282705250 +0200
+++ ./metadata/rb-metadata-dbus-service.c	2006-08-24 18:13:59.349459250 +0200
@@ -494,7 +494,7 @@
 	g_main_loop_run (svc.loop);
 
 	if (svc.connection) {
-		dbus_connection_disconnect (svc.connection);
+		dbus_connection_close (svc.connection);
 		dbus_connection_unref (svc.connection);
 	}
 

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


--- End Message ---
--- Begin Message ---
Source: rhythmbox
Source-Version: 0.9.5-3

We believe that the bug you reported is fixed in the latest version of
rhythmbox, which is due to be installed in the Debian FTP archive:

rhythmbox_0.9.5-3.diff.gz
  to pool/main/r/rhythmbox/rhythmbox_0.9.5-3.diff.gz
rhythmbox_0.9.5-3.dsc
  to pool/main/r/rhythmbox/rhythmbox_0.9.5-3.dsc
rhythmbox_0.9.5-3_i386.deb
  to pool/main/r/rhythmbox/rhythmbox_0.9.5-3_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Loic Minier <[EMAIL PROTECTED]> (supplier of updated rhythmbox package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu, 31 Aug 2006 11:29:09 +0200
Source: rhythmbox
Binary: rhythmbox
Architecture: source i386
Version: 0.9.5-3
Distribution: unstable
Urgency: low
Maintainer: Loic Minier <[EMAIL PROTECTED]>
Changed-By: Loic Minier <[EMAIL PROTECTED]>
Description: 
 rhythmbox  - music player and organizer for GNOME
Closes: 385381
Changes: 
 rhythmbox (0.9.5-3) unstable; urgency=low
 .
   * New patch, 03_dbus0.9.patch, to use dbus_connection_close() instead of
     dbus_connection_disconnect() which will be removed in dbus >= 0.90; thanks
     Sebastian Dröge. (Closes: #385381)
Files: 
 c1acd64365ff808f2f429103bdf8fcbc 2087 gnome optional rhythmbox_0.9.5-3.dsc
 2993bcefe0143ef4984c9738fd41073c 20893 gnome optional rhythmbox_0.9.5-3.diff.gz
 8c36f06e74f8158630ff9f5ad0898862 3433628 gnome optional 
rhythmbox_0.9.5-3_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFE9sBQ4VUX8isJIMARAuRBAKCP1xy3yf5hCnimYdRJiWyE0Z0pQwCgqx1Q
Drw15ZfvD4qFpqspOPS6XNk=
=7xCj
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to