Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-cryptohash-sha1 for
openSUSE:Factory checked in at 2024-07-22 17:16:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-cryptohash-sha1 (Old)
and /work/SRC/openSUSE:Factory/.ghc-cryptohash-sha1.new.17339 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-cryptohash-sha1"
Mon Jul 22 17:16:13 2024 rev:12 rq:1188631 version:0.11.101.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-cryptohash-sha1/ghc-cryptohash-sha1.changes
2024-04-29 09:09:26.256732882 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-cryptohash-sha1.new.17339/ghc-cryptohash-sha1.changes
2024-07-22 17:16:57.030761632 +0200
@@ -1,0 +2,6 @@
+Wed Jun 26 08:40:21 UTC 2024 - Peter Simons <[email protected]>
+
+- Update cryptohash-sha1 to version 0.11.101.0 revision 5.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-cryptohash-sha1.spec ++++++
--- /var/tmp/diff_new_pack.0Psjwv/_old 2024-07-22 17:16:58.002800275 +0200
+++ /var/tmp/diff_new_pack.0Psjwv/_new 2024-07-22 17:16:58.002800275 +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/4.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/5.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-base-devel
BuildRequires: ghc-base-prof
++++++ cryptohash-sha1.cabal ++++++
--- /var/tmp/diff_new_pack.0Psjwv/_old 2024-07-22 17:16:58.038801706 +0200
+++ /var/tmp/diff_new_pack.0Psjwv/_new 2024-07-22 17:16:58.042801865 +0200
@@ -1,7 +1,7 @@
cabal-version: >=1.10
name: cryptohash-sha1
version: 0.11.101.0
-x-revision: 4
+x-revision: 5
description:
A practical incremental and one-pass, pure API to the
<https://en.wikipedia.org/wiki/SHA-1 SHA-1 hash algorithm>
@@ -29,9 +29,9 @@
build-type: Simple
tested-with:
- GHC == 9.10.0
+ GHC == 9.10.1
GHC == 9.8.2
- GHC == 9.6.4
+ GHC == 9.6.5
GHC == 9.4.8
GHC == 9.2.8
GHC == 9.0.2
@@ -41,7 +41,6 @@
GHC == 8.4.4
GHC == 8.2.2
GHC == 8.0.2
- GHC == 7.10.3
extra-source-files: cbits/sha1.h
changelog.md
@@ -75,7 +74,7 @@
, base16-bytestring >= 1.0.1.0 && < 1.1
, SHA >= 1.6.4 && < 1.7
, tasty >= 1.4 && < 1.6
- , tasty-quickcheck == 0.10.*
+ , tasty-quickcheck >= 0.10 && < 1
, tasty-hunit == 0.10.*
benchmark bench-sha1