From e91f7e8c6198c1d3f5c61a4eb359f6f535c512084325f102369056ee752412d0 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 21 Sep 2018 01:01:29 +0000 Subject: [PATCH 1/3] osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc-cryptohash-sha256 revision:7, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-cryptohash-sha256?expand=0&rev=25 --- cryptohash-sha256.cabal | 13 +++++++++---- ghc-cryptohash-sha256.spec | 9 ++++++++- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/cryptohash-sha256.cabal b/cryptohash-sha256.cabal index 151a30a..7d53e37 100644 --- a/cryptohash-sha256.cabal +++ b/cryptohash-sha256.cabal @@ -1,7 +1,7 @@ cabal-version: 1.12 name: cryptohash-sha256 version: 0.11.101.0 -x-revision: 1 +x-revision: 2 synopsis: Fast, pure and practical SHA-256 implementation description: { @@ -16,8 +16,6 @@ to be as fast as the standard [sha256sum(1) tool](https://linux.die.net/man/1/sh for instance, on an /Intel Core i7-3770/ at 3.40GHz this implementation can compute a SHA-256 hash over 230 MiB of data in under one second. (If, instead, you require a pure Haskell implementation and performance is secondary, please refer to the [SHA package](https://hackage.haskell.org/package/SHA).) -. - . Additionally, this package provides support for . @@ -26,6 +24,13 @@ Additionally, this package provides support for . conforming to [RFC6234](https://tools.ietf.org/html/rfc6234), [RFC4231](https://tools.ietf.org/html/rfc4231), [RFC5869](https://tools.ietf.org/html/rfc5869), et al.. . +=== Packages in the @cryptohash-*@ family +. +- +- +- +- +. === Relationship to the @cryptohash@ package and its API . This package has been originally a fork of @cryptohash-0.11.7@ because the @cryptohash@ @@ -76,7 +81,7 @@ library Trustworthy Unsafe - build-depends: base >= 4.5 && < 4.12 + build-depends: base >= 4.5 && < 4.13 , bytestring >= 0.9.2 && < 0.11 ghc-options: -Wall diff --git a/ghc-cryptohash-sha256.spec b/ghc-cryptohash-sha256.spec index 2163242..8676ae4 100644 --- a/ghc-cryptohash-sha256.spec +++ b/ghc-cryptohash-sha256.spec @@ -26,7 +26,7 @@ License: BSD-3-Clause Group: Development/Libraries/Haskell URL: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz -Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-bytestring-devel BuildRequires: ghc-rpm-macros @@ -63,6 +63,13 @@ conforming to [RFC6234](https://tools.ietf.org/html/rfc6234), [RFC4231](https://tools.ietf.org/html/rfc4231), [RFC5869](https://tools.ietf.org/html/rfc5869), et al.. +=== Packages in the 'cryptohash-*' family + +- - + - + - + + === Relationship to the 'cryptohash' package and its API This package has been originally a fork of 'cryptohash-0.11.7' because the From 72e79cfcbd3b75b19e25c284b20f0f7a96295fcf32d3fd376202e00cae20ebe0 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 18 Oct 2018 09:48:16 +0000 Subject: [PATCH 2/3] osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-cryptohash-sha256 revision:3, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-cryptohash-sha256?expand=0&rev=26 --- ghc-cryptohash-sha256.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-cryptohash-sha256.spec b/ghc-cryptohash-sha256.spec index 8676ae4..04b81c9 100644 --- a/ghc-cryptohash-sha256.spec +++ b/ghc-cryptohash-sha256.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # From 5f8611a94796c3ca3e1c5cd3f7d8c8aa676c353df92ecb7fa90baf3108bc8b2b Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 19 Oct 2018 13:17:18 +0000 Subject: [PATCH 3/3] osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-cryptohash-sha256 revision:4, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-cryptohash-sha256?expand=0&rev=27 --- ghc-cryptohash-sha256.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ghc-cryptohash-sha256.changes b/ghc-cryptohash-sha256.changes index 59a2b7c..d43884e 100644 --- a/ghc-cryptohash-sha256.changes +++ b/ghc-cryptohash-sha256.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Oct 19 13:13:47 UTC 2018 - Peter Simons + +- Update Cabal build instructions to support ghc-8.6.1. + ------------------------------------------------------------------- Wed Jul 18 14:26:19 UTC 2018 - psimons@suse.com