update to 9.2.6
This commit is contained in:
parent
f0b4448eb6
commit
5d91d09b6f
2
.gitignore
vendored
2
.gitignore
vendored
@ -40,3 +40,5 @@ testsuite-6.12.3.tar.bz2
|
|||||||
/ghc-9.0.2-src.tar.xz.sig
|
/ghc-9.0.2-src.tar.xz.sig
|
||||||
/ghc-9.2.5-src.tar.xz
|
/ghc-9.2.5-src.tar.xz
|
||||||
/ghc-9.2.5-src.tar.xz.sig
|
/ghc-9.2.5-src.tar.xz.sig
|
||||||
|
/ghc-9.2.6-src.tar.xz
|
||||||
|
/ghc-9.2.6-src.tar.xz.sig
|
||||||
|
11
ghc.spec
11
ghc.spec
@ -83,12 +83,12 @@ Provides: %{ghc_obsoletes_name}%{?1:-%1} = %{version}-%{release}\
|
|||||||
%{nil}
|
%{nil}
|
||||||
|
|
||||||
Name: ghc
|
Name: ghc
|
||||||
Version: 9.2.5
|
Version: 9.2.6
|
||||||
# Since library subpackages are versioned:
|
# Since library subpackages are versioned:
|
||||||
# - release can only be reset if *all* library versions get bumped simultaneously
|
# - release can only be reset if *all* library versions get bumped simultaneously
|
||||||
# (sometimes after a major release)
|
# (sometimes after a major release)
|
||||||
# - minor release numbers for a branch should be incremented monotonically
|
# - minor release numbers for a branch should be incremented monotonically
|
||||||
Release: 126%{?dist}
|
Release: 127%{?dist}
|
||||||
Summary: Glasgow Haskell Compiler
|
Summary: Glasgow Haskell Compiler
|
||||||
|
|
||||||
License: BSD and HaskellReport
|
License: BSD and HaskellReport
|
||||||
@ -357,7 +357,7 @@ This provides the hadrian tool which can be used to build ghc.
|
|||||||
%ghc_lib_subpackage -d -l %BSDHaskellReport array-0.5.4.0
|
%ghc_lib_subpackage -d -l %BSDHaskellReport array-0.5.4.0
|
||||||
%ghc_lib_subpackage -d -l %BSDHaskellReport -c gmp-devel%{?_isa},libffi-devel%{?_isa} base-%{base_ver}
|
%ghc_lib_subpackage -d -l %BSDHaskellReport -c gmp-devel%{?_isa},libffi-devel%{?_isa} base-%{base_ver}
|
||||||
%ghc_lib_subpackage -d -l BSD binary-0.8.9.0
|
%ghc_lib_subpackage -d -l BSD binary-0.8.9.0
|
||||||
%ghc_lib_subpackage -d -l BSD bytestring-0.11.3.1
|
%ghc_lib_subpackage -d -l BSD bytestring-0.11.4.0
|
||||||
%ghc_lib_subpackage -d -l %BSDHaskellReport containers-0.6.5.1
|
%ghc_lib_subpackage -d -l %BSDHaskellReport containers-0.6.5.1
|
||||||
%ghc_lib_subpackage -d -l %BSDHaskellReport deepseq-1.4.6.1
|
%ghc_lib_subpackage -d -l %BSDHaskellReport deepseq-1.4.6.1
|
||||||
%ghc_lib_subpackage -d -l %BSDHaskellReport directory-1.3.6.2
|
%ghc_lib_subpackage -d -l %BSDHaskellReport directory-1.3.6.2
|
||||||
@ -984,12 +984,17 @@ env -C %{ghc_html_libraries_dir} ./gen_contents_index
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 11 2023 Jens Petersen <petersen@redhat.com> - 9.2.6-127
|
||||||
|
- https://downloads.haskell.org/~ghc/9.2.6/docs/html/users_guide/9.2.6-notes.html
|
||||||
|
|
||||||
* Sat Feb 4 2023 Jens Petersen <petersen@redhat.com> - 9.2.5-126
|
* Sat Feb 4 2023 Jens Petersen <petersen@redhat.com> - 9.2.5-126
|
||||||
- add back ld.so.conf.d file to workaround mock install issue (#2166028)
|
- add back ld.so.conf.d file to workaround mock install issue (#2166028)
|
||||||
- remove the RUNPATHs again since they are covered by the ld.so.conf.d file
|
- remove the RUNPATHs again since they are covered by the ld.so.conf.d file
|
||||||
|
|
||||||
* Mon Jan 30 2023 Jens Petersen <petersen@redhat.com> - 9.2.5-125
|
* Mon Jan 30 2023 Jens Petersen <petersen@redhat.com> - 9.2.5-125
|
||||||
- rebase to ghc-9.2.5 from ghc9.2
|
- rebase to ghc-9.2.5 from ghc9.2
|
||||||
|
- https://www.haskell.org/ghc/blog/20221107-ghc-9.2.5-released.html
|
||||||
|
- https://downloads.haskell.org/~ghc/9.2.5/docs/html/users_guide/9.2.1-notes.html
|
||||||
- fully Obsoletes ghc9.2*
|
- fully Obsoletes ghc9.2*
|
||||||
- install bash-completion file
|
- install bash-completion file
|
||||||
|
|
||||||
|
@ -7,4 +7,4 @@ fi
|
|||||||
|
|
||||||
cd libraries
|
cd libraries
|
||||||
|
|
||||||
grep -i ^version: Cabal/Cabal/Cabal.cabal */*.cabal | grep -v -e "\(Win32\|gmp.old\|gmp2\|integer-simple\)" | sed -e "s!/.*: \+!-!"
|
grep -i ^version: Cabal/Cabal/Cabal.cabal containers/containers/containers.cabal template-haskell/template-haskell.cabal.in */*.cabal | grep -v -e "\(Win32\|gmp.old\|gmp2\|integer-simple\)" | sed -e "s!/.*: \+!-!" | sort
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (ghc-9.2.5-src.tar.xz) = 7c12e282815ae5ea986b92bebff34ed487e9f5dc4c45453edf40dcb13af4e9455876e81e4cd977abfe5c05e53d628ace891a7eb1b42c4a2c9a75af6a1a9046c9
|
SHA512 (ghc-9.2.6-src.tar.xz) = 187e00780b97ef784a01e1caa278d2c5b22d350de7d18d0b4c8c522c2d9e7895f5720ffbf589352ed601c81eee6f10a39cb4a3060e6639cda45494aeaa4f94a0
|
||||||
SHA512 (ghc-9.2.5-src.tar.xz.sig) = 2c2fed55f83e156458ef2ceac2262cc328c62f031e62265c0170d4416467d957b922c6cc93c4f18dea3c29df6f47113f391a719d226656e10dd977faa5550b2d
|
SHA512 (ghc-9.2.6-src.tar.xz.sig) = df13365e2dabd2459e1df3f624d0f39213a1fdda597274ba96dcf2de44d9bd56106f7438bab3622f55757d12f3b1fec4fdeb865bb34b0bfe0713133aa8799f74
|
||||||
|
Loading…
Reference in New Issue
Block a user