[Pkg-haskell-commits] darcs: haskell-gtk3: New upstream release

Joachim Breitner mail at joachim-breitner.de
Mon Dec 22 14:01:40 UTC 2014


Sun Dec 21 18:19:43 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * New upstream release

    M ./changelog -2 +3
    M ./control -10 +10
    R ./patches/bug-763221
    M ./patches/series -1

Sun Dec 21 18:19:43 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * New upstream release
diff -rN -u old-haskell-gtk3/changelog new-haskell-gtk3/changelog
--- old-haskell-gtk3/changelog	2014-12-22 14:01:40.539852924 +0000
+++ new-haskell-gtk3/changelog	2014-12-22 14:01:40.547852931 +0000
@@ -1,8 +1,9 @@
-haskell-gtk3 (0.12.5.6-4) UNRELEASED; urgency=medium
+haskell-gtk3 (0.13.0.3-1) UNRELEASED; urgency=medium
 
   * Depend on haskell-devscripts 0.9, found in experimental
+  * New upstream release
 
- -- Joachim Breitner <nomeata at debian.org>  Sat, 20 Dec 2014 16:57:18 +0100
+ -- Joachim Breitner <nomeata at debian.org>  Sat, 20 Dec 2014 17:03:26 +0100
 
 haskell-gtk3 (0.12.5.6-3) unstable; urgency=medium
 
diff -rN -u old-haskell-gtk3/control new-haskell-gtk3/control
--- old-haskell-gtk3/control	2014-12-22 14:01:40.535852920 +0000
+++ new-haskell-gtk3/control	2014-12-22 14:01:40.539852924 +0000
@@ -10,26 +10,26 @@
   , ghc-prof
   , libghc-mtl-dev
   , libghc-mtl-prof
-  , libghc-glib-dev (>= 0.12.5.3)
-  , libghc-glib-dev (<< 0.13)
+  , libghc-text-dev (>= 0.11.0.6)
+  , libghc-text-dev (<= 1.3)
+  , libghc-text-prof
+  , libghc-glib-dev (>= 0.13)
+  , libghc-glib-dev (<< 0.14)
   , libghc-glib-prof
-  , libghc-cairo-dev (>= 0.12.5.3)
-  , libghc-cairo-dev (<< 0.13)
+  , libghc-cairo-dev (>= 0.13)
+  , libghc-cairo-dev (<< 0.14)
   , libghc-cairo-prof
-  , libghc-pango-dev (>= 0.12.5.3)
-  , libghc-pango-dev (<< 0.13)
+  , libghc-pango-dev (>= 0.13)
+  , libghc-pango-dev (<< 0.14)
   , libghc-pango-prof
-  , libghc-gio-dev (>= 0.12.5)
-  , libghc-gio-dev (<< 0.13)
-  , libghc-gio-prof
   , libgtk-3-dev
   , gtk2hs-buildtools (>= 0.12.5)
 Build-Depends-Indep: ghc-doc
   , libghc-mtl-doc
+  , libghc-text-doc
   , libghc-glib-doc
   , libghc-cairo-doc
   , libghc-pango-doc
-  , libghc-gio-doc
 Standards-Version: 3.9.4
 Homepage: http://hackage.haskell.org/package/gtk
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-gtk
diff -rN -u old-haskell-gtk3/patches/bug-763221 new-haskell-gtk3/patches/bug-763221
--- old-haskell-gtk3/patches/bug-763221	2014-12-22 14:01:40.535852920 +0000
+++ new-haskell-gtk3/patches/bug-763221	1970-01-01 00:00:00.000000000 +0000
@@ -1,22 +0,0 @@
-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	2014-12-22 14:01:40.535852920 +0000
+++ new-haskell-gtk3/patches/series	2014-12-22 14:01:40.539852924 +0000
@@ -1,2 +1 @@
-bug-763221
 work-around-pixel-define.patch




More information about the Pkg-haskell-commits mailing list