Merge lp:~laney/libfriends/gtkspell3-3 into lp:libfriends

Proposed by Iain Lane
Status: Merged
Approved by: Francis Ginther
Approved revision: 73
Merged at revision: 71
Proposed branch: lp:~laney/libfriends/gtkspell3-3
Merge into: lp:libfriends
Diff against target: 97 lines (+14/-30)
5 files modified
configure.ac (+4/-4)
debian/changelog (+6/-0)
debian/control (+1/-1)
gtk/entry.vala (+3/-1)
vapi/gtkspell-3.0.vapi (+0/-24)
To merge this branch: bzr merge lp:~laney/libfriends/gtkspell3-3
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Ken VanDine Approve
Review via email: mp+166206@code.launchpad.net

Commit message

Port to the new libgtkspell3-3 API.

Description of the change

Port to the new libgtkspell3-3 API.

I haven't tested this directly as there appear to be no archive rdeps.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Iain Lane (laney) wrote :

Why is that happening? Perhaps the bot isn't running with -proposed?

Revision history for this message
Iain Lane (laney) wrote :

Wait, raring. Yeah, that won't work.

Revision history for this message
Ken VanDine (ken-vandine) wrote :

I've updated the CI config in the friends stack to use saucy

Revision history for this message
Ken VanDine (ken-vandine) wrote :

Looks great and works fine. Thanks!

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

FAILED: Autolanding.
More details in the following jenkins job:
http://jenkins.qa.ubuntu.com/job/libfriends-autolanding/2/
Executed test runs:
    FAILURE: http://jenkins.qa.ubuntu.com/job/libfriends-raring-amd64-autolanding/2/console

review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

FAILED: Autolanding.
More details in the following jenkins job:
http://jenkins.qa.ubuntu.com/job/libfriends-autolanding/3/
Executed test runs:
    FAILURE: http://jenkins.qa.ubuntu.com/job/libfriends-saucy-amd64-autolanding/1/console

review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

FAILED: Autolanding.
More details in the following jenkins job:
http://jenkins.qa.ubuntu.com/job/libfriends-autolanding/4/
Executed test runs:
    FAILURE: http://jenkins.qa.ubuntu.com/job/libfriends-saucy-amd64-autolanding/2/console

review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

FAILED: Autolanding.
More details in the following jenkins job:
http://jenkins.qa.ubuntu.com/job/libfriends-autolanding/5/
Executed test runs:
    FAILURE: http://jenkins.qa.ubuntu.com/job/libfriends-saucy-amd64-autolanding/3/console

review: Needs Fixing (continuous-integration)
Revision history for this message
Francis Ginther (fginther) wrote :

There was a hung xvfb process on the pbuilder host. The tests should be updated to use xvfb-run -a to avoid this.

Re-approving.

Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'configure.ac'
--- configure.ac 2013-01-15 00:04:45 +0000
+++ configure.ac 2013-05-29 10:15:31 +0000
@@ -187,10 +187,10 @@
187187
188if test "x$enable_spell" = "xyes"; then188if test "x$enable_spell" = "xyes"; then
189 PKG_CHECK_MODULES(GTKSPELL,189 PKG_CHECK_MODULES(GTKSPELL,
190 gtkspell-3.0)190 gtkspell3-3.0)
191 AC_SUBST(GTKSPELL_CFLAGS)191 AC_SUBST(GTKSPELL_CFLAGS)
192 AC_SUBST(GTKSPELL_CFLAGS)192 AC_SUBST(GTKSPELL_CFLAGS)
193 GTKSPELL_PKG="--pkg gtkspell-3.0"193 GTKSPELL_PKG="--pkg gtkspell3-3.0"
194 AC_SUBST(GTKSPELL_PKG)194 AC_SUBST(GTKSPELL_PKG)
195fi195fi
196196
197197
=== modified file 'debian/changelog'
--- debian/changelog 2013-05-08 05:00:44 +0000
+++ debian/changelog 2013-05-29 10:15:31 +0000
@@ -1,3 +1,9 @@
1libfriends (0.1.2daily13.05.08-0ubuntu2) UNRELEASED; urgency=low
2
3 * Port to gtkspell3-3.
4
5 -- Iain Lane <iain.lane@canonical.com> Tue, 28 May 2013 18:22:24 +0100
6
1libfriends (0.1.2daily13.05.08-0ubuntu1) saucy; urgency=low7libfriends (0.1.2daily13.05.08-0ubuntu1) saucy; urgency=low
28
3 * Automatic snapshot from revision 699 * Automatic snapshot from revision 69
410
=== modified file 'debian/control'
--- debian/control 2013-03-25 23:38:32 +0000
+++ debian/control 2013-05-29 10:15:31 +0000
@@ -19,7 +19,7 @@
19 libgee-dev,19 libgee-dev,
20 libgirepository1.0-dev (>= 0.10),20 libgirepository1.0-dev (>= 0.10),
21 libgtk-3-dev,21 libgtk-3-dev,
22 libgtkspell-3-dev,22 libgtkspell3-3-dev,
23 libjson-glib-dev,23 libjson-glib-dev,
24 libvala-0.18-dev,24 libvala-0.18-dev,
25 python3-mock,25 python3-mock,
2626
=== modified file 'gtk/entry.vala'
--- gtk/entry.vala 2013-02-07 21:22:17 +0000
+++ gtk/entry.vala 2013-05-29 10:15:31 +0000
@@ -187,15 +187,17 @@
187 //dispatcher.connection_changed.connect((source) => {187 //dispatcher.connection_changed.connect((source) => {
188 // on_connection_changed (source);});188 // on_connection_changed (source);});
189189
190
190#if HAVE_GTKSPELL191#if HAVE_GTKSPELL
191 try192 try
192 {193 {
193 var spell = new Gtk.Spell.attach(this, null);194 var spell = new GtkSpell.Checker().attach(this);
194 }195 }
195 catch (Error e)196 catch (Error e)
196 {197 {
197 }198 }
198#endif199#endif
200
199 }201 }
200202
201 public void reset () {203 public void reset () {
202204
=== removed file 'vapi/gtkspell-3.0.vapi'
--- vapi/gtkspell-3.0.vapi 2012-12-07 21:38:36 +0000
+++ vapi/gtkspell-3.0.vapi 1970-01-01 00:00:00 +0000
@@ -1,24 +0,0 @@
1namespace Gtk
2{
3 [CCode (cprefix = "GTKSPELL_ERROR_", cheader_filename = "gtkspell/gtkspell.h")]
4 public errordomain SpeelError
5 {
6 ERROR_BACKEND
7 }
8
9 [Compact]
10 [CCode (cheader_filename = "gtkspell/gtkspell.h", free_function = "")]
11 public class Spell
12 {
13 [CCode (cname = "gtkspell_new_attach")]
14 public Spell.attach (TextView view, string? lang) throws GLib.Error;
15 [CCode (cname = "gtkspell_get_from_text_view")]
16 public static Spell get_from_text_view (TextView view);
17 [CCode (cname = "gtkspell_detach")]
18 public void detach ();
19 [CCode (cname = "gtkspell_set_language")]
20 public bool set_language (string lang) throws GLib.Error;
21 [CCode (cname = "gtkspell_recheck_all")]
22 public void recheck_all ();
23 }
24}

Subscribers

People subscribed via source and target branches

to all changes: