From 453d8f9b93be3b2b088f9cade0aab6118ab2a256 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 24 Jan 2023 23:54:56 +0800 Subject: [PATCH] refresh to cabal-rpm-2.1.0 with SPDX migration --- assoc-1.0.2.cabal | 9 +++++---- ghc-assoc.spec | 14 +++++++++++--- 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/assoc-1.0.2.cabal b/assoc-1.0.2.cabal index c9d1584..f1fe002 100644 --- a/assoc-1.0.2.cabal +++ b/assoc-1.0.2.cabal @@ -1,7 +1,7 @@ cabal-version: 1.12 name: assoc version: 1.0.2 -x-revision: 2 +x-revision: 3 license: BSD3 license-file: LICENSE synopsis: swap and assoc: Symmetric and Semigroupy Bifunctors @@ -30,8 +30,9 @@ tested-with: || ==8.6.5 || ==8.8.4 || ==8.10.4 - || ==9.0.1 - || ==9.2.1 + || ==9.0.2 + || ==9.2.4 + || ==9.4.1 , GHCJS ==8.4 source-repository head @@ -42,7 +43,7 @@ library default-language: Haskell2010 hs-source-dirs: src build-depends: - base >=4.3 && <4.17 + base >=4.3 && <4.18 , bifunctors >=5.5.5 && <5.6 , tagged >=0.8.6 && <0.9 diff --git a/ghc-assoc.spec b/ghc-assoc.spec index af3b505..2129eb6 100644 --- a/ghc-assoc.spec +++ b/ghc-assoc.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 assoc @@ -6,10 +6,10 @@ Name: ghc-%{pkg_name} Version: 1.0.2 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Swap and assoc: Symmetric and Semigroupy Bifunctors -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 @@ -19,9 +19,14 @@ 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-bifunctors-devel +BuildRequires: ghc-tagged-devel +%if %{with ghc_prof} BuildRequires: ghc-base-prof BuildRequires: ghc-bifunctors-prof BuildRequires: ghc-tagged-prof +%endif # End cabal-rpm deps %description @@ -106,6 +111,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal %changelog +* Thu Feb 16 2023 Jens Petersen - 1.0.2-7 +- refresh to cabal-rpm-2.1.0 with SPDX migration + * Thu Jul 21 2022 Fedora Release Engineering - 1.0.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild