forked from pool/ghc-streaming-commons
osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-streaming-commons revision:6, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-streaming-commons?expand=0&rev=64
This commit is contained in:
parent
1b3891e4a4
commit
e34ccd13f6
@ -1,37 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Tue Aug 18 10:46:06 UTC 2020 - Peter Simons <psimons@suse.com>
|
|
||||||
|
|
||||||
- Replace %setup -q with the more modern %autosetup macro.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Tue Jul 21 08:27:35 UTC 2020 - psimons@suse.com
|
|
||||||
|
|
||||||
- Update streaming-commons to version 0.2.2.1.
|
|
||||||
## 0.2.2.1
|
|
||||||
|
|
||||||
* Fix test suite compilation issue [stackage#5528](https://github.com/commercialhaskell/stackage/issues/5528)
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Mon Jul 20 02:00:58 UTC 2020 - psimons@suse.com
|
|
||||||
|
|
||||||
- Update streaming-commons to version 0.2.2.0.
|
|
||||||
## 0.2.2.0
|
|
||||||
|
|
||||||
* Remove `AI_ADDRCONFIG` [#58](https://github.com/fpco/streaming-commons/issues/58)
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Tue Jun 16 11:14:37 UTC 2020 - Peter Simons <psimons@suse.com>
|
|
||||||
|
|
||||||
- Re-generate file with latest version of spec-cleaner.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Mon Jan 6 09:54:59 UTC 2020 - psimons@suse.com
|
|
||||||
|
|
||||||
- Update streaming-commons to version 0.2.1.2.
|
|
||||||
## 0.2.1.2
|
|
||||||
|
|
||||||
* Update `defaultReadBufferSize` to use system default instead of hardcoded value [#54](https://github.com/fpco/streaming-commons/issues/54)
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 8 16:14:51 UTC 2019 - Peter Simons <psimons@suse.com>
|
Fri Nov 8 16:14:51 UTC 2019 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ghc-streaming-commons
|
# spec file for package ghc-streaming-commons
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%global pkg_name streaming-commons
|
%global pkg_name streaming-commons
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.2.2.1
|
Version: 0.2.1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Common lower-level functions needed by various streaming data libraries
|
Summary: Common lower-level functions needed by various streaming data libraries
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -61,7 +61,7 @@ This package provides the Haskell %{pkg_name} library development
|
|||||||
files.
|
files.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{pkg_name}-%{version}
|
%setup -q -n %{pkg_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ghc_lib_build
|
%ghc_lib_build
|
||||||
|
3
streaming-commons-0.2.1.1.tar.gz
Normal file
3
streaming-commons-0.2.1.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a2e8932774abb3e1500bd9884939f39563e426f0fbd3e88b875e6939f9e8bed2
|
||||||
|
size 86688
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:306940bf4878a0b714e6746a7f934d018100efc86332c176a648014bfe1e81dd
|
|
||||||
size 86559
|
|
Loading…
x
Reference in New Issue
Block a user