Hello community,
here is the log from the commit of package ghc-cryptohash-sha256 for
openSUSE:Factory checked in at 2020-05-11 13:34:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-cryptohash-sha256 (Old)
and /work/SRC/openSUSE:Factory/.ghc-cryptohash-sha256.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-cryptohash-sha256"
Mon May 11 13:34:29 2020 rev:9 rq:801008 version:0.11.101.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-cryptohash-sha256/ghc-cryptohash-sha256.changes
2019-12-27 13:52:42.288630383 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-cryptohash-sha256.new.2738/ghc-cryptohash-sha256.changes
2020-05-11 13:35:19.276358839 +0200
@@ -1,0 +2,5 @@
+Thu May 7 08:08:20 UTC 2020 - Peter Simons <[email protected]>
+
+- Update Cabal file to get more accurate dependency information.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-cryptohash-sha256.spec ++++++
--- /var/tmp/diff_new_pack.lj76IO/_old 2020-05-11 13:35:20.196360768 +0200
+++ /var/tmp/diff_new_pack.lj76IO/_new 2020-05-11 13:35:20.196360768 +0200
@@ -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/3.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/4.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-rpm-macros
++++++ cryptohash-sha256.cabal ++++++
--- /var/tmp/diff_new_pack.lj76IO/_old 2020-05-11 13:35:20.236360852 +0200
+++ /var/tmp/diff_new_pack.lj76IO/_new 2020-05-11 13:35:20.236360852 +0200
@@ -1,7 +1,7 @@
cabal-version: 1.12
name: cryptohash-sha256
version: 0.11.101.0
-x-revision: 3
+x-revision: 4
synopsis: Fast, pure and practical SHA-256 implementation
description: {
@@ -81,7 +81,7 @@
Trustworthy
Unsafe
- build-depends: base >= 4.5 && < 4.14
+ build-depends: base >= 4.5 && < 4.15
, bytestring >= 0.9.2 && < 0.11
ghc-options: -Wall