[Pkg-telepathy-commits] ./packages/experimental/empathy r172: * debian/patches/64bit-build-fix.patch:

sjoerd at luon.net sjoerd at luon.net
Thu Dec 4 00:38:47 UTC 2008


------------------------------------------------------------
revno: 172
committer: sjoerd at luon.net
branch nick: empathy
timestamp: Thu 2008-12-04 00:38:47 +0000
message:
  * debian/patches/64bit-build-fix.patch:
    - Fix build on 64 bit platforms
added:
  patches/64bit-build-fix.patch
modified:
  changelog
-------------- next part --------------
=== modified file 'changelog'
--- a/changelog	2008-12-01 21:03:57 +0000
+++ b/changelog	2008-12-04 00:38:47 +0000
@@ -1,3 +1,10 @@
+empathy (2.25.2-2) UNRELEASED; urgency=low
+
+  * debian/patches/64bit-build-fix.patch:
+    - Fix build on 64 bit platforms
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Thu, 04 Dec 2008 00:37:00 +0000
+
 empathy (2.25.2-1) experimental; urgency=low
 
   * New upstream release.

=== added file 'patches/64bit-build-fix.patch'
--- a/patches/64bit-build-fix.patch	1970-01-01 00:00:00 +0000
+++ b/patches/64bit-build-fix.patch	2008-12-04 00:38:47 +0000
@@ -0,0 +1,11 @@
+--- trunk/libempathy/empathy-dispatcher.c	2008/12/01 21:01:58	1943
++++ trunk/libempathy/empathy-dispatcher.c	2008/12/02 18:54:20	1944
+@@ -1027,7 +1027,7 @@
+ 	filename = g_file_get_basename (request->gfile);
+ 	tp_connection_run_until_ready (connection, FALSE, NULL, NULL);
+ 
+-	DEBUG ("Sending %s from a stream to %s (size %lli, content-type %s)",
++	DEBUG ("Sending %s from a stream to %s (size %"G_GINT64_FORMAT", content-type %s)",
+ 	       filename, empathy_contact_get_name (contact),
+ 	       g_file_info_get_size (info),
+ 	       g_file_info_get_content_type (info));



More information about the Pkg-telepathy-commits mailing list