diff --git a/ghc-tasty-quickcheck.spec b/ghc-tasty-quickcheck.spec index 78747e4..e867646 100644 --- a/ghc-tasty-quickcheck.spec +++ b/ghc-tasty-quickcheck.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 tasty-quickcheck @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.10.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: QuickCheck support for the Tasty test framework License: MIT @@ -20,12 +20,20 @@ Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz # Begin cabal-rpm deps: BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros +BuildRequires: ghc-QuickCheck-devel +BuildRequires: ghc-base-devel +BuildRequires: ghc-optparse-applicative-devel +BuildRequires: ghc-random-devel +BuildRequires: ghc-tagged-devel +BuildRequires: ghc-tasty-devel +%if %{with ghc_prof} BuildRequires: ghc-QuickCheck-prof BuildRequires: ghc-base-prof BuildRequires: ghc-optparse-applicative-prof BuildRequires: ghc-random-prof BuildRequires: ghc-tagged-prof BuildRequires: ghc-tasty-prof +%endif %if %{with tests} BuildRequires: ghc-pcre-light-devel BuildRequires: ghc-tasty-hunit-devel @@ -118,6 +126,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Thu Feb 16 2023 Jens Petersen - 0.10.2-3 +- refresh to cabal-rpm-2.1.0 with SPDX migration + * Thu Jul 21 2022 Fedora Release Engineering - 0.10.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild