diff --git a/ed25519-0.0.5.0.cabal b/ed25519-0.0.5.0.cabal index 2188f6f..4c598d9 100644 --- a/ed25519-0.0.5.0.cabal +++ b/ed25519-0.0.5.0.cabal @@ -1,6 +1,6 @@ name: ed25519 version: 0.0.5.0 -x-revision: 5 +x-revision: 6 category: Cryptography license: MIT synopsis: Ed25519 cryptographic signatures @@ -61,7 +61,7 @@ flag no-donna library build-depends: - ghc-prim >= 0.1 && < 0.9, + ghc-prim >= 0.1 && < 0.10, base >= 4 && < 5, bytestring >= 0.9 && < 0.12 diff --git a/ghc-ed25519.spec b/ghc-ed25519.spec index c1b4a8b..fdb13aa 100644 --- a/ghc-ed25519.spec +++ b/ghc-ed25519.spec @@ -1,4 +1,4 @@ -# generated by cabal-rpm-2.0.9 +# generated by cabal-rpm-2.1.0 # https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/ %global pkg_name ed25519 @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.0.5.0 -Release: 24%{?dist} +Release: 25%{?dist} Summary: Ed25519 cryptographic signatures License: MIT @@ -21,8 +21,12 @@ Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal# # Begin cabal-rpm deps: BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros +BuildRequires: ghc-base-devel +BuildRequires: ghc-bytestring-devel +%if %{with ghc_prof} BuildRequires: ghc-base-prof BuildRequires: ghc-bytestring-prof +%endif %if %{with tests} BuildRequires: ghc-QuickCheck-devel BuildRequires: ghc-directory-devel @@ -121,6 +125,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal %changelog +* Thu Feb 16 2023 Jens Petersen - 0.0.5.0-25 +- refresh to cabal-rpm-2.1.0 with SPDX migration + * Thu Jul 21 2022 Fedora Release Engineering - 0.0.5.0-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild