From f57e50a4486e8aa6abdaf912c3fd176f8ae10058 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 --- ghc-hxt-charproperties.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/ghc-hxt-charproperties.spec b/ghc-hxt-charproperties.spec index 27f5986..6151c43 100644 --- a/ghc-hxt-charproperties.spec +++ b/ghc-hxt-charproperties.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 hxt-charproperties @@ -6,7 +6,7 @@ Name: ghc-%{pkg_name} Version: 9.5.0.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Character properties and classes for XML and Unicode License: MIT @@ -18,7 +18,10 @@ Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz # Begin cabal-rpm deps: BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros +BuildRequires: ghc-base-devel +%if %{with ghc_prof} BuildRequires: ghc-base-prof +%endif # End cabal-rpm deps %description @@ -103,6 +106,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Thu Feb 16 2023 Jens Petersen - 9.5.0.0-5 +- refresh to cabal-rpm-2.1.0 with SPDX migration + * Thu Jul 21 2022 Fedora Release Engineering - 9.5.0.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild