Hello community,

here is the log from the commit of package ghc-conduit for openSUSE:Factory 
checked in at 2018-05-30 12:05:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-conduit (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-conduit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-conduit"

Wed May 30 12:05:05 2018 rev:20 rq:607770 version:1.3.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-conduit/ghc-conduit.changes  2017-09-15 
21:28:02.370351874 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-conduit.new/ghc-conduit.changes     
2018-05-30 12:25:13.306493558 +0200
@@ -1,0 +2,20 @@
+Mon May 14 17:02:11 UTC 2018 - psim...@suse.com
+
+- Update conduit to version 1.3.0.2.
+  * Replace `ReadMode` with `WriteMode` in `withSinkFile`
+  * Test suite compatibility with GHC 8.4.1 
[#358](https://github.com/snoyberg/conduit/issues/358)
+  * Drop monad-control and exceptions in favor of unliftio
+  * Drop mmorph dependency
+  * Deprecate old type synonyms and operators
+  * Drop finalizers from the library entirely
+      * Much simpler
+      * Less guarantees about prompt finalization
+      * No more `yieldOr`, `addCleanup`
+      * Replace the `Resumable` types with `SealedConduitT`
+  * Add the `Conduit` and `Data.Conduit.Combinators` modules, stolen from
+    `conduit-combinators`
+  * Add `Semigroup` instances 
[#345](https://github.com/snoyberg/conduit/pull/345)
+  * Fix `pass` in `ConduitM` `MonadWriter` instance
+  * Add `exceptC`, `runExceptC` and `catchExceptC` to `Data.Conduit.Lift`
+
+-------------------------------------------------------------------

Old:
----
  conduit-1.2.11.tar.gz

New:
----
  conduit-1.3.0.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-conduit.spec ++++++
--- /var/tmp/diff_new_pack.Mv9bI1/_old  2018-05-30 12:25:13.902474118 +0200
+++ /var/tmp/diff_new_pack.Mv9bI1/_new  2018-05-30 12:25:13.906473988 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-conduit
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,7 +19,7 @@
 %global pkg_name conduit
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        1.2.11
+Version:        1.3.0.2
 Release:        0
 Summary:        Streaming data processing library
 License:        MIT
@@ -27,22 +27,28 @@
 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
+BuildRequires:  ghc-bytestring-devel
+BuildRequires:  ghc-directory-devel
 BuildRequires:  ghc-exceptions-devel
-BuildRequires:  ghc-lifted-base-devel
-BuildRequires:  ghc-mmorph-devel
-BuildRequires:  ghc-monad-control-devel
+BuildRequires:  ghc-filepath-devel
+BuildRequires:  ghc-mono-traversable-devel
 BuildRequires:  ghc-mtl-devel
 BuildRequires:  ghc-primitive-devel
 BuildRequires:  ghc-resourcet-devel
 BuildRequires:  ghc-rpm-macros
-BuildRequires:  ghc-transformers-base-devel
+BuildRequires:  ghc-text-devel
 BuildRequires:  ghc-transformers-devel
+BuildRequires:  ghc-unix-devel
+BuildRequires:  ghc-unliftio-core-devel
+BuildRequires:  ghc-vector-devel
 %if %{with tests}
 BuildRequires:  ghc-QuickCheck-devel
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-hspec-devel
 BuildRequires:  ghc-safe-devel
+BuildRequires:  ghc-silently-devel
 BuildRequires:  ghc-split-devel
+BuildRequires:  ghc-unliftio-devel
 %endif
 
 %description
@@ -88,7 +94,7 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%doc LICENSE
+%license LICENSE
 
 %files devel -f %{name}-devel.files
 %doc ChangeLog.md README.md

++++++ conduit-1.2.11.tar.gz -> conduit-1.3.0.2.tar.gz ++++++
++++ 15948 lines of diff (skipped)


Reply via email to