boot needs text and trim 9.6 changelog
This commit is contained in:
parent
3831636fa8
commit
c1eec9bb00
41
ghc9.10.spec
41
ghc9.10.spec
@ -55,7 +55,7 @@ Version: 9.10.0.20240313
|
||||
# - 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.2%{?dist}
|
||||
Release: 0.1%{?dist}
|
||||
Summary: Glasgow Haskell Compiler
|
||||
|
||||
License: BSD-3-Clause AND HaskellReport
|
||||
@ -127,6 +127,7 @@ BuildRequires: %{ghcboot}-pretty-devel
|
||||
BuildRequires: %{ghcboot}-process-devel
|
||||
BuildRequires: %{ghcboot}-stm-devel
|
||||
BuildRequires: %{ghcboot}-template-haskell-devel
|
||||
BuildRequires: %{ghcboot}-text-devel
|
||||
BuildRequires: %{ghcboot}-time-devel
|
||||
BuildRequires: %{ghcboot}-transformers-devel
|
||||
BuildRequires: %{ghcboot}-unix-devel
|
||||
@ -134,7 +135,6 @@ BuildRequires: alex
|
||||
BuildRequires: gmp-devel
|
||||
BuildRequires: happy
|
||||
BuildRequires: libffi-devel
|
||||
BuildRequires: lzip
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc-c++
|
||||
# for terminfo
|
||||
@ -848,37 +848,6 @@ make test
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Mar 14 2024 Jens Petersen <petersen@redhat.com> - 9.10.0.20240313-0.2
|
||||
- update to 0.1.0.0
|
||||
|
||||
* Mon Feb 26 2024 Jens Petersen <petersen@redhat.com> - 9.8.2-8
|
||||
- https://downloads.haskell.org/~ghc/9.8.2/docs/users_guide/9.8.2-notes.html
|
||||
- minor bumps to bytestring, filepath, text, unix
|
||||
|
||||
* Thu Feb 15 2024 Richard W.M. Jones <rjones@redhat.com> - 9.8.1-7
|
||||
- Fix generated C for Modern C Initiative
|
||||
|
||||
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 9.8.1-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Mon Jan 22 2024 Jens Petersen <petersen@redhat.com> - 9.8.1-5
|
||||
- use gcc default ld (ie ld.bfd) for rawhide
|
||||
|
||||
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 9.8.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Fri Jan 5 2024 Jens Petersen <petersen@redhat.com> - 9.8.1-3
|
||||
- fix llvm alignment in data sections (@stefansf (IBM))
|
||||
which should fix certain runtime crashes (#2248097)
|
||||
|
||||
* Sun Nov 12 2023 Jens Petersen <petersen@redhat.com> - 9.8.1-2
|
||||
- rebuild with ghc-rpm-macros-2.6.5 to fix prof deps (thanks mimi1vx)
|
||||
|
||||
* Thu Oct 26 2023 Jens Petersen <petersen@redhat.com> - 9.8.1-1
|
||||
- https://downloads.haskell.org/ghc/9.8.1/docs/users_guide/9.8.1-notes.html
|
||||
|
||||
* Fri Aug 11 2023 Jens Petersen <petersen@redhat.com> - 9.8.0.20230809-0.2
|
||||
- https://downloads.haskell.org/ghc/9.8.1-alpha2/docs/users_guide/9.8.1-notes.html
|
||||
|
||||
* Fri Aug 4 2023 Jens Petersen <petersen@redhat.com> - 9.8.0.20230727-0.1
|
||||
- initial package based on ghc9.6
|
||||
* Thu Mar 14 2024 Jens Petersen <petersen@redhat.com> - 9.10.0.20240313-0.1
|
||||
- initial package derived from ghc9.8
|
||||
- https://downloads.haskell.org/~ghc/9.10.0.20240313/docs/users_guide/9.10.1-notes.html
|
||||
|
Loading…
Reference in New Issue
Block a user