Hello community,
here is the log from the commit of package ghc-cryptohash-sha256 for
openSUSE:Factory checked in at 2018-10-25 08:21:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-cryptohash-sha256 (Old)
and /work/SRC/openSUSE:Factory/.ghc-cryptohash-sha256.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-cryptohash-sha256"
Thu Oct 25 08:21:14 2018 rev:7 rq:643198 version:0.11.101.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-cryptohash-sha256/ghc-cryptohash-sha256.changes
2018-07-24 17:16:43.278863222 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-cryptohash-sha256.new/ghc-cryptohash-sha256.changes
2018-10-25 08:21:19.915938640 +0200
@@ -1,0 +2,5 @@
+Fri Oct 19 13:13:47 UTC 2018 - Peter Simons <[email protected]>
+
+- Update Cabal build instructions to support ghc-8.6.1.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-cryptohash-sha256.spec ++++++
--- /var/tmp/diff_new_pack.Jbe945/_old 2018-10-25 08:21:20.675938300 +0200
+++ /var/tmp/diff_new_pack.Jbe945/_new 2018-10-25 08:21:20.679938298 +0200
@@ -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/
#
@@ -26,7 +26,7 @@
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 @@
[RFC4231](https://tools.ietf.org/html/rfc4231),
[RFC5869](https://tools.ietf.org/html/rfc5869), et al..
+=== Packages in the 'cryptohash-*' family
+
+- <https://hackage.haskell.org/package/cryptohash-md5 cryptohash-md5> -
+<https://hackage.haskell.org/package/cryptohash-sha1 cryptohash-sha1> -
+<https://hackage.haskell.org/package/cryptohash-sha256 cryptohash-sha256> -
+<https://hackage.haskell.org/package/cryptohash-sha512 cryptohash-sha512>
+
=== Relationship to the 'cryptohash' package and its API
This package has been originally a fork of 'cryptohash-0.11.7' because the
++++++ cryptohash-sha256.cabal ++++++
--- /var/tmp/diff_new_pack.Jbe945/_old 2018-10-25 08:21:20.711938283 +0200
+++ /var/tmp/diff_new_pack.Jbe945/_new 2018-10-25 08:21:20.711938283 +0200
@@ -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: {
@@ -17,8 +17,6 @@
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
.
- HMAC-SHA-256: SHA-256-based [Hashed Message Authentication
Codes](https://en.wikipedia.org/wiki/HMAC) (HMAC)
@@ -26,6 +24,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
+.
+- <https://hackage.haskell.org/package/cryptohash-md5 cryptohash-md5>
+- <https://hackage.haskell.org/package/cryptohash-sha1 cryptohash-sha1>
+- <https://hackage.haskell.org/package/cryptohash-sha256 cryptohash-sha256>
+- <https://hackage.haskell.org/package/cryptohash-sha512 cryptohash-sha512>
+.
=== 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 @@
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