diff --git a/ghc-6.10.2-src-extralibs.tar.bz2 b/ghc-6.10.2-src-extralibs.tar.bz2 deleted file mode 100644 index deca902..0000000 --- a/ghc-6.10.2-src-extralibs.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e46186d1f9c4546941f3b520d15a71be0ccd3cc64c221a1c51de05b89f1f9963 -size 432440 diff --git a/ghc-6.10.2-src.tar.bz2 b/ghc-6.10.2-src.tar.bz2 deleted file mode 100644 index 4328aaa..0000000 --- a/ghc-6.10.2-src.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d59447c16b92207db5c43004f4ff2ed1b261e00caa94ebef2485baadd17d7c60 -size 7987298 diff --git a/ghc-6.10.3-src-extralibs.tar.bz2 b/ghc-6.10.3-src-extralibs.tar.bz2 new file mode 100644 index 0000000..2ddf602 --- /dev/null +++ b/ghc-6.10.3-src-extralibs.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4ff859292a8986eb49469b13cc96b06bed377095b84d8a08de559a0f1e3afbc +size 490031 diff --git a/ghc-6.10.3-src.tar.bz2 b/ghc-6.10.3-src.tar.bz2 new file mode 100644 index 0000000..f7e08cc --- /dev/null +++ b/ghc-6.10.3-src.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82d104ab8b24f27c3566b5693316c779427794a137237b3df925c55e20905893 +size 8059285 diff --git a/ghc.spec b/ghc.spec index 2763083..fe0fe96 100644 --- a/ghc.spec +++ b/ghc.spec @@ -7,8 +7,7 @@ # norootforbuild Name: ghc -Version: 6.10.2 -%define f_version ghc6_10_2 +Version: 6.10.3 Release: 0 Summary: The Glasgow Haskell Compilation system Summary(de): Das Glasgow-Haskell-Compilation-System @@ -29,7 +28,6 @@ BuildRequires: happy >= 1.15 BuildRequires: alex >= 2.0 BuildRequires: ncurses-devel BuildRequires: gmp-devel -BuildRequires: libedit-devel BuildRequires: texlive-latex BuildRequires: libxslt BuildRequires: sgml-skel @@ -39,7 +37,8 @@ BuildRequires: update-alternatives BuildRequires: java-1_5_0-sun BuildRequires: fop BuildRequires: xmltex -BuildRequires: fdupes +BuildRequires: dblatex +BuildRequires: fdupes Provides: haskell_compiler BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -197,6 +196,16 @@ fi %doc docs/storage-mgt/sm.ps %changelog +* Sun May 10 2009 Herbert Graeber 6.10.3 +- Update to version 6.10.3 + * Control-C now works again in GHCi. In 6.10.2 it was ignored on some platformsr + due to the changes in signal handling. + * GHCi uses Haskeline, rather than editline, for line editing. This fixes a crash + when pressing control-C on some platforms, removes a C library dependency, and + provides a better user interface. + * It is now possible to build PDF and PS versions of the users guide, using + dblatex. + * Mon Apr 21 2009 Herbert Graeber 6.10.2 - Fix macros.ghc to use the right doc directory for reindex