[Pkg-haskell-commits] darcs: threadscope: upstream-0.2.3

Sven Bartscher sven.bartscher at weltraumschlangen.de
Wed May 21 15:47:35 UTC 2014


Wed May 21 15:43:35 UTC 2014  Sven Bartscher <sven.bartscher at weltraumschlangen.de>
  * upstream-0.2.3

    R ./patches/ambigiouty-cairo-types.patch
    R ./patches/series
    R ./patches/
    M ./changelog -3 +8

Wed May 21 15:43:35 UTC 2014  Sven Bartscher <sven.bartscher at weltraumschlangen.de>
  * upstream-0.2.3
diff -rN -u old-threadscope/changelog new-threadscope/changelog
--- old-threadscope/changelog	2014-05-21 15:47:35.863804590 +0000
+++ new-threadscope/changelog	2014-05-21 15:47:35.871804591 +0000
@@ -1,8 +1,13 @@
-threadscope (0.2.2-3) UNRELEASED; urgency=high
+threadscope (0.2.3-1) UNRELEASED; urgency=high
 
-  * Resolve ambiguous symbols which were added in cairo (Closes: 746076)
+  * Team upload
+  
+  [ Sven Bartscher ]
+  * New Upstream Release (Closes: 746076)
+  * Bump Standards version, no change
+  
+  [ Joachim Breitner ]
   * Adjust watch file to new hackage layout
-  * Bump Standards-Version, no action
 
  -- Sven Bartscher <sven.bartscher at weltraumschlangen.de>  Tue, 20 May 2014 23:42:30 +0200
 
diff -rN -u old-threadscope/patches/ambigiouty-cairo-types.patch new-threadscope/patches/ambigiouty-cairo-types.patch
--- old-threadscope/patches/ambigiouty-cairo-types.patch	2014-05-21 15:47:35.863804590 +0000
+++ new-threadscope/patches/ambigiouty-cairo-types.patch	1970-01-01 00:00:00.000000000 +0000
@@ -1,38 +0,0 @@
-Desciption: Resolves an issue with new symbols in cairo
-Bug-debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746076
-Forwarded: No
-Author: Sven Bartscher <sven.bartscher at weltraumschlangen.de>
-Last-Update: 2014-05-20
---- a/GUI/Timeline/Render.hs
-+++ b/GUI/Timeline/Render.hs
-@@ -21,7 +21,7 @@
- import GUI.Timeline.CairoDrawing
- 
- import Graphics.UI.Gtk
--import Graphics.Rendering.Cairo
-+import Graphics.Rendering.Cairo hiding (RectangleInt, height, width, Region)
- 
- import Data.IORef
- import Control.Monad
---- a/GUI/Timeline.hs
-+++ b/GUI/Timeline.hs
-@@ -34,7 +34,7 @@
- import Events.HECs
- 
- import Graphics.UI.Gtk
--import Graphics.Rendering.Cairo
-+import Graphics.Rendering.Cairo hiding (height)
- 
- import Data.IORef
- import Control.Monad
---- a/GUI/SaveAs.hs
-+++ b/GUI/SaveAs.hs
-@@ -9,7 +9,7 @@
- 
- -- Imports for GTK
- import Graphics.UI.Gtk
--import Graphics.Rendering.Cairo
-+import Graphics.Rendering.Cairo hiding (height)
- 
- saveAs :: HECs -> ViewParameters -> Double -> DrawingArea
-        -> (Int, Int, Render ())
diff -rN -u old-threadscope/patches/series new-threadscope/patches/series
--- old-threadscope/patches/series	2014-05-21 15:47:35.863804590 +0000
+++ new-threadscope/patches/series	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-ambigiouty-cairo-types.patch




More information about the Pkg-haskell-commits mailing list