From 4a84bae0a1278db9aeb4eb509a93a403cd38e521 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-integer-logarithms.spec | 11 +++++++++-- integer-logarithms-1.0.3.1.cabal | 14 ++++++++------ 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/ghc-integer-logarithms.spec b/ghc-integer-logarithms.spec index 036622e..eb87a6c 100644 --- a/ghc-integer-logarithms.spec +++ b/ghc-integer-logarithms.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 integer-logarithms @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 1.0.3.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Integer logarithms License: MIT @@ -21,8 +21,12 @@ Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal# # Begin cabal-rpm deps: BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros +BuildRequires: ghc-array-devel +BuildRequires: ghc-base-devel +%if %{with ghc_prof} BuildRequires: ghc-array-prof BuildRequires: ghc-base-prof +%endif # End cabal-rpm deps %description @@ -111,6 +115,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal %changelog +* Thu Feb 16 2023 Jens Petersen - 1.0.3.1-5 +- refresh to cabal-rpm-2.1.0 with SPDX migration + * Thu Jul 21 2022 Fedora Release Engineering - 1.0.3.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild diff --git a/integer-logarithms-1.0.3.1.cabal b/integer-logarithms-1.0.3.1.cabal index 224bcf5..384e6f2 100644 --- a/integer-logarithms-1.0.3.1.cabal +++ b/integer-logarithms-1.0.3.1.cabal @@ -1,6 +1,6 @@ name: integer-logarithms version: 1.0.3.1 -x-revision: 2 +x-revision: 4 cabal-version: >=1.10 author: Daniel Fischer copyright: @@ -36,8 +36,10 @@ tested-with: || ==8.6.4 || ==8.8.4 || ==8.10.4 - || ==9.0.1 - || ==9.2.1 + || ==9.0.2 + || ==9.2.5 + || ==9.4.4 + || ==9.6.1 , GHCJS ==8.4 extra-source-files: @@ -59,8 +61,8 @@ library hs-source-dirs: src build-depends: array >=0.3 && <0.6 - , base >=4.3 && <4.17 - , ghc-prim <0.9 + , base >=4.3 && <4.19 + , ghc-prim <0.11 if !impl(ghc >=7.10) build-depends: nats >=1.1.2 && <1.2 @@ -68,7 +70,7 @@ library if impl(ghc >=9.0) build-depends: base >=4.15 - , ghc-bignum >=1.0 && <1.3 + , ghc-bignum >=1.0 && <1.4 if !flag(integer-gmp) build-depends: invalid-cabal-flag-settings <0