Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-cryptohash-sha256 for
openSUSE:Factory checked in at 2023-09-21 22:23:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-cryptohash-sha256 (Old)
and /work/SRC/openSUSE:Factory/.ghc-cryptohash-sha256.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-cryptohash-sha256"
Thu Sep 21 22:23:14 2023 rev:19 rq:1112762 version:0.11.102.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-cryptohash-sha256/ghc-cryptohash-sha256.changes
2023-04-04 21:19:36.480879628 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-cryptohash-sha256.new.1770/ghc-cryptohash-sha256.changes
2023-09-21 22:23:44.422372034 +0200
@@ -1,0 +2,6 @@
+Thu Sep 14 07:18:49 UTC 2023 - Peter Simons <[email protected]>
+
+- Update cryptohash-sha256 to version 0.11.102.1 revision 3.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-cryptohash-sha256.spec ++++++
--- /var/tmp/diff_new_pack.PHGpT5/_old 2023-09-21 22:23:45.542412677 +0200
+++ /var/tmp/diff_new_pack.PHGpT5/_new 2023-09-21 22:23:45.542412677 +0200
@@ -26,7 +26,7 @@
License: BSD-3-Clause
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/2.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-base-devel
BuildRequires: ghc-base-prof
++++++ cryptohash-sha256.cabal ++++++
--- /var/tmp/diff_new_pack.PHGpT5/_old 2023-09-21 22:23:45.578413982 +0200
+++ /var/tmp/diff_new_pack.PHGpT5/_new 2023-09-21 22:23:45.582414128 +0200
@@ -1,7 +1,7 @@
cabal-version: 2.0
name: cryptohash-sha256
version: 0.11.102.1
-x-revision: 2
+x-revision: 3
synopsis: Fast, pure and practical SHA-256 implementation
description: {
@@ -51,9 +51,10 @@
build-type: Simple
tested-with:
- GHC == 9.6.1
- GHC == 9.4.4
- GHC == 9.2.7
+ GHC == 9.8.0
+ GHC == 9.6.2
+ GHC == 9.4.7
+ GHC == 9.2.8
GHC == 9.0.2
GHC == 8.10.7
GHC == 8.8.4
@@ -62,9 +63,6 @@
GHC == 8.2.2
GHC == 8.0.2
GHC == 7.10.3
- GHC == 7.8.4
- GHC == 7.6.3
- GHC == 7.4.2
extra-source-files: cbits/hs_sha256.h
changelog.md
@@ -88,12 +86,12 @@
ghc-options: -Wall
- build-depends: base >= 4.5 && < 4.19
+ build-depends: base >= 4.5 && < 4.20
exposed-modules: Crypto.Hash.SHA256
if flag(use-cbits)
- build-depends: bytestring ^>= 0.9.2 || ^>= 0.10.0 || ^>= 0.11.0
+ build-depends: bytestring ^>= 0.9.2.0 || ^>= 0.10.0.0 || ^>=
0.11.0.0 || ^>= 0.12.0.2
other-extensions: BangPatterns
CApiFFI
@@ -137,7 +135,7 @@
, base16-bytestring ^>= 0.1.1 || ^>= 1.0.0
, SHA ^>= 1.6.4
- , tasty ^>= 1.4
+ , tasty ^>= 1.4 || ^>= 1.5
, tasty-quickcheck ^>= 0.10
, tasty-hunit ^>= 0.10