From 3b117dc2bc7a2df45ee72beeb42b9bf60c218f049aa9822e8e968108504cee7e Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 21 Apr 2024 14:36:11 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-9.8.x package:ghc-cryptohash-sha256 revision:2, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-cryptohash-sha256?expand=0&rev=64 --- cryptohash-sha256.cabal | 17 +++++++++-------- ghc-cryptohash-sha256.changes | 6 ++++++ ghc-cryptohash-sha256.spec | 4 ++-- 3 files changed, 17 insertions(+), 10 deletions(-) diff --git a/cryptohash-sha256.cabal b/cryptohash-sha256.cabal index 1e2cbae..5daf121 100644 --- a/cryptohash-sha256.cabal +++ b/cryptohash-sha256.cabal @@ -1,7 +1,7 @@ cabal-version: 2.0 name: cryptohash-sha256 version: 0.11.102.1 -x-revision: 3 +x-revision: 4 synopsis: Fast, pure and practical SHA-256 implementation description: { @@ -45,15 +45,16 @@ license: BSD3 license-file: LICENSE copyright: Vincent Hanquez, Herbert Valerio Riedel maintainer: Herbert Valerio Riedel -homepage: https://github.com/hvr/cryptohash-sha256 -bug-reports: https://github.com/hvr/cryptohash-sha256/issues +homepage: https://github.com/haskell-hvr/cryptohash-sha256 +bug-reports: https://github.com/haskell-hvr/cryptohash-sha256/issues category: Data, Cryptography build-type: Simple tested-with: - GHC == 9.8.0 - GHC == 9.6.2 - GHC == 9.4.7 + GHC == 9.10.0 + GHC == 9.8.2 + GHC == 9.6.4 + GHC == 9.4.8 GHC == 9.2.8 GHC == 9.0.2 GHC == 8.10.7 @@ -69,7 +70,7 @@ extra-source-files: cbits/hs_sha256.h source-repository head type: git - location: https://github.com/hvr/cryptohash-sha256.git + location: https://github.com/haskell-hvr/cryptohash-sha256.git flag exe description: Enable building @sha256sum@ executable @@ -86,7 +87,7 @@ library ghc-options: -Wall - build-depends: base >= 4.5 && < 4.20 + build-depends: base >= 4.5 && < 4.21 exposed-modules: Crypto.Hash.SHA256 diff --git a/ghc-cryptohash-sha256.changes b/ghc-cryptohash-sha256.changes index 9fe6d50..7ef7816 100644 --- a/ghc-cryptohash-sha256.changes +++ b/ghc-cryptohash-sha256.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Apr 19 21:15:16 UTC 2024 - Peter Simons + +- Update cryptohash-sha256 to version 0.11.102.1 revision 4. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Thu Sep 14 07:18:49 UTC 2023 - Peter Simons diff --git a/ghc-cryptohash-sha256.spec b/ghc-cryptohash-sha256.spec index 336b903..35f56fd 100644 --- a/ghc-cryptohash-sha256.spec +++ b/ghc-cryptohash-sha256.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-cryptohash-sha256 # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ Summary: Fast, pure and practical SHA-256 implementation 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-base-devel BuildRequires: ghc-base-prof