refresh to cabal-rpm-2.1.0 with SPDX migration
This commit is contained in:
parent
c6a18b7cf4
commit
d24bf8f16e
@ -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
|
||||
|
||||
|
@ -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 <petersen@redhat.com> - 0.0.5.0-25
|
||||
- refresh to cabal-rpm-2.1.0 with SPDX migration
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.5.0-24
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user