[Pkg-telepathy-commits] ./packages/experimental/telepathy-gabble r93: Prepare packaging for soon-to-be-released 0.7.8
Simon McVittie
smcv at debian.org
Tue Aug 19 19:32:51 UTC 2008
------------------------------------------------------------
revno: 93
committer: Simon McVittie <smcv at debian.org>
branch nick: telepathy-gabble-experimental
timestamp: Tue 2008-08-19 20:32:51 +0100
message:
Prepare packaging for soon-to-be-released 0.7.8
removed:
patches/01fixmarshaller.patch
modified:
changelog
control
-------------- next part --------------
=== modified file 'changelog'
--- a/changelog 2008-08-06 11:29:01 +0000
+++ b/changelog 2008-08-19 19:32:51 +0000
@@ -1,3 +1,10 @@
+telepathy-gabble (0.7.8-1) UNRELEASED; urgency=low
+
+ * New upstream version.
+ * debian/patches/01fixmarshaller.patch: removed, no longer needed.
+
+ -- Simon McVittie <smcv at debian.org> Tue, 19 Aug 2008 20:31:16 +0100
+
telepathy-gabble (0.7.7-2) experimental; urgency=low
* debian/patches/01fixmarshaller.patch: Fix assertion failure when using
=== modified file 'control'
--- a/control 2008-07-31 13:39:19 +0000
+++ b/control 2008-08-19 19:32:51 +0000
@@ -14,7 +14,7 @@
libdbus-glib-1-dev (>= 0.73),
libglib2.0-dev (>= 2.10),
libloudmouth1-dev (>= 1.3.2),
- libtelepathy-glib-dev (>= 0.7.13),
+ libtelepathy-glib-dev (>= 0.7.14),
python,
xsltproc
Standards-Version: 3.7.3
=== removed file 'patches/01fixmarshaller.patch'
--- a/patches/01fixmarshaller.patch 2008-08-06 11:06:30 +0000
+++ b/patches/01fixmarshaller.patch 1970-01-01 00:00:00 +0000
@@ -1,15 +0,0 @@
-Mon Aug 4 19:57:46 BST 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
- * Use pedantically correct marshaller for a GArray, because GObject 2.17 actually checks for this :-(
-diff -rN -u old-telepathy-gabble/src/presence-cache.c new-telepathy-gabble/src/presence-cache.c
---- old-telepathy-gabble/src/presence-cache.c 2008-08-05 07:18:44.578811391 +0100
-+++ new-telepathy-gabble/src/presence-cache.c 2008-08-05 07:18:44.618813891 +0100
-@@ -297,7 +297,7 @@
- G_SIGNAL_RUN_LAST,
- 0,
- NULL, NULL,
-- g_cclosure_marshal_VOID__POINTER, G_TYPE_NONE, 1, DBUS_TYPE_G_UINT_ARRAY);
-+ g_cclosure_marshal_VOID__BOXED, G_TYPE_NONE, 1, DBUS_TYPE_G_UINT_ARRAY);
- signals[NICKNAME_UPDATE] = g_signal_new (
- "nickname-update",
- G_TYPE_FROM_CLASS (klass),
-
More information about the Pkg-telepathy-commits
mailing list