Hello community, here is the log from the commit of package ghc-temporary for openSUSE:Factory checked in at 2016-01-28 17:24:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-temporary (Old) and /work/SRC/openSUSE:Factory/.ghc-temporary.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-temporary" Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-temporary/ghc-temporary.changes 2015-05-21 08:12:12.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-temporary.new/ghc-temporary.changes 2016-01-28 17:25:01.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Jan 26 10:04:40 UTC 2016 - [email protected] + +- update to 1.2.0.4 + +------------------------------------------------------------------- Old: ---- temporary-1.2.0.3.tar.gz New: ---- temporary-1.2.0.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-temporary.spec ++++++ --- /var/tmp/diff_new_pack.JUVaOB/_old 2016-01-28 17:25:02.000000000 +0100 +++ /var/tmp/diff_new_pack.JUVaOB/_new 2016-01-28 17:25:02.000000000 +0100 @@ -19,7 +19,7 @@ %global pkg_name temporary Name: ghc-temporary -Version: 1.2.0.3 +Version: 1.2.0.4 Release: 0 Summary: Haskell portable temporary file and directory support License: BSD-3-Clause ++++++ temporary-1.2.0.3.tar.gz -> temporary-1.2.0.4.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/temporary-1.2.0.3/System/IO/Temp.hs new/temporary-1.2.0.4/System/IO/Temp.hs --- old/temporary-1.2.0.3/System/IO/Temp.hs 2014-05-11 14:22:06.000000000 +0200 +++ new/temporary-1.2.0.4/System/IO/Temp.hs 2016-01-24 22:49:53.000000000 +0100 @@ -20,7 +20,7 @@ import Distribution.Compat.TempFile --- | Create and use a temporary directory in the system standard temporary directory. +-- | Create and use a temporary file in the system standard temporary directory. -- -- Behaves exactly the same as 'withTempFile', except that the parent temporary directory -- will be that returned by 'getTemporaryDirectory'. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/temporary-1.2.0.3/temporary.cabal new/temporary-1.2.0.4/temporary.cabal --- old/temporary-1.2.0.3/temporary.cabal 2014-05-11 14:22:06.000000000 +0200 +++ new/temporary-1.2.0.4/temporary.cabal 2016-01-24 23:33:16.000000000 +0100 @@ -1,5 +1,5 @@ name: temporary -version: 1.2.0.3 +version: 1.2.0.4 cabal-version: >= 1.6 synopsis: Portable temporary file and directory support for Windows and Unix, based on code from Cabal description: The functions for creating temporary files and directories in the base library are quite limited. The unixutils @@ -14,10 +14,14 @@ (c) 2005-2009, Duncan Coutts author: Isaac Jones <[email protected]> Duncan Coutts <[email protected]> -maintainer: Max Bolingbroke <[email protected]> -homepage: http://www.github.com/batterseapower/temporary +maintainer: Mateusz Kowalczyk <[email protected]>, Roman Cheplyaka <[email protected]> +homepage: http://www.github.com/feuerbach/temporary build-type: Simple +source-repository head + type: git + location: git://github.com/feuerbach/temporary.git + Library exposed-modules: System.IO.Temp other-modules: Distribution.Compat.Exception
