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
=== modified file 'debian/changelog'
--- debian/changelog 2011-02-24 18:21:05 +0000
+++ debian/changelog 2011-03-09 16:23:07 +0000
@@ -1,3 +1,13 @@
1empathy (2.33.3-0ubuntu1) natty; urgency=low
2
3 * New Upstream Release (LP: #732077)
4 * debian/control
5 -bumped dep for tp-glib
6 * debian/patches/23_idomessagedialog_for_voip_and_ft.patch
7 - fixed a fuzz issue with build by refreshing patch
8
9 -- Brian Curtis <bcurtiswx@ubuntu.com> Wed, 09 Mar 2011 10:46:13 -0500
10
1empathy (2.33.2-0ubuntu1) natty; urgency=low11empathy (2.33.2-0ubuntu1) natty; urgency=low
212
3 * New upstream release13 * New upstream release
414
=== modified file 'debian/control'
--- debian/control 2011-02-24 18:21:05 +0000
+++ debian/control 2011-03-09 16:23:07 +0000
@@ -18,7 +18,7 @@
18 libglib2.0-dev (>= 2.25.9),18 libglib2.0-dev (>= 2.25.9),
19 libgtk2.0-dev (>= 2.21.2),19 libgtk2.0-dev (>= 2.21.2),
20 libgconf2-dev (>= 1.2.0),20 libgconf2-dev (>= 1.2.0),
21 libtelepathy-glib-dev (>= 0.13.14),21 libtelepathy-glib-dev (>= 0.13.16),
22 libtelepathy-logger-dev (>= 0.2.0),22 libtelepathy-logger-dev (>= 0.2.0),
23 libebook1.2-dev,23 libebook1.2-dev,
24 intltool,24 intltool,
2525
=== modified file 'debian/patches/23_idomessagedialog_for_voip_and_ft.patch'
--- debian/patches/23_idomessagedialog_for_voip_and_ft.patch 2011-02-24 18:21:05 +0000
+++ debian/patches/23_idomessagedialog_for_voip_and_ft.patch 2011-03-09 16:23:07 +0000
@@ -1,8 +1,10 @@
1=== modified file 'configure.ac'1=== modified file 'configure.ac'
2--- old/configure.ac 2011-02-24 17:04:31 +00002Index: empathy-2.33.3/configure.ac
3+++ new/configure.ac 2011-02-24 17:06:00 +00003===================================================================
4--- empathy-2.33.3.orig/configure.ac 2011-03-09 11:01:14.506578013 -0500
5+++ empathy-2.33.3/configure.ac 2011-03-09 11:01:18.206578003 -0500
4@@ -43,6 +43,7 @@6@@ -43,6 +43,7 @@
5 TELEPATHY_GLIB_REQUIRED=0.13.127 TELEPATHY_GLIB_REQUIRED=0.13.16
6 TELEPATHY_LOGGER=0.2.08 TELEPATHY_LOGGER=0.2.0
7 UNIQUE_REQUIRED=1.1.29 UNIQUE_REQUIRED=1.1.2
8+IDO_REQUIRED=0.1.1410+IDO_REQUIRED=0.1.14
@@ -17,10 +19,10 @@
17 x1119 x11
18 launchpad-integration20 launchpad-integration
19 ])21 ])
2022Index: empathy-2.33.3/src/empathy-event-manager.c
21=== modified file 'src/empathy-event-manager.c'23===================================================================
22--- old/src/empathy-event-manager.c 2011-02-24 17:01:06 +000024--- empathy-2.33.3.orig/src/empathy-event-manager.c 2011-03-09 05:10:22.000000000 -0500
23+++ new/src/empathy-event-manager.c 2011-02-24 17:05:32 +000025+++ empathy-2.33.3/src/empathy-event-manager.c 2011-03-09 11:01:18.216578004 -0500
24@@ -48,6 +48,9 @@26@@ -48,6 +48,9 @@
25 #include <libempathy-gtk/empathy-contact-dialogs.h>27 #include <libempathy-gtk/empathy-contact-dialogs.h>
26 #include <libempathy-gtk/empathy-sound.h>28 #include <libempathy-gtk/empathy-sound.h>
@@ -199,10 +201,10 @@
199 201
200 /* FIXME better sound for incoming file transfers ?*/202 /* FIXME better sound for incoming file transfers ?*/
201 empathy_sound_play (window, EMPATHY_SOUND_CONVERSATION_NEW);203 empathy_sound_play (window, EMPATHY_SOUND_CONVERSATION_NEW);
202204Index: empathy-2.33.3/src/empathy-indicator-manager.c
203=== modified file 'src/empathy-indicator-manager.c'205===================================================================
204--- old/src/empathy-indicator-manager.c 2011-02-24 17:05:22 +0000206--- empathy-2.33.3.orig/src/empathy-indicator-manager.c 2011-03-09 11:01:16.446578024 -0500
205+++ new/src/empathy-indicator-manager.c 2011-02-24 17:05:32 +0000207+++ empathy-2.33.3/src/empathy-indicator-manager.c 2011-03-09 11:01:18.216578004 -0500
206@@ -144,6 +144,10 @@208@@ -144,6 +144,10 @@
207 EmpathyEvent *event,209 EmpathyEvent *event,
208 EmpathyIndicatorManager *manager)210 EmpathyIndicatorManager *manager)
@@ -214,10 +216,10 @@
214 EmpathyIndicator *indicator = NULL;216 EmpathyIndicator *indicator = NULL;
215 EmpathyIndicatorManagerPriv *priv;217 EmpathyIndicatorManagerPriv *priv;
216 IndicatorEvent *indicator_event;218 IndicatorEvent *indicator_event;
217219Index: empathy-2.33.3/src/empathy-status-icon.c
218=== modified file 'src/empathy-status-icon.c'220===================================================================
219--- old/src/empathy-status-icon.c 2011-02-24 17:04:31 +0000221--- empathy-2.33.3.orig/src/empathy-status-icon.c 2011-03-09 11:01:14.506578013 -0500
220+++ new/src/empathy-status-icon.c 2011-02-24 17:05:32 +0000222+++ empathy-2.33.3/src/empathy-status-icon.c 2011-03-09 11:01:18.216578004 -0500
221@@ -193,6 +193,10 @@223@@ -193,6 +193,10 @@
222 }224 }
223 225
@@ -229,4 +231,3 @@
229 gchar *message_esc = NULL;231 gchar *message_esc = NULL;
230 gboolean has_x_canonical_append;232 gboolean has_x_canonical_append;
231 NotifyNotification *notification = priv->notification;233 NotifyNotification *notification = priv->notification;
232

Subscribers

People subscribed via source and target branches