diff --git a/.cvsignore b/.cvsignore index fec0b68..a10dfe3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,2 @@ -ghc-6.6-src.tar.bz2 -ghc-6.6-src-extralibs.tar.bz2 +ghc-6.6.1-src.tar.bz2 +ghc-6.6.1-src-extralibs.tar.bz2 diff --git a/ghc.spec b/ghc.spec index 3df71d5..7ff0172 100644 --- a/ghc.spec +++ b/ghc.spec @@ -1,11 +1,11 @@ -%define ghcver ghc66 +%define ghcver ghc661 # speed up test builds by not building profiled libraries %define build_prof 1 %define build_doc 1 Name: ghc -Version: 6.6 +Version: 6.6.1 Release: 1%{?dist} Summary: Glasgow Haskell Compilation system License: BSD style @@ -90,6 +90,9 @@ echo "GhcRTSWays=thr debug" >> mk/build.mk ./configure --prefix=%{_prefix} --libdir=%{_libdir} +# drop truncated copy of header (#222865) +rm libraries/network/include/Typeable.h + make all %if %{build_doc} make html @@ -175,7 +178,14 @@ fi %changelog -* Thu Nov 9 2006 Jens Petersen - 6.6-1 +* Wed May 9 2007 Bryan O'Sullivan - 6.6.1-1 +- update to 6.6.1 release + +* Mon Jan 22 2007 Jens Petersen - 6.6-2 +- remove truncated duplicate Typeable.h header in network package + (Bryan O'Sullivan, #222865) + +* Fri Nov 3 2006 Jens Petersen - 6.6-1 - update to 6.6 release - buildrequire haddock >= 0.8 - fix summary of ghcver package (Michel Salim, #209574) diff --git a/sources b/sources index c2bf014..58ca312 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -2427a8d7d14f86e0878df6b54938acf7 ghc-6.6-src.tar.bz2 -14b22fce36caffa509046361724bc119 ghc-6.6-src-extralibs.tar.bz2 +dea271503463bd28c27f25ab90998633 ghc-6.6.1-src.tar.bz2 +43a26b81608b206c056adc3032f7da2a ghc-6.6.1-src-extralibs.tar.bz2