Merge lp:~bcurtiswx/ubuntu/natty/empathy/empathy-2.33.3-0ubuntu1 into lp:~ubuntu-desktop/empathy/ubuntu

Proposed by Brian Curtis
Status: Merged
Merged at revision: 173
Proposed branch: lp:~bcurtiswx/ubuntu/natty/empathy/empathy-2.33.3-0ubuntu1
Merge into: lp:~ubuntu-desktop/empathy/ubuntu
Diff against target: 98 lines (+28/-17)
3 files modified
debian/changelog (+10/-0)
debian/control (+1/-1)
debian/patches/23_idomessagedialog_for_voip_and_ft.patch (+17/-16)
To merge this branch: bzr merge lp:~bcurtiswx/ubuntu/natty/empathy/empathy-2.33.3-0ubuntu1
Reviewer Review Type Date Requested Status
Ken VanDine Pending
Review via email: mp+52710@code.launchpad.net

Description of the change

empathy (2.33.3-0ubuntu1) natty; urgency=low

  * New Upstream Release
  * debian/control
    -bumped dep for tp-glib
  * debian/patches/23_idomessagedialog_for_voip_and_ft.patch
    - fixed a fuzz issue with build by refreshing patch

 -- Brian Curtis <email address hidden> Wed, 09 Mar 2011 10:46:13 -0500

To post a comment you must log in.
173. By Brian Curtis

add bug # to changelog

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2011-02-24 18:21:05 +0000
3+++ debian/changelog 2011-03-09 16:23:07 +0000
4@@ -1,3 +1,13 @@
5+empathy (2.33.3-0ubuntu1) natty; urgency=low
6+
7+ * New Upstream Release (LP: #732077)
8+ * debian/control
9+ -bumped dep for tp-glib
10+ * debian/patches/23_idomessagedialog_for_voip_and_ft.patch
11+ - fixed a fuzz issue with build by refreshing patch
12+
13+ -- Brian Curtis <bcurtiswx@ubuntu.com> Wed, 09 Mar 2011 10:46:13 -0500
14+
15 empathy (2.33.2-0ubuntu1) natty; urgency=low
16
17 * New upstream release
18
19=== modified file 'debian/control'
20--- debian/control 2011-02-24 18:21:05 +0000
21+++ debian/control 2011-03-09 16:23:07 +0000
22@@ -18,7 +18,7 @@
23 libglib2.0-dev (>= 2.25.9),
24 libgtk2.0-dev (>= 2.21.2),
25 libgconf2-dev (>= 1.2.0),
26- libtelepathy-glib-dev (>= 0.13.14),
27+ libtelepathy-glib-dev (>= 0.13.16),
28 libtelepathy-logger-dev (>= 0.2.0),
29 libebook1.2-dev,
30 intltool,
31
32=== modified file 'debian/patches/23_idomessagedialog_for_voip_and_ft.patch'
33--- debian/patches/23_idomessagedialog_for_voip_and_ft.patch 2011-02-24 18:21:05 +0000
34+++ debian/patches/23_idomessagedialog_for_voip_and_ft.patch 2011-03-09 16:23:07 +0000
35@@ -1,8 +1,10 @@
36 === modified file 'configure.ac'
37---- old/configure.ac 2011-02-24 17:04:31 +0000
38-+++ new/configure.ac 2011-02-24 17:06:00 +0000
39+Index: empathy-2.33.3/configure.ac
40+===================================================================
41+--- empathy-2.33.3.orig/configure.ac 2011-03-09 11:01:14.506578013 -0500
42++++ empathy-2.33.3/configure.ac 2011-03-09 11:01:18.206578003 -0500
43 @@ -43,6 +43,7 @@
44- TELEPATHY_GLIB_REQUIRED=0.13.12
45+ TELEPATHY_GLIB_REQUIRED=0.13.16
46 TELEPATHY_LOGGER=0.2.0
47 UNIQUE_REQUIRED=1.1.2
48 +IDO_REQUIRED=0.1.14
49@@ -17,10 +19,10 @@
50 x11
51 launchpad-integration
52 ])
53-
54-=== modified file 'src/empathy-event-manager.c'
55---- old/src/empathy-event-manager.c 2011-02-24 17:01:06 +0000
56-+++ new/src/empathy-event-manager.c 2011-02-24 17:05:32 +0000
57+Index: empathy-2.33.3/src/empathy-event-manager.c
58+===================================================================
59+--- empathy-2.33.3.orig/src/empathy-event-manager.c 2011-03-09 05:10:22.000000000 -0500
60++++ empathy-2.33.3/src/empathy-event-manager.c 2011-03-09 11:01:18.216578004 -0500
61 @@ -48,6 +48,9 @@
62 #include <libempathy-gtk/empathy-contact-dialogs.h>
63 #include <libempathy-gtk/empathy-sound.h>
64@@ -199,10 +201,10 @@
65
66 /* FIXME better sound for incoming file transfers ?*/
67 empathy_sound_play (window, EMPATHY_SOUND_CONVERSATION_NEW);
68-
69-=== modified file 'src/empathy-indicator-manager.c'
70---- old/src/empathy-indicator-manager.c 2011-02-24 17:05:22 +0000
71-+++ new/src/empathy-indicator-manager.c 2011-02-24 17:05:32 +0000
72+Index: empathy-2.33.3/src/empathy-indicator-manager.c
73+===================================================================
74+--- empathy-2.33.3.orig/src/empathy-indicator-manager.c 2011-03-09 11:01:16.446578024 -0500
75++++ empathy-2.33.3/src/empathy-indicator-manager.c 2011-03-09 11:01:18.216578004 -0500
76 @@ -144,6 +144,10 @@
77 EmpathyEvent *event,
78 EmpathyIndicatorManager *manager)
79@@ -214,10 +216,10 @@
80 EmpathyIndicator *indicator = NULL;
81 EmpathyIndicatorManagerPriv *priv;
82 IndicatorEvent *indicator_event;
83-
84-=== modified file 'src/empathy-status-icon.c'
85---- old/src/empathy-status-icon.c 2011-02-24 17:04:31 +0000
86-+++ new/src/empathy-status-icon.c 2011-02-24 17:05:32 +0000
87+Index: empathy-2.33.3/src/empathy-status-icon.c
88+===================================================================
89+--- empathy-2.33.3.orig/src/empathy-status-icon.c 2011-03-09 11:01:14.506578013 -0500
90++++ empathy-2.33.3/src/empathy-status-icon.c 2011-03-09 11:01:18.216578004 -0500
91 @@ -193,6 +193,10 @@
92 }
93
94@@ -229,4 +231,3 @@
95 gchar *message_esc = NULL;
96 gboolean has_x_canonical_append;
97 NotifyNotification *notification = priv->notification;
98-

Subscribers

People subscribed via source and target branches