Hello community, here is the log from the commit of package ghc-gio for openSUSE:Factory checked in at 2015-12-23 08:49:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-gio (Old) and /work/SRC/openSUSE:Factory/.ghc-gio.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-gio" Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-gio/ghc-gio.changes 2015-09-08 18:04:41.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-gio.new/ghc-gio.changes 2015-12-23 08:49:10.000000000 +0100 @@ -1,0 +2,5 @@ +Sun Dec 13 14:00:07 UTC 2015 - mimi...@gmail.com + +- update to 1.13.1.1 + +------------------------------------------------------------------- Old: ---- gio-0.13.1.0.tar.gz New: ---- gio-0.13.1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-gio.spec ++++++ --- /var/tmp/diff_new_pack.hOyPL9/_old 2015-12-23 08:49:11.000000000 +0100 +++ /var/tmp/diff_new_pack.hOyPL9/_new 2015-12-23 08:49:11.000000000 +0100 @@ -18,7 +18,7 @@ %global pkg_name gio Name: ghc-gio -Version: 0.13.1.0 +Version: 0.13.1.1 Release: 0 Summary: Binding to the GIO License: LGPL-2.1+ ++++++ gio-0.13.1.0.tar.gz -> gio-0.13.1.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gio-0.13.1.0/SetupWrapper.hs new/gio-0.13.1.1/SetupWrapper.hs --- old/gio-0.13.1.0/SetupWrapper.hs 2015-04-03 15:08:47.000000000 +0200 +++ new/gio-0.13.1.1/SetupWrapper.hs 2015-12-13 07:47:08.000000000 +0100 @@ -20,7 +20,7 @@ import System.Process import System.Exit (ExitCode(..), exitWith) import System.FilePath -import System.Directory +import System.Directory (doesFileExist, getModificationTime) import qualified Control.Exception as Exception import System.IO.Error (isDoesNotExistError) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gio-0.13.1.0/System/GIO/Signals.chs new/gio-0.13.1.1/System/GIO/Signals.chs --- old/gio-0.13.1.0/System/GIO/Signals.chs 2015-04-03 15:08:47.000000000 +0200 +++ new/gio-0.13.1.1/System/GIO/Signals.chs 2015-12-13 07:47:08.000000000 +0100 @@ -50,10 +50,10 @@ ) where -import Control.Monad (liftM) +import Control.Monad (liftM) import System.Glib.FFI -import System.Glib.UTFString (peekUTFString,maybePeekUTFString) +import System.Glib.UTFString (peekUTFString,maybePeekUTFString,newUTFString) import qualified System.Glib.UTFString as Glib import System.Glib.GError (failOnGError) {#import System.Glib.Signals#} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gio-0.13.1.0/gio.cabal new/gio-0.13.1.1/gio.cabal --- old/gio-0.13.1.0/gio.cabal 2015-04-03 15:08:47.000000000 +0200 +++ new/gio-0.13.1.1/gio.cabal 2015-12-13 07:47:08.000000000 +0100 @@ -1,5 +1,5 @@ Name: gio -Version: 0.13.1.0 +Version: 0.13.1.1 License: LGPL-2.1 License-file: COPYING Copyright: (c) 2001-2010 The Gtk2Hs Team @@ -10,7 +10,7 @@ Stability: stable homepage: http://projects.haskell.org/gtk2hs/ bug-reports: https://github.com/gtk2hs/gtk2hs/issues -Synopsis: Binding to the GIO. +Synopsis: Binding to GIO Description: GIO is striving to provide a modern, easy-to-use VFS API that sits at the right level in the library stack. The goal is to overcome the shortcomings of GnomeVFS and provide an API that is so good that developers prefer it over raw POSIX calls. @@ -42,7 +42,7 @@ Library build-depends: base >= 4 && < 5, array, containers, mtl, bytestring, glib >= 0.13.0.0 && < 0.14 - build-tools: gtk2hsC2hs >= 0.13.12, + build-tools: gtk2hsC2hs >= 0.13.13, gtk2hsHookGenerator, gtk2hsTypeGen exposed-modules: