|
|
|
@ -10,7 +10,7 @@
|
|
|
|
|
#%%global without_hscolour 1
|
|
|
|
|
|
|
|
|
|
Name: ghc-rpm-macros
|
|
|
|
|
Version: 2.0.11
|
|
|
|
|
Version: 2.0.12
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: RPM macros for building Haskell packages for GHC
|
|
|
|
|
|
|
|
|
@ -137,11 +137,13 @@ Obsoletes: ghc-conduit-combinators < 1.3.1
|
|
|
|
|
Obsoletes: ghc-conduit-combinators-devel < 1.3.1
|
|
|
|
|
%endif
|
|
|
|
|
%if 0%{?fedora} >= 32
|
|
|
|
|
Obsoletes: ghc-cabal-helper < 0.8.2.0-5, ghc-cabal-helper-devel < 0.8.2.0-5, ghc-cabal-helper-prof < 0.8.2.0-5
|
|
|
|
|
Obsoletes: ghc-cabal-plan < 0.4.0.0-5, ghc-cabal-plan-devel < 0.4.0.0-5, ghc-cabal-plan-prof < 0.4.0.0-5
|
|
|
|
|
Obsoletes: ghc-derive < 2.6.5-5, ghc-derive-devel < 2.6.5-5, ghc-derive-prof < 2.6.5-5
|
|
|
|
|
Obsoletes: ghc-here < 1.2.13-17, ghc-here-devel < 1.2.13-17, ghc-here-prof < 1.2.13-17
|
|
|
|
|
%endif
|
|
|
|
|
%if 0%{?fedora} >= 33
|
|
|
|
|
Obsoletes: ghc-gtksourceview2 < 0.13.3.1-14, ghc-gtksourceview2-devel < 0.13.3.1-14, ghc-gtksourceview2-prof < 0.13.3.1-14
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%description -n ghc-obsoletes
|
|
|
|
|
Meta package for obsoleting deprecated Haskell packages.
|
|
|
|
@ -212,6 +214,9 @@ EOF
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Jul 21 2020 Jens Petersen <petersen@redhat.com> - 2.0.12-1
|
|
|
|
|
- obsoletes for ghc-gtksourceview2
|
|
|
|
|
|
|
|
|
|
* Wed Jun 24 2020 Jens Petersen <petersen@redhat.com> - 2.0.11-1
|
|
|
|
|
- handle meta subpackages:
|
|
|
|
|
- ghc_lib_subpackage -m
|
|
|
|
|