Hello community, here is the log from the commit of package ghc-conduit for openSUSE:Factory checked in at 2019-03-19 09:59:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-conduit (Old) and /work/SRC/openSUSE:Factory/.ghc-conduit.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-conduit" Tue Mar 19 09:59:34 2019 rev:23 rq:686006 version:1.3.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-conduit/ghc-conduit.changes 2018-10-25 08:17:02.644052303 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-conduit.new.28833/ghc-conduit.changes 2019-03-19 09:59:37.472059340 +0100 @@ -1,0 +2,10 @@ +Wed Mar 13 11:03:19 UTC 2019 - [email protected] + +- Update conduit to version 1.3.1.1. + # ChangeLog for conduit + + ## 1.3.1.1 + + * Use lower-case imports (better for cross-compilation) [#408](https://github.com/snoyberg/conduit/pull/408) + +------------------------------------------------------------------- Old: ---- conduit-1.3.1.tar.gz New: ---- conduit-1.3.1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-conduit.spec ++++++ --- /var/tmp/diff_new_pack.75qk1P/_old 2019-03-19 09:59:38.028056741 +0100 +++ /var/tmp/diff_new_pack.75qk1P/_new 2019-03-19 09:59:38.036056703 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghc-conduit # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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.3.1 +Version: 1.3.1.1 Release: 0 Summary: Streaming data processing library License: MIT ++++++ conduit-1.3.1.tar.gz -> conduit-1.3.1.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/conduit-1.3.1/ChangeLog.md new/conduit-1.3.1.1/ChangeLog.md --- old/conduit-1.3.1/ChangeLog.md 2018-10-06 21:25:16.000000000 +0200 +++ new/conduit-1.3.1.1/ChangeLog.md 2019-03-12 08:53:53.000000000 +0100 @@ -1,3 +1,9 @@ +# ChangeLog for conduit + +## 1.3.1.1 + +* Use lower-case imports (better for cross-compilation) [#408](https://github.com/snoyberg/conduit/pull/408) + ## 1.3.1 * Add `MonadFail` instance for `ConduitT`. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/conduit-1.3.1/conduit.cabal new/conduit-1.3.1.1/conduit.cabal --- old/conduit-1.3.1/conduit.cabal 2018-10-06 21:25:16.000000000 +0200 +++ new/conduit-1.3.1.1/conduit.cabal 2019-03-12 08:53:59.000000000 +0100 @@ -1,5 +1,5 @@ Name: conduit -Version: 1.3.1 +Version: 1.3.1.1 Synopsis: Streaming data processing library. description: `conduit` is a solution to the streaming data problem, allowing for production, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/conduit-1.3.1/src/System/Win32File.hsc new/conduit-1.3.1.1/src/System/Win32File.hsc --- old/conduit-1.3.1/src/System/Win32File.hsc 2018-03-14 07:08:08.000000000 +0100 +++ new/conduit-1.3.1.1/src/System/Win32File.hsc 2019-03-12 08:52:46.000000000 +0100 @@ -31,8 +31,8 @@ #include <fcntl.h> -#include <Share.h> -#include <SYS/Stat.h> +#include <share.h> +#include <sys/stat.h> #include <errno.h> newtype OFlag = OFlag CInt
