From d970f5bad6642f3b61e40c0103750665eba77939 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 24 Jan 2023 23:54:58 +0800 Subject: [PATCH] refresh to cabal-rpm-2.1.0 with SPDX migration --- ghc-pretty-show.spec | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/ghc-pretty-show.spec b/ghc-pretty-show.spec index 128fc9b..c402f11 100644 --- a/ghc-pretty-show.spec +++ b/ghc-pretty-show.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 pretty-show @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 1.10 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Tools for working with derived Show instances and generic inspection of values 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-array-devel +BuildRequires: ghc-base-devel +BuildRequires: ghc-filepath-devel +BuildRequires: ghc-haskell-lexer-devel +BuildRequires: ghc-pretty-devel +BuildRequires: ghc-text-devel +%if %{with ghc_prof} BuildRequires: ghc-array-prof BuildRequires: ghc-base-prof BuildRequires: ghc-filepath-prof BuildRequires: ghc-haskell-lexer-prof BuildRequires: ghc-pretty-prof BuildRequires: ghc-text-prof +%endif BuildRequires: happy # End cabal-rpm deps %if %{with system_jquery} @@ -129,6 +137,9 @@ ln -s %{_webassetdir}/jquery/1/jquery.min.js %{_style_dir}/jquery.js %changelog +* Thu Feb 16 2023 Jens Petersen - 1.10-12 +- refresh to cabal-rpm-2.1.0 with SPDX migration + * Thu Jul 21 2022 Fedora Release Engineering - 1.10-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild