From 8388db98d744050602406b19fc67e539a83708d1 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 24 Jan 2023 23:54:57 +0800 Subject: [PATCH] refresh to cabal-rpm-2.1.0 with SPDX migration --- cabal-doctest-1.0.9.cabal | 6 +++--- ghc-cabal-doctest.spec | 15 ++++++++++++--- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/cabal-doctest-1.0.9.cabal b/cabal-doctest-1.0.9.cabal index de7f434..2fef71f 100644 --- a/cabal-doctest-1.0.9.cabal +++ b/cabal-doctest-1.0.9.cabal @@ -1,6 +1,6 @@ name: cabal-doctest version: 1.0.9 -x-revision: 1 +x-revision: 2 synopsis: A Setup.hs helper for running doctests description: As of now (end of 2021), there isn't @cabal doctest@ @@ -22,7 +22,7 @@ extra-source-files: tested-with: GHC == 9.4.1 - GHC == 9.2.3 + GHC == 9.2.4 GHC == 9.0.2 GHC == 8.10.7 GHC == 8.8.4 @@ -47,7 +47,7 @@ library other-extensions: build-depends: base >=4.3 && <5 - , Cabal >=1.10 && <3.8 + , Cabal >=1.10 && <3.10 , directory , filepath diff --git a/ghc-cabal-doctest.spec b/ghc-cabal-doctest.spec index 069485d..20a230a 100644 --- a/ghc-cabal-doctest.spec +++ b/ghc-cabal-doctest.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 cabal-doctest @@ -6,10 +6,10 @@ Name: ghc-%{pkg_name} Version: 1.0.9 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A Setup.hs helper for running doctests -License: BSD +License: BSD-3-Clause Url: https://hackage.haskell.org/package/%{pkg_name} # Begin cabal-rpm sources: Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz @@ -18,10 +18,16 @@ Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal# # Begin cabal-rpm deps: BuildRequires: ghc-rpm-macros +BuildRequires: ghc-Cabal-devel +BuildRequires: ghc-base-devel +BuildRequires: ghc-directory-devel +BuildRequires: ghc-filepath-devel +%if %{with ghc_prof} BuildRequires: ghc-Cabal-prof BuildRequires: ghc-base-prof BuildRequires: ghc-directory-prof BuildRequires: ghc-filepath-prof +%endif # End cabal-rpm deps %description @@ -106,6 +112,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal %changelog +* Thu Feb 16 2023 Jens Petersen - 1.0.9-3 +- refresh to cabal-rpm-2.1.0 with SPDX migration + * Thu Jul 21 2022 Fedora Release Engineering - 1.0.9-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild