Accepting request 607778 from devel:languages:haskell

Update ghc-cryptonite-conduit to the latest version.

OBS-URL: https://build.opensuse.org/request/show/607778
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-cryptonite-conduit?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2018-05-30 10:06:23 +00:00 committed by Git OBS Bridge
commit c90b0866ef
4 changed files with 16 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:15edae989ad62b0bdaf817bba8e711323b22d3a3466025f778a54757ba567628
size 3372

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:705d69ab3f79b7b8810c7b9e7da81a1c6686b6a4323b1e78150576a25a658dae
size 5405

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon May 14 17:02:11 UTC 2018 - psimons@suse.com
- Update cryptonite-conduit to version 0.2.2.
* Add the `Crypto.Cipher.ChaChaPoly1305.Conduit` and
`Crypto.PubKey.ECIES.Conduit` modules
-------------------------------------------------------------------
Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-cryptonite-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 cryptonite-conduit
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.2.0
Version: 0.2.2
Release: 0
Summary: Cryptonite conduit
License: BSD-3-Clause
@ -31,6 +31,7 @@ BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-conduit-devel
BuildRequires: ghc-conduit-extra-devel
BuildRequires: ghc-cryptonite-devel
BuildRequires: ghc-exceptions-devel
BuildRequires: ghc-memory-devel
BuildRequires: ghc-resourcet-devel
BuildRequires: ghc-rpm-macros
@ -39,6 +40,7 @@ BuildRequires: ghc-transformers-devel
BuildRequires: ghc-conduit-combinators-devel
BuildRequires: ghc-tasty-devel
BuildRequires: ghc-tasty-hunit-devel
BuildRequires: ghc-tasty-quickcheck-devel
%endif
%description
@ -79,9 +81,9 @@ files.
%ghc_pkg_recache
%files -f %{name}.files
%doc LICENSE
%license LICENSE
%files devel -f %{name}-devel.files
%doc README.md
%doc CHANGELOG.md README.md
%changelog