[Pkg-haskell-commits] darcs: haskell-gtk3: Patched to Closes: #763221

Joachim Breitner mail at joachim-breitner.de
Mon Oct 13 09:02:45 UTC 2014


Mon Oct 13 08:32:01 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Patched to Closes: #763221

    M ./changelog +6
    A ./patches/
    A ./patches/bug-763221
    A ./patches/series

Mon Oct 13 08:32:01 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Patched to Closes: #763221
diff -rN -u old-haskell-gtk3/changelog new-haskell-gtk3/changelog
--- old-haskell-gtk3/changelog	2014-10-13 09:02:45.414462977 +0000
+++ new-haskell-gtk3/changelog	2014-10-13 09:02:45.434462963 +0000
@@ -1,3 +1,9 @@
+haskell-gtk3 (0.12.5.6-2) UNRELEASED; urgency=medium
+
+  * Patched to Closes: #763221
+
+ -- Joachim Breitner <nomeata at debian.org>  Mon, 13 Oct 2014 10:23:19 +0200
+
 haskell-gtk3 (0.12.5.6-1) unstable; urgency=low
 
   * Initial upload of the gtk3 bindings
diff -rN -u old-haskell-gtk3/patches/bug-763221 new-haskell-gtk3/patches/bug-763221
--- old-haskell-gtk3/patches/bug-763221	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gtk3/patches/bug-763221	2014-10-13 09:02:45.418462974 +0000
@@ -0,0 +1,22 @@
+This patched over this change in the gtk api, without exposing it to the
+Haskell API:
+https://git.gnome.org/browse/gtk+/commit/?id=68ad33cb89329cf8161dbd1e868097ac1829c16d
+
+
+Index: gtk3-0.12.5.6/Graphics/UI/Gtk/Multiline/TextTagTable.chs
+===================================================================
+--- gtk3-0.12.5.6.orig/Graphics/UI/Gtk/Multiline/TextTagTable.chs	2014-10-13 10:29:46.431712334 +0200
++++ gtk3-0.12.5.6/Graphics/UI/Gtk/Multiline/TextTagTable.chs	2014-10-13 10:30:08.227937577 +0200
+@@ -84,10 +84,11 @@
+ -- an already-added tag.
+ --
+ textTagTableAdd :: (TextTagTableClass self, TextTagClass tag) => self -> tag -> IO ()
+-textTagTableAdd self tag =
++textTagTableAdd self tag = do
+   {# call text_tag_table_add #}
+     (toTextTagTable self)
+     (toTextTag tag)
++  return ()
+ 
+ -- | Remove a tag from the table.
+ --
diff -rN -u old-haskell-gtk3/patches/series new-haskell-gtk3/patches/series
--- old-haskell-gtk3/patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gtk3/patches/series	2014-10-13 09:02:45.418462974 +0000
@@ -0,0 +1 @@
+bug-763221




More information about the Pkg-haskell-commits mailing list