Hello community, here is the log from the commit of package ghc-rio for openSUSE:Leap:15.2 checked in at 2020-02-19 18:40:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/ghc-rio (Old) and /work/SRC/openSUSE:Leap:15.2/.ghc-rio.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-rio" Wed Feb 19 18:40:57 2020 rev:3 rq:771436 version:0.1.13.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/ghc-rio/ghc-rio.changes 2020-01-15 15:02:35.473815300 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.ghc-rio.new.26092/ghc-rio.changes 2020-02-19 18:40:58.226172590 +0100 @@ -1,0 +2,86 @@ +Sat Jan 18 10:34:21 UTC 2020 - [email protected] + +- Update rio to version 0.1.13.0. + ## 0.1.13.0 + + * Add `withLazyFileUtf8` + * Add `mapRIO` + * Add generic logger + * Add `exeExtensions` and improve `findExecutable` on Windows [#205](https://github.com/commercialhaskell/rio/issues/205) + +------------------------------------------------------------------- +Fri Nov 8 16:14:37 UTC 2019 - Peter Simons <[email protected]> + +- Drop obsolete group attributes. + +------------------------------------------------------------------- +Tue Aug 27 02:01:53 UTC 2019 - [email protected] + +- Update rio to version 0.1.12.0. + ## 0.1.12.0 + + * Add `logFormat` and `setLogFormat` for `LogOptions`. + +------------------------------------------------------------------- +Tue Jul 16 02:02:02 UTC 2019 - [email protected] + +- Update rio to version 0.1.11.0. + ## 0.1.11.0 + + * Replace atomic and durable file writing functions with the ones from `unliftio`, see [#167](https://github.com/commercialhaskell/rio/pull/167) + +------------------------------------------------------------------- +Tue Jul 2 02:02:09 UTC 2019 - [email protected] + +- Update rio to version 0.1.10.0. + ## 0.1.10.0 + + * Relax a bunch of `RIO.File` functions from `MonadUnliftIO` to `MonadIO` + * Custom `Monoid` instance for `Utf8Builder` that matches semantics of the + derived one, but doesn't break list fusion + * Qualified import recommendations for `*.Partial`, `*.Unchecked`, `*.Unsafe` + * Re-export `Data.Ord.Down` from `RIO.Prelude` + * Addition of `RIO.NonEmpty` module + * Addition of `RIO.NonEmpty.Partial` module + * Export `NonEmpty` type and its constructor `(:|)` from RIO.Prelude.Types + * Fix handling of non-ASCII characters in `logSticky` + * Deprecate `withProcess` and `withProcess_`, add `withProcessWait`, `withProcessWait_`, `withProcessTerm`, and `withProcessTerm_` + +------------------------------------------------------------------- +Tue Apr 16 02:06:41 UTC 2019 - [email protected] + +- Update rio to version 0.1.9.2. + ## 0.1.9.2 + + * Bring back re-export of `Monad.fail` from `RIO.Prelude`. + +------------------------------------------------------------------- +Sun Apr 14 02:02:26 UTC 2019 - [email protected] + +- Update rio to version 0.1.9.1. + ## 0.1.9.1 + + * Remove accidental reexport of `Control.Applicative.empty` introduced in the previous release. + * Functions from `Data.Data.Data` class are brought to the re-export list as well. + +------------------------------------------------------------------- +Sat Apr 13 02:03:15 UTC 2019 - [email protected] + +- Update rio to version 0.1.9.0. + ## 0.1.9.0 + + * Add `Prelude.Exit` to export lifted versions of the exit functions from `System.Exit`. + * Re-export the `Control.Monad.State.State` and `Control.Monad.State.StateT` types and related computation functions in `RIO.State`. + * Re-export the `Control.Monad.Writer.Writer` and `Control.Monad.Writer.WriterT` types and related computation functions in `RIO.Writer`. + * Re-export `pred`, `succ` in `RIO.Partial`. + * Add `Semigroup` and `Monoid` instances for `RIO` + * Add the `Deque` double-ended queue data type + * Re-export `Data.Map.Strict.toAscList` and `Data.Map.Strict.toDescList` from `RIO.Map`. + * Re-export `Data.Sequence.Seq` from `RIO`. + * Addition of `RIO.Prelude` module + * Addition of `RIO.Prelude.Types` module + * Re-export `zipWith` and `runST` from `RIO.Prelude` + * Re-export `Exception`, `MonadFail`, `Typeable` and `ST` from `RIO.Prelude.Types` + * Switch to `MonadFail.fail` from `Monad.fail` and re-exported it from `RIO.Prelude` + +------------------------------------------------------------------- Old: ---- rio-0.1.8.0.tar.gz New: ---- rio-0.1.13.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-rio.spec ++++++ --- /var/tmp/diff_new_pack.4SayK2/_old 2020-02-19 18:40:58.546172983 +0100 +++ /var/tmp/diff_new_pack.4SayK2/_new 2020-02-19 18:40:58.546172983 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghc-rio # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,11 +19,10 @@ %global pkg_name rio %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.1.8.0 +Version: 0.1.13.0 Release: 0 Summary: A standard library for Haskell License: MIT -Group: Development/Libraries/Haskell URL: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz BuildRequires: ghc-Cabal-devel @@ -43,10 +42,12 @@ BuildRequires: ghc-time-devel BuildRequires: ghc-typed-process-devel BuildRequires: ghc-unix-devel +BuildRequires: ghc-unliftio-core-devel BuildRequires: ghc-unliftio-devel BuildRequires: ghc-unordered-containers-devel BuildRequires: ghc-vector-devel %if %{with tests} +BuildRequires: ghc-QuickCheck-devel BuildRequires: ghc-hspec-devel %endif @@ -55,7 +56,6 @@ %package devel Summary: Haskell %{pkg_name} library development files -Group: Development/Libraries/Haskell Requires: %{name} = %{version}-%{release} Requires: ghc-compiler = %{ghc_version} Requires(post): ghc-compiler = %{ghc_version} ++++++ rio-0.1.8.0.tar.gz -> rio-0.1.13.0.tar.gz ++++++ ++++ 4329 lines of diff (skipped)
