Hello community,

here is the log from the commit of package ghc-conduit for openSUSE:Factory 
checked in at 2020-09-07 21:29:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-conduit (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-conduit.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-conduit"

Mon Sep  7 21:29:16 2020 rev:28 rq:832256 version:1.3.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-conduit/ghc-conduit.changes  2020-08-28 
21:27:47.820508308 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-conduit.new.3399/ghc-conduit.changes        
2020-09-07 21:30:33.073248220 +0200
@@ -1,0 +2,8 @@
+Tue Sep  1 14:36:17 UTC 2020 - psim...@suse.com
+
+- Update conduit to version 1.3.2.1.
+  ## 1.3.2.1
+
+  * Fix isChunksForExactlyE 
[#445](https://github.com/snoyberg/conduit/issues/445) 
[#446](https://github.com/snoyberg/conduit/pull/446)
+
+-------------------------------------------------------------------

Old:
----
  conduit-1.3.2.tar.gz

New:
----
  conduit-1.3.2.1.tar.gz

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

Other differences:
------------------
++++++ ghc-conduit.spec ++++++
--- /var/tmp/diff_new_pack.6GjAnq/_old  2020-09-07 21:30:33.625248474 +0200
+++ /var/tmp/diff_new_pack.6GjAnq/_new  2020-09-07 21:30:33.629248475 +0200
@@ -19,7 +19,7 @@
 %global pkg_name conduit
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        1.3.2
+Version:        1.3.2.1
 Release:        0
 Summary:        Streaming data processing library
 License:        MIT

++++++ conduit-1.3.2.tar.gz -> conduit-1.3.2.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/conduit-1.3.2/ChangeLog.md 
new/conduit-1.3.2.1/ChangeLog.md
--- old/conduit-1.3.2/ChangeLog.md      2020-03-19 15:15:01.000000000 +0100
+++ new/conduit-1.3.2.1/ChangeLog.md    2020-08-31 22:19:16.000000000 +0200
@@ -1,5 +1,9 @@
 # ChangeLog for conduit
 
+## 1.3.2.1
+
+* Fix isChunksForExactlyE 
[#445](https://github.com/snoyberg/conduit/issues/445) 
[#446](https://github.com/snoyberg/conduit/pull/446)
+
 ## 1.3.2
 
 * Add `mapInputM` [#435](https://github.com/snoyberg/conduit/pull/435)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/conduit-1.3.2/conduit.cabal 
new/conduit-1.3.2.1/conduit.cabal
--- old/conduit-1.3.2/conduit.cabal     2020-03-19 15:15:01.000000000 +0100
+++ new/conduit-1.3.2.1/conduit.cabal   2020-08-31 22:20:24.000000000 +0200
@@ -1,5 +1,5 @@
 Name:                conduit
-Version:             1.3.2
+Version:             1.3.2.1
 Synopsis:            Streaming data processing library.
 description:
     `conduit` is a solution to the streaming data problem, allowing for 
production,
@@ -17,7 +17,7 @@
 Maintainer:          mich...@snoyman.com
 Category:            Data, Conduit
 Build-type:          Simple
-Cabal-version:       >=1.8
+Cabal-version:       >=1.10
 Homepage:            http://github.com/snoyberg/conduit
 extra-source-files:  test/main.hs
                    , test/doctests.hs
@@ -27,6 +27,7 @@
                    , fusion-macros.h
 
 Library
+  default-language:    Haskell2010
   hs-source-dirs:      src
   Exposed-modules:     Data.Conduit
                        Data.Conduit.Combinators
@@ -67,6 +68,7 @@
   include-dirs:        .
 
 test-suite conduit-test
+    default-language:    Haskell2010
     hs-source-dirs: test
     main-is: main.hs
     other-modules: Data.Conduit.Extra.ZipConduitSpec
@@ -118,6 +120,7 @@
 --     ghc-options:    -Wall -O2 -with-rtsopts=-s
 
 benchmark optimize-201408
+    default-language:    Haskell2010
     type: exitcode-stdio-1.0
     hs-source-dirs: benchmarks
     build-depends:  base
@@ -134,6 +137,7 @@
     ghc-options:    -Wall -O2 -rtsopts
 
 benchmark unfused
+    default-language:    Haskell2010
     type: exitcode-stdio-1.0
     hs-source-dirs: benchmarks
     build-depends:  base
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/conduit-1.3.2/src/Data/Conduit/Combinators.hs 
new/conduit-1.3.2.1/src/Data/Conduit/Combinators.hs
--- old/conduit-1.3.2/src/Data/Conduit/Combinators.hs   2020-03-01 
09:25:49.000000000 +0100
+++ new/conduit-1.3.2.1/src/Data/Conduit/Combinators.hs 2020-08-31 
22:18:23.000000000 +0200
@@ -1819,7 +1819,7 @@
 chunksOfExactlyE chunkSize = await >>= maybe (return ()) start
     where
         start b
-            | onull b = chunksOfE chunkSize
+            | onull b = chunksOfExactlyE chunkSize
             | Seq.lengthIndex b < chunkSize = continue (Seq.lengthIndex b) [b]
             | otherwise = let (first,rest) = Seq.splitAt chunkSize b in
                             yield first >> start rest
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/conduit-1.3.2/test/main.hs 
new/conduit-1.3.2.1/test/main.hs
--- old/conduit-1.3.2/test/main.hs      2020-03-01 09:25:49.000000000 +0100
+++ new/conduit-1.3.2.1/test/main.hs    2020-08-31 22:23:55.000000000 +0200
@@ -716,8 +716,8 @@
         describe "WriterT" $
             it "pass" $
                 let writer = W.pass $ do
-                    W.tell [1 :: Int]
-                    pure ((), (2:))
+                      W.tell [1 :: Int]
+                      pure ((), (2:))
                 in execWriter (runConduit writer) `shouldBe` [2, 1]
 
     describe "Data.Conduit.Lift" $ do


Reply via email to