diff --git a/cryptohash-sha256-0.11.101.0.cabal b/cryptohash-sha256-0.11.101.0.cabal index bddab0c..0952d3a 100644 --- a/cryptohash-sha256-0.11.101.0.cabal +++ b/cryptohash-sha256-0.11.101.0.cabal @@ -1,7 +1,7 @@ cabal-version: 1.12 name: cryptohash-sha256 version: 0.11.101.0 -x-revision: 2 +x-revision: 3 synopsis: Fast, pure and practical SHA-256 implementation description: { @@ -81,7 +81,7 @@ library Trustworthy Unsafe - build-depends: base >= 4.5 && < 4.13 + build-depends: base >= 4.5 && < 4.14 , bytestring >= 0.9.2 && < 0.11 ghc-options: -Wall diff --git a/ghc-cryptohash-sha256.spec b/ghc-cryptohash-sha256.spec index 278f9d4..f0a5e82 100644 --- a/ghc-cryptohash-sha256.spec +++ b/ghc-cryptohash-sha256.spec @@ -9,7 +9,7 @@ Name: ghc-%{pkg_name} Version: 0.11.101.0 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Fast, pure and practical SHA-256 implementation License: BSD @@ -138,6 +138,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal %changelog +* Wed Feb 19 2020 Jens Petersen - 0.11.101.0-9 +- revise .cabal and refresh to cabal-rpm-2.0.2 + * Tue Jan 28 2020 Fedora Release Engineering - 0.11.101.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild