diff --git a/ghc-th-compat.spec b/ghc-th-compat.spec index f73b1db..5c8bec5 100644 --- a/ghc-th-compat.spec +++ b/ghc-th-compat.spec @@ -4,11 +4,14 @@ %global pkg_name th-compat %global pkgver %{pkg_name}-%{version} +# due to th-orphans: remove when moving Rawhide to 0.1.3 +%ifnarch armv7hl %bcond_without tests +%endif Name: ghc-%{pkg_name} Version: 0.1.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Backward- (and forward-)compatible Quote and Code types License: BSD @@ -120,5 +123,8 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Sat Oct 30 2021 Jens Petersen - 0.1.2-2 +- disable tests on armv7hl in line with current th-orphans + * Fri Jul 9 2021 Jens Petersen - 0.1.2-1 - spec file generated by cabal-rpm-2.0.10