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 2023-04-14 13:12:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-cryptohash-sha1 (Old)
and /work/SRC/openSUSE:Factory/.ghc-cryptohash-sha1.new.19717 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-cryptohash-sha1"
Fri Apr 14 13:12:47 2023 rev:9 rq:1079138 version:0.11.101.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-cryptohash-sha1/ghc-cryptohash-sha1.changes
2023-04-04 21:19:35.412872819 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-cryptohash-sha1.new.19717/ghc-cryptohash-sha1.changes
2023-04-14 13:12:54.583506074 +0200
@@ -1,0 +2,6 @@
+Fri Apr 7 14:13:27 UTC 2023 - Peter Simons <[email protected]>
+
+- Update cryptohash-sha1 to version 0.11.101.0 revision 2.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-cryptohash-sha1.spec ++++++
--- /var/tmp/diff_new_pack.aGMx6k/_old 2023-04-14 13:12:55.915513691 +0200
+++ /var/tmp/diff_new_pack.aGMx6k/_new 2023-04-14 13:12:55.923513737 +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/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-base-devel
BuildRequires: ghc-base-prof
++++++ cryptohash-sha1.cabal ++++++
--- /var/tmp/diff_new_pack.aGMx6k/_old 2023-04-14 13:12:55.959513943 +0200
+++ /var/tmp/diff_new_pack.aGMx6k/_new 2023-04-14 13:12:55.963513966 +0200
@@ -1,6 +1,7 @@
+cabal-version: >=1.10
name: cryptohash-sha1
version: 0.11.101.0
-x-revision: 1
+x-revision: 2
description:
A practical incremental and one-pass, pure API to the
<https://en.wikipedia.org/wiki/SHA-1 SHA-1 hash algorithm>
@@ -20,37 +21,39 @@
license: BSD3
license-file: LICENSE
copyright: Vincent Hanquez, Herbert Valerio Riedel
-maintainer: Herbert Valerio Riedel <[email protected]>
-homepage: https://github.com/hvr/cryptohash-sha1
-bug-reports: https://github.com/hvr/cryptohash-sha1/issues
+maintainer: https://github.com/haskell-hvr/cryptohash-sha1
+homepage: https://github.com/haskell-hvr/cryptohash-sha1
+bug-reports: https://github.com/haskell-hvr/cryptohash-sha1/issues
synopsis: Fast, pure and practical SHA-1 implementation
category: Data, Cryptography
build-type: Simple
-cabal-version: >=1.10
-tested-with: GHC == 7.4.2
- , GHC == 7.6.3
- , GHC == 7.8.4
- , GHC == 7.10.3
- , GHC == 8.0.2
- , GHC == 8.2.2
- , GHC == 8.4.4
- , GHC == 8.6.5
- , GHC == 8.8.4
- , GHC == 8.10.7
- , GHC == 9.0.2
- , GHC == 9.2.4
- , GHC == 9.4.1
+
+tested-with:
+ GHC == 9.6.1
+ GHC == 9.4.4
+ GHC == 9.2.7
+ GHC == 9.0.2
+ GHC == 8.10.7
+ GHC == 8.8.4
+ GHC == 8.6.5
+ GHC == 8.4.4
+ 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/sha1.h
changelog.md
source-repository head
type: git
- location: https://github.com/hvr/cryptohash-sha1.git
+ location: https://github.com/haskell-hvr/cryptohash-sha1.git
library
default-language: Haskell2010
- build-depends: base >= 4.5 && < 4.18
+ build-depends: base >= 4.5 && < 4.19
, bytestring >= 0.9.2 && < 0.12
hs-source-dirs: src