diff --git a/ghc-streaming-commons.changes b/ghc-streaming-commons.changes index 21417f7..33f4a7a 100644 --- a/ghc-streaming-commons.changes +++ b/ghc-streaming-commons.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon May 14 17:02:11 UTC 2018 - psimons@suse.com + +- Update streaming-commons to version 0.2.0.0. + * Drop `blaze-builder` dependency + * Update `getAddrInfo` hints to allow hostnames and portnames [#46](https://github.com/fpco/streaming-commons/issues/46) + * Add `isCompleteInflate` + ------------------------------------------------------------------- Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com diff --git a/ghc-streaming-commons.spec b/ghc-streaming-commons.spec index ea5674f..3914fb0 100644 --- a/ghc-streaming-commons.spec +++ b/ghc-streaming-commons.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-streaming-commons # -# 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 streaming-commons %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.1.17 +Version: 0.2.0.0 Release: 0 Summary: Common lower-level functions needed by various streaming data libraries License: MIT @@ -29,7 +29,6 @@ Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg BuildRequires: ghc-Cabal-devel BuildRequires: ghc-array-devel BuildRequires: ghc-async-devel -BuildRequires: ghc-blaze-builder-devel BuildRequires: ghc-bytestring-devel BuildRequires: ghc-directory-devel BuildRequires: ghc-network-devel @@ -82,7 +81,7 @@ files. %ghc_pkg_recache %files -f %{name}.files -%doc LICENSE +%license LICENSE %files devel -f %{name}-devel.files %doc ChangeLog.md README.md diff --git a/streaming-commons-0.1.17.tar.gz b/streaming-commons-0.1.17.tar.gz deleted file mode 100644 index 70820d9..0000000 --- a/streaming-commons-0.1.17.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e50a38cb8b626ef2f031c195e22171ffce00e20cbe63e8c768887564a7f47da9 -size 88554 diff --git a/streaming-commons-0.2.0.0.tar.gz b/streaming-commons-0.2.0.0.tar.gz new file mode 100644 index 0000000..ed32597 --- /dev/null +++ b/streaming-commons-0.2.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4e2b8460325c133c83d04048e334fb502ba3627f41ffc85c05f81f1f38ace5f +size 86501