diff --git a/ghc9.10.spec b/ghc9.10.spec index adcfbaf..830e2f5 100644 --- a/ghc9.10.spec +++ b/ghc9.10.spec @@ -17,7 +17,7 @@ %global ghc_major 9.10 %global ghc_name ghc%{ghc_major} -# to handle RCs +# to handle RCs (obsolete?) %global ghc_release %{version} %global base_ver 4.20.0.0 @@ -50,12 +50,12 @@ %global ghc_unregisterized_arches s390 %{mips} Name: %{ghc_name} -Version: 9.10.0.20240413 +Version: 9.10.1 # Since library subpackages are versioned: # - release can only be reset if *all* library versions get bumped simultaneously # (sometimes after a major release) # - minor release numbers for a branch should be incremented monotonically -Release: 0.1%{?dist} +Release: 1%{?dist} Summary: Glasgow Haskell Compiler License: BSD-3-Clause AND HaskellReport @@ -157,7 +157,7 @@ BuildRequires: llvm%{llvm_major} # needed for binary-dist-dir BuildRequires: autoconf automake %if %{with build_hadrian} -BuildRequires: ghc-Cabal-devel +BuildRequires: ghc-Cabal-devel > 3.10 BuildRequires: ghc-QuickCheck-devel BuildRequires: ghc-base-devel BuildRequires: ghc-base16-bytestring-devel @@ -856,10 +856,8 @@ make test %changelog -* Tue Apr 16 2024 Jens Petersen - 9.10.0.20240413-0.1 -- bump to alpha3 -- https://downloads.haskell.org/~ghc/9.10.1-alpha3/docs/users_guide/9.10.1-notes.html +* Mon May 13 2024 Jens Petersen - 9.10.1-1 +- https://downloads.haskell.org/~ghc/9.10.1/docs/users_guide/9.10.1-notes.html * Thu Mar 14 2024 Jens Petersen - 9.10.0.20240313-0.1 - initial package derived from ghc9.8 -- https://downloads.haskell.org/~ghc/9.10.1-alpha1