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 2021-06-23 17:38:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-cryptohash-sha1 (Old)
and /work/SRC/openSUSE:Factory/.ghc-cryptohash-sha1.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-cryptohash-sha1"
Wed Jun 23 17:38:20 2021 rev:5 rq:901448 version:0.11.100.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-cryptohash-sha1/ghc-cryptohash-sha1.changes
2020-12-22 11:38:15.465427608 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-cryptohash-sha1.new.2625/ghc-cryptohash-sha1.changes
2021-06-23 17:38:25.440487333 +0200
@@ -1,0 +2,6 @@
+Wed Jun 16 08:56:20 UTC 2021 - [email protected]
+
+- Update cryptohash-sha1 to version 0.11.100.1 revision 6.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-cryptohash-sha1.spec ++++++
--- /var/tmp/diff_new_pack.vZanEV/_old 2021-06-23 17:38:26.016488126 +0200
+++ /var/tmp/diff_new_pack.vZanEV/_new 2021-06-23 17:38:26.020488132 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-cryptohash-sha1
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,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/5.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/6.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-rpm-macros
++++++ cryptohash-sha1.cabal ++++++
--- /var/tmp/diff_new_pack.vZanEV/_old 2021-06-23 17:38:26.060488187 +0200
+++ /var/tmp/diff_new_pack.vZanEV/_new 2021-06-23 17:38:26.064488193 +0200
@@ -1,7 +1,7 @@
cabal-version: >=1.10
name: cryptohash-sha1
version: 0.11.100.1
-x-revision: 5
+x-revision: 6
synopsis: Fast, pure and practical SHA-1 implementation
description: {
@@ -66,7 +66,7 @@
library
default-language: Haskell2010
- build-depends: base >= 4.5 && < 4.15
+ build-depends: base >= 4.5 && < 4.16
, bytestring >= 0.9.2 && < 0.11
hs-source-dirs: src