osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc revision:7, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=273
This commit is contained in:
Peter Simons 2018-07-18 14:39:55 +00:00 committed by Git OBS Bridge
parent 602d10cf9c
commit 8ddd042c50

View File

@ -1,13 +1,19 @@
-------------------------------------------------------------------
Wed Jul 18 14:26:09 UTC 2018 - psimons@suse.com
- Cosmetic: replace tabs with blanks, strip trailing white space,
and update copyright headers with spec-cleaner.
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jul 1 11:18:37 UTC 2018 - ptrommler@icloud.com Sun Jul 1 11:18:37 UTC 2018 - ptrommler@icloud.com
- Fix dependencies on arm and s390x - Fix dependencies on arm and s390x
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jun 17 10:15:27 UTC 2018 - ptrommler@icloud.com Sun Jun 17 10:15:27 UTC 2018 - ptrommler@icloud.com
- add fix-ppc64le-recognition.patch - add fix-ppc64le-recognition.patch
* recognize powerpc64le as PPC64 in cabal files * recognize powerpc64le as PPC64 in cabal files
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 1 13:13:27 UTC 2018 - ptrommler@icloud.com Fri Jun 1 13:13:27 UTC 2018 - ptrommler@icloud.com
@ -15,14 +21,14 @@ Fri Jun 1 13:13:27 UTC 2018 - ptrommler@icloud.com
- update to 8.4.3 - update to 8.4.3
* code generation for UnboxedSum fixed * code generation for UnboxedSum fixed
* compatibility withe newer binutils (as) * compatibility withe newer binutils (as)
* Cabal issue with abi-depends fixed * Cabal issue with abi-depends fixed
------------------------------------------------------------------- -------------------------------------------------------------------
Sun May 27 17:17:36 UTC 2018 - ptrommler@icloud.com Sun May 27 17:17:36 UTC 2018 - ptrommler@icloud.com
- Fix build for older openSUSE - Fix build for older openSUSE
- Don't do selfbootstrapping - Don't do selfbootstrapping
* Cuts down build time roughly in half * Cuts down build time roughly in half
------------------------------------------------------------------- -------------------------------------------------------------------
Fri May 18 06:37:11 UTC 2018 - guillaume.gardet@opensuse.org Fri May 18 06:37:11 UTC 2018 - guillaume.gardet@opensuse.org
@ -41,22 +47,22 @@ Thu Apr 26 19:51:11 UTC 2018 - ptrommler@icloud.com
- drop 0001-Use-__atomic-intrinsics-for-atomicread-write.patch - drop 0001-Use-__atomic-intrinsics-for-atomicread-write.patch
* fixed upstream * fixed upstream
- drop D4089.patch - drop D4089.patch
* fixed upstream * fixed upstream
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 26 12:21:57 UTC 2018 - mimi.vx@gmail.com Thu Apr 26 12:21:57 UTC 2018 - mimi.vx@gmail.com
- fix BuildRequires for llvm - fix BuildRequires for llvm
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 18 07:42:06 UTC 2018 - mimi.vx@gmail.com Wed Apr 18 07:42:06 UTC 2018 - mimi.vx@gmail.com
- use %license macro as used by new ghc-rpm-macros - use %license macro as used by new ghc-rpm-macros
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 18 18:16:10 UTC 2017 - ptrommler@icloud.com Mon Dec 18 18:16:10 UTC 2017 - ptrommler@icloud.com
- refresh ghc-pie.patch so it applies cleanly - refresh ghc-pie.patch so it applies cleanly
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Dec 16 20:53:37 UTC 2017 - mimi.vx@gmail.com Sat Dec 16 20:53:37 UTC 2017 - mimi.vx@gmail.com
@ -76,7 +82,7 @@ Sat Dec 9 16:27:31 UTC 2017 - ptrommler@icloud.com
- GHC can now produce position-independent executables - GHC can now produce position-independent executables
- Significantly improved type errors - Significantly improved type errors
- refresh reproducible-tmp-names.patch - refresh reproducible-tmp-names.patch
- drop ghc-pie.patch fixed upstream - drop ghc-pie.patch fixed upstream
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 31 18:41:52 UTC 2017 - ptrommler@icloud.com Tue Oct 31 18:41:52 UTC 2017 - ptrommler@icloud.com
@ -85,16 +91,16 @@ Tue Oct 31 18:41:52 UTC 2017 - ptrommler@icloud.com
- improved compiler performance - improved compiler performance
- reliable DWARF debugging information on x86_64 and i386 - reliable DWARF debugging information on x86_64 and i386
- aarch64: registerised through LLVM backend (experimental) - aarch64: registerised through LLVM backend (experimental)
- optimized build for platforms with LLVM backend (arm, aarch64) - optimized build for platforms with LLVM backend (arm, aarch64)
- improved performance on NUMA systems - improved performance on NUMA systems
- interface file determinism - interface file determinism
- various language improvements - various language improvements
- update _constraints - update _constraints
* ppc64le builds need less memory since 8.2.1 * ppc64le builds need less memory since 8.2.1
- drop support for ppc and s390 - drop support for ppc and s390
- drop ghc-no-madv-free.patch fixed upstream - drop ghc-no-madv-free.patch fixed upstream
- drop 0001-StgCmmPrim-Add-missing-write-barrier.patch - drop 0001-StgCmmPrim-Add-missing-write-barrier.patch
- refresh buildpath-abi-stability.patch - refresh buildpath-abi-stability.patch
- refresh ghc-8.0.2-Cabal-dynlibdir.patch - refresh ghc-8.0.2-Cabal-dynlibdir.patch
- refresh ghc-pie.patch - refresh ghc-pie.patch
- refresh reproducible-tmp-names.patch - refresh reproducible-tmp-names.patch
@ -106,7 +112,7 @@ Tue Oct 17 09:54:11 UTC 2017 - ptrommler@icloud.com
- add D4089.patch - add D4089.patch
* fix GHCi issue on ppc64 * fix GHCi issue on ppc64
* see Haskell Trac #11262 * see Haskell Trac #11262
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Sep 22 07:57:10 UTC 2017 - ptrommler@icloud.com Fri Sep 22 07:57:10 UTC 2017 - ptrommler@icloud.com
@ -125,12 +131,12 @@ Sat Sep 16 12:16:30 UTC 2017 - ptrommler@icloud.com
- add 0001-PPC-Implement-Atomic-operations.patch - add 0001-PPC-Implement-Atomic-operations.patch
* fixes parallel programs on all PowerPC platforms * fixes parallel programs on all PowerPC platforms
* uptream ticket #12537 * uptream ticket #12537
- refresh buildpath-abi-stability.patch - refresh buildpath-abi-stability.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Sun May 28 12:52:06 UTC 2017 - mimi.vx@gmail.com Sun May 28 12:52:06 UTC 2017 - mimi.vx@gmail.com
- make compatible with new upstream macros - make compatible with new upstream macros
- added patches for more stable abi: - added patches for more stable abi:
* buildpath-abi-stability.patch * buildpath-abi-stability.patch
* reproducible-tmp-names.patch * reproducible-tmp-names.patch
@ -151,7 +157,7 @@ Sun Jan 22 11:31:49 UTC 2017 - peter.trommler@ohm-hochschule.de
- comment for patch 100 - comment for patch 100
- refresh ghc-no-madv-free.patch with upstream patch - refresh ghc-no-madv-free.patch with upstream patch
* upstream fix for Haskell Trac #12865 * upstream fix for Haskell Trac #12865
* Haskell Trac #12495 is a duplicate * Haskell Trac #12495 is a duplicate
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Jan 21 21:50:56 UTC 2017 - mimi.vx@gmail.com Sat Jan 21 21:50:56 UTC 2017 - mimi.vx@gmail.com
@ -175,18 +181,18 @@ Fri Jan 20 08:39:45 UTC 2017 - peter.trommler@ohm-hochschule.de
- drop D2844.patch - drop D2844.patch
* the patch causes more issues with parallel builds * the patch causes more issues with parallel builds
- fixes boo#1020909 - fixes boo#1020909
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Dec 16 08:45:26 UTC 2016 - peter.trommler@ohm-hochschule.de Fri Dec 16 08:45:26 UTC 2016 - peter.trommler@ohm-hochschule.de
- add D2844.patch - add D2844.patch
* fix issues with parallel builds * fix issues with parallel builds
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Oct 14 20:34:46 UTC 2016 - mimi.vx@gmail.com Fri Oct 14 20:34:46 UTC 2016 - mimi.vx@gmail.com
- make compatible with new ghc-rpm-macros - make compatible with new ghc-rpm-macros
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Sep 28 14:16:09 UTC 2016 - peter.trommler@ohm-hochschule.de Wed Sep 28 14:16:09 UTC 2016 - peter.trommler@ohm-hochschule.de
@ -217,7 +223,7 @@ Wed Sep 28 14:16:09 UTC 2016 - peter.trommler@ohm-hochschule.de
- aarch64 has LLVM backend (requires llvm-3.7) - aarch64 has LLVM backend (requires llvm-3.7)
- native code generator for powerpc64[le] (openSUSE contribution!) - native code generator for powerpc64[le] (openSUSE contribution!)
- disable html doc on SLE, we don't have python-sphinx - disable html doc on SLE, we don't have python-sphinx
* Thanks @mimi_vx * Thanks @mimi_vx
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 27 11:53:54 UTC 2016 - peter.trommler@ohm-hochschule.de Tue Sep 27 11:53:54 UTC 2016 - peter.trommler@ohm-hochschule.de
@ -228,19 +234,19 @@ Tue Sep 27 11:53:54 UTC 2016 - peter.trommler@ohm-hochschule.de
* another issing memory barrier on PowerPC, ARM * another issing memory barrier on PowerPC, ARM
- add 0001-PPC-CodeGen-fix-lwa-instruction-generation.patch - add 0001-PPC-CodeGen-fix-lwa-instruction-generation.patch
* fix bug in code generator * fix bug in code generator
* fixes build of ghc-zeromq4-haskell on powerpc64[le] * fixes build of ghc-zeromq4-haskell on powerpc64[le]
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Aug 18 17:39:47 UTC 2016 - mimi.vx@gmail.com Thu Aug 18 17:39:47 UTC 2016 - mimi.vx@gmail.com
- fix boo#994268 - fix boo#994268
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 17 19:01:13 UTC 2016 - peter.trommler@ohm-hochschule.de Tue May 17 19:01:13 UTC 2016 - peter.trommler@ohm-hochschule.de
- add D2225.patch - add D2225.patch
* backport of upstream patch accepted for ghc 8.0.1 * backport of upstream patch accepted for ghc 8.0.1
* fix SMP primitives on all powerpc archs * fix SMP primitives on all powerpc archs
------------------------------------------------------------------- -------------------------------------------------------------------
Sat May 14 09:13:07 UTC 2016 - peter.trommler@ohm-hochschule.de Sat May 14 09:13:07 UTC 2016 - peter.trommler@ohm-hochschule.de
@ -251,7 +257,7 @@ Sat May 14 09:13:07 UTC 2016 - peter.trommler@ohm-hochschule.de
- add 0001-Fix-misspelled-WORDS_BIGENDIAN-macro.patch - add 0001-Fix-misspelled-WORDS_BIGENDIAN-macro.patch
* backport of upstream fix slated for ghc 8.0.2 * backport of upstream fix slated for ghc 8.0.2
* fix bytestring library on big-endian archs * fix bytestring library on big-endian archs
* fix wrong results in ghc-pureMD5 and others on big-endian * fix wrong results in ghc-pureMD5 and others on big-endian
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Apr 19 12:50:38 UTC 2016 - mimi.vx@gmail.com Tue Apr 19 12:50:38 UTC 2016 - mimi.vx@gmail.com
@ -275,12 +281,12 @@ Tue Mar 8 08:56:42 UTC 2016 - mimi.vx@gmail.com
Wed Feb 17 09:09:17 UTC 2016 - peter.trommler@ohm-hochschule.de Wed Feb 17 09:09:17 UTC 2016 - peter.trommler@ohm-hochschule.de
- limit parallel jobs to two on aarch64 - limit parallel jobs to two on aarch64
* aarch64 runs out of memory with too many parallel compiles * aarch64 runs out of memory with too many parallel compiles
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Feb 14 13:55:46 UTC 2016 - peter.trommler@ohm-hochschule.de Sun Feb 14 13:55:46 UTC 2016 - peter.trommler@ohm-hochschule.de
- add missing C library dependency to terminfo devel package - add missing C library dependency to terminfo devel package
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Feb 7 00:33:26 UTC 2016 - mimi.vx@gmail.com Sun Feb 7 00:33:26 UTC 2016 - mimi.vx@gmail.com
@ -296,7 +302,7 @@ Sun Feb 7 00:33:26 UTC 2016 - mimi.vx@gmail.com
Tue Jan 26 08:22:59 UTC 2016 - mimi.vx@gmail.com Tue Jan 26 08:22:59 UTC 2016 - mimi.vx@gmail.com
- update Cabal to 1.22.7.0 - update Cabal to 1.22.7.0
- refresh u_Cabal_update.patch - refresh u_Cabal_update.patch
* Backport #3012 to the 1.22 branch * Backport #3012 to the 1.22 branch
* Add foldl' import * Add foldl' import
* The Cabal part for fully gcc-like response files * The Cabal part for fully gcc-like response files
@ -306,12 +312,12 @@ Tue Jan 5 18:54:25 UTC 2016 - peter.trommler@ohm-hochschule.de
- update tarball to 7.10.3b - update tarball to 7.10.3b
* some documentation files were missing in the original * some documentation files were missing in the original
7.10.3 tarball 7.10.3 tarball
- add 0001-link-command-line-libs-to-temp-so.patch - add 0001-link-command-line-libs-to-temp-so.patch
* fix panic in GHCi when linking against C library specified * fix panic in GHCi when linking against C library specified
as command line argument (-l<lib>) as command line argument (-l<lib>)
* currently under upstream review * currently under upstream review
* fix Haskell trac #10458 * fix Haskell trac #10458
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 28 08:52:20 UTC 2015 - mimi.vx@gmail.com Mon Dec 28 08:52:20 UTC 2015 - mimi.vx@gmail.com
@ -344,13 +350,13 @@ Tue Dec 1 08:26:43 UTC 2015 - mimi.vx@gmail.com
Tue Oct 6 19:18:08 UTC 2015 - peter.trommler@ohm-hochschule.de Tue Oct 6 19:18:08 UTC 2015 - peter.trommler@ohm-hochschule.de
- update to 7.10.3 - update to 7.10.3
- add cabal-show-detail-direct.patch -- Fix testsuites with large output. - add cabal-show-detail-direct.patch -- Fix testsuites with large output.
Debian patch. Thanks Joachim for suggesting it in Haskell #10870! Debian patch. Thanks Joachim for suggesting it in Haskell #10870!
- add ghc.git-b29f20.patch - add ghc.git-b29f20.patch
* fixes upstream #7830 * fixes upstream #7830
* fix ghc 7.10.2 failing to bootstrap ghc head on ppc * fix ghc 7.10.2 failing to bootstrap ghc head on ppc
and perhaps ppc64 with some optimizations enabled and perhaps ppc64 with some optimizations enabled
* backport of my patch for upcoming ghc 8.0.1 * backport of my patch for upcoming ghc 8.0.1
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 5 07:47:58 UTC 2015 - schwab@suse.de Mon Oct 5 07:47:58 UTC 2015 - schwab@suse.de
@ -369,13 +375,13 @@ Sat Oct 3 18:50:28 UTC 2015 - sbahling@suse.com
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Oct 3 15:59:19 UTC 2015 - mimi.vx@gmail.com Sat Oct 3 15:59:19 UTC 2015 - mimi.vx@gmail.com
- Add choice for libffi in openSUSE:Leap:42.1 - Add choice for libffi in openSUSE:Leap:42.1
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Sep 20 16:30:09 UTC 2015 - mimi.vx@gmail.com Sun Sep 20 16:30:09 UTC 2015 - mimi.vx@gmail.com
- remove llvm from requires - remove llvm from requires
- add ncurses6.patch to fix build with ncurses6, all thanks goes to - add ncurses6.patch to fix build with ncurses6, all thanks goes to
Tomas Cech sleep_walker@opensuse.org Tomas Cech sleep_walker@opensuse.org
------------------------------------------------------------------- -------------------------------------------------------------------
@ -420,20 +426,20 @@ Fri Jul 17 14:58:44 UTC 2015 - peter.trommler@ohm-hochschule.de
- add ghc-config.mk.in-Enable-SMP-and-GHCi-support-for-Aarch64.patch - add ghc-config.mk.in-Enable-SMP-and-GHCi-support-for-Aarch64.patch
* enable SMP and GHCi on Aarch64 * enable SMP and GHCi on Aarch64
- add ghc-7.8-arm-use-ld-gold.patch - add ghc-7.8-arm-use-ld-gold.patch
* Aarch64 needs gold linker * Aarch64 needs gold linker
------------------------------------------------------------------- -------------------------------------------------------------------
Fri May 29 05:47:07 UTC 2015 - peter.trommler@ohm-hochschule.de Fri May 29 05:47:07 UTC 2015 - peter.trommler@ohm-hochschule.de
- refresh ghc-arm64.patch - refresh ghc-arm64.patch
- unconditionally apply ghc-arm64.patch - unconditionally apply ghc-arm64.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Thu May 28 15:14:31 UTC 2015 - peter.trommler@ohm-hochschule.de Thu May 28 15:14:31 UTC 2015 - peter.trommler@ohm-hochschule.de
- add backport of powerpc64le native code generator to - add backport of powerpc64le native code generator to
0001-implement-native-code-generator-for-ppc64.patch 0001-implement-native-code-generator-for-ppc64.patch
- refresh D349.patch - refresh D349.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Thu May 28 13:15:52 CEST 2015 - ro@suse.de Thu May 28 13:15:52 CEST 2015 - ro@suse.de
@ -444,46 +450,46 @@ Thu May 28 13:15:52 CEST 2015 - ro@suse.de
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 26 09:19:09 UTC 2015 - mimi.vx@gmail.com Tue May 26 09:19:09 UTC 2015 - mimi.vx@gmail.com
- disable llvm on arm64 - disable llvm on arm64
------------------------------------------------------------------- -------------------------------------------------------------------
Thu May 21 23:32:56 CEST 2015 - ro@suse.de Thu May 21 23:32:56 CEST 2015 - ro@suse.de
- re-diffed ghc-arm64.patch - re-diffed ghc-arm64.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Thu May 21 18:56:26 CEST 2015 - ro@suse.de Thu May 21 18:56:26 CEST 2015 - ro@suse.de
- add ghc-arm64.patch for aarch64 - add ghc-arm64.patch for aarch64
- add aarch64, s390, s390x to ExclusiveArch - add aarch64, s390, s390x to ExclusiveArch
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Apr 14 11:26:18 UTC 2015 - mimi.vx@gmail.com Tue Apr 14 11:26:18 UTC 2015 - mimi.vx@gmail.com
- remove unneeded conditions - remove unneeded conditions
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 13 14:57:55 UTC 2015 - mimi.vx@gmail.com Mon Apr 13 14:57:55 UTC 2015 - mimi.vx@gmail.com
- chnage constraints to 12G for disk and 4G for ram - chnage constraints to 12G for disk and 4G for ram
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Mar 15 13:25:32 UTC 2015 - peter.trommler@ohm-hochschule.de Sun Mar 15 13:25:32 UTC 2015 - peter.trommler@ohm-hochschule.de
- add ghc-glibc-2.20_BSD_SOURCE.patch - add ghc-glibc-2.20_BSD_SOURCE.patch
* fixes build on unregisterised architectures (openSUSE: ppc64le) * fixes build on unregisterised architectures (openSUSE: ppc64le)
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 23 16:48:10 UTC 2015 - peter.trommler@ohm-hochschule.de Mon Feb 23 16:48:10 UTC 2015 - peter.trommler@ohm-hochschule.de
- drop ghc-cabal-unversion-docdir.patch - drop ghc-cabal-unversion-docdir.patch
* ghc-rpm-macros follows upstream ghc again * ghc-rpm-macros follows upstream ghc again
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 4 11:57:35 UTC 2015 - mimi.vx@gmail.com Wed Feb 4 11:57:35 UTC 2015 - mimi.vx@gmail.com
+ add ghc-glibc-2.20_BSD_SOURCE.patch from fedora + add ghc-glibc-2.20_BSD_SOURCE.patch from fedora
- updated to 7.8.4 - updated to 7.8.4
+ removed D177.patch (in upstream) + removed D177.patch (in upstream)
+ removed D173.patch (in upstream) + removed D173.patch (in upstream)
+ removed ghc.git-e18525f.patch (in upstream) + removed ghc.git-e18525f.patch (in upstream)
@ -513,19 +519,19 @@ Wed Feb 4 11:57:35 UTC 2015 - mimi.vx@gmail.com
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Feb 3 13:35:25 UTC 2015 - mimi.vx@gmail.com Tue Feb 3 13:35:25 UTC 2015 - mimi.vx@gmail.com
- add constraints file - add constraints file
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Feb 3 12:05:21 UTC 2015 - mimi.vx@gmail.com Tue Feb 3 12:05:21 UTC 2015 - mimi.vx@gmail.com
- remove dblatex dependency - remove dblatex dependency
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 12 14:20:32 UTC 2015 - peter.trommler@ohm-hochschule.de Mon Jan 12 14:20:32 UTC 2015 - peter.trommler@ohm-hochschule.de
- add patch 0001-implement-native-code-generator-for-ppc64.patch - add patch 0001-implement-native-code-generator-for-ppc64.patch
* native code generation improved compilation speed * native code generation improved compilation speed
* fewer errors in testsuite than with C back end * fewer errors in testsuite than with C back end
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Dec 13 09:36:11 UTC 2014 - peter.trommler@ohm-hochschule.de Sat Dec 13 09:36:11 UTC 2014 - peter.trommler@ohm-hochschule.de
@ -533,7 +539,7 @@ Sat Dec 13 09:36:11 UTC 2014 - peter.trommler@ohm-hochschule.de
- add patch D560.patch - add patch D560.patch
* fixes dynamic linking on ppc * fixes dynamic linking on ppc
* see https://phabricator.haskell.org/D560 * see https://phabricator.haskell.org/D560
* this is a back port of the upstream patch * this is a back port of the upstream patch
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Nov 5 17:10:14 UTC 2014 - peter.trommler@ohm-hochschule.de Wed Nov 5 17:10:14 UTC 2014 - peter.trommler@ohm-hochschule.de
@ -548,12 +554,12 @@ Wed Nov 5 17:10:14 UTC 2014 - peter.trommler@ohm-hochschule.de
Sun Sep 28 07:56:51 UTC 2014 - peter.trommler@ohm-hochschule.de Sun Sep 28 07:56:51 UTC 2014 - peter.trommler@ohm-hochschule.de
- ghc-rpm-macros use internal dependency generator now - ghc-rpm-macros use internal dependency generator now
* simplifies spec file * simplifies spec file
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 20 13:09:30 UTC 2014 - peter.trommler@ohm-hochschule.de Sat Sep 20 13:09:30 UTC 2014 - peter.trommler@ohm-hochschule.de
- fix alternatives handling - fix alternatives handling
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Sep 19 09:17:53 UTC 2014 - peter.trommler@ohm-hochschule.de Fri Sep 19 09:17:53 UTC 2014 - peter.trommler@ohm-hochschule.de
@ -599,7 +605,7 @@ Fri Sep 19 09:17:53 UTC 2014 - peter.trommler@ohm-hochschule.de
Tue Sep 16 19:17:05 UTC 2014 - peter.trommler@ohm-hochschule.de Tue Sep 16 19:17:05 UTC 2014 - peter.trommler@ohm-hochschule.de
- bootstrap from ghc-bootstrap not ghc - bootstrap from ghc-bootstrap not ghc
* remove BR loop ghc->ghc * remove BR loop ghc->ghc
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jul 31 14:09:44 UTC 2014 - dimstar@opensuse.org Thu Jul 31 14:09:44 UTC 2014 - dimstar@opensuse.org
@ -616,27 +622,27 @@ Sat May 10 19:30:44 UTC 2014 - dvaleev@suse.com
Mon Dec 16 15:03:42 UTC 2013 - peter.trommler@ohm-hochschule.de Mon Dec 16 15:03:42 UTC 2013 - peter.trommler@ohm-hochschule.de
- use correct setting for unregisterised builds (ppc64) - use correct setting for unregisterised builds (ppc64)
- simplify build setup (generation of mk/build.mk) - simplify build setup (generation of mk/build.mk)
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 16 10:56:21 UTC 2013 - peter.trommler@ohm-hochschule.de Mon Dec 16 10:56:21 UTC 2013 - peter.trommler@ohm-hochschule.de
- don't BR llvm for now - don't BR llvm for now
- dblatex broken on older openSUSE - dblatex broken on older openSUSE
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Dec 15 10:55:50 UTC 2013 - peter.trommler@ohm-hochschule.de Sun Dec 15 10:55:50 UTC 2013 - peter.trommler@ohm-hochschule.de
- revert LLVM for ppc64 (segfaults during package install) - revert LLVM for ppc64 (segfaults during package install)
- fix setting up build.mk - fix setting up build.mk
- build perf for all archs - build perf for all archs
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Dec 14 08:38:43 UTC 2013 - peter.trommler@ohm-hochschule.de Sat Dec 14 08:38:43 UTC 2013 - peter.trommler@ohm-hochschule.de
- Add llvm-powerpc64-datalayout.patch - Add llvm-powerpc64-datalayout.patch
* fix LLVM backend for powerpc64 * fix LLVM backend for powerpc64
- build and test LLVM backend on powerpc64 - build and test LLVM backend on powerpc64
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Dec 13 21:59:10 UTC 2013 - peter.trommler@ohm-hochschule.de Fri Dec 13 21:59:10 UTC 2013 - peter.trommler@ohm-hochschule.de
@ -645,13 +651,13 @@ Fri Dec 13 21:59:10 UTC 2013 - peter.trommler@ohm-hochschule.de
* ghc-rpm-macros don't include versions in package docdirs * ghc-rpm-macros don't include versions in package docdirs
starting with version 1.0 starting with version 1.0
- use standard docdir for ghc - use standard docdir for ghc
- package pdf and ps manuals - package pdf and ps manuals
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 28 18:24:46 UTC 2013 - peter.trommler@ohm-hochschule.de Mon Oct 28 18:24:46 UTC 2013 - peter.trommler@ohm-hochschule.de
- Add ghc-fix-infinite-loop-big-endian.patch: Fix Haskell trac - Add ghc-fix-infinite-loop-big-endian.patch: Fix Haskell trac
#8134 on ppc64. #8134 on ppc64.
- Enable threaded runtime on ppc64 - Enable threaded runtime on ppc64
------------------------------------------------------------------- -------------------------------------------------------------------
@ -660,23 +666,23 @@ Tue Sep 24 20:56:45 UTC 2013 - peter.trommler@ohm-hochschule.de
- Add 0001-Fix-detection-of-library-for-shm-on-openSUSE.patch: - Add 0001-Fix-detection-of-library-for-shm-on-openSUSE.patch:
Fix broken autoconf test for shm_* and librt. Haskell trac #8350 Fix broken autoconf test for shm_* and librt. Haskell trac #8350
- Add 0001-Delete-spurious-comma-in-configure.ac.patch: - Add 0001-Delete-spurious-comma-in-configure.ac.patch:
Fix test for setitimer. Haskell trac #8352 Fix test for setitimer. Haskell trac #8352
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 24 07:02:11 UTC 2013 - peter.trommler@ohm-hochschule.de Tue Sep 24 07:02:11 UTC 2013 - peter.trommler@ohm-hochschule.de
- set up build.mk with configuration for ppc64 - set up build.mk with configuration for ppc64
* explicitly disable features that are not supported on ppc64 * explicitly disable features that are not supported on ppc64
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 23 17:32:52 UTC 2013 - peter.trommler@ohm-hochschule.de Mon Sep 23 17:32:52 UTC 2013 - peter.trommler@ohm-hochschule.de
- add BR binutils-devel for bfd.h and libiberty - add BR binutils-devel for bfd.h and libiberty
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 23 14:27:19 UTC 2013 - peter.trommler@ohm-hochschule.de Mon Sep 23 14:27:19 UTC 2013 - peter.trommler@ohm-hochschule.de
- add BR libelf-devel for nlist.h - add BR libelf-devel for nlist.h
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 10 16:21:19 UTC 2013 - peter.trommler@ohm-hochschule.de Tue Sep 10 16:21:19 UTC 2013 - peter.trommler@ohm-hochschule.de
@ -687,30 +693,30 @@ Tue Sep 10 16:21:19 UTC 2013 - peter.trommler@ohm-hochschule.de
* Add ghc-avoid-empty-llvm-used-definitions.patch: Fix llvm code * Add ghc-avoid-empty-llvm-used-definitions.patch: Fix llvm code
generator. Backported patch for ghc 7.7 (cf Haskell trac #7996) generator. Backported patch for ghc 7.7 (cf Haskell trac #7996)
- explicitly configure gcc location in bootstrap builds too - explicitly configure gcc location in bootstrap builds too
- allow ppc builds (ppc64 build gets stuck) - allow ppc builds (ppc64 build gets stuck)
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Sep 6 17:19:26 UTC 2013 - peter.trommler@ohm-hochschule.de Fri Sep 6 17:19:26 UTC 2013 - peter.trommler@ohm-hochschule.de
- include BuildFlavour definitions in build.mk - include BuildFlavour definitions in build.mk
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 3 20:46:48 UTC 2013 - peter.trommler@ohm-hochschule.de Tue Sep 3 20:46:48 UTC 2013 - peter.trommler@ohm-hochschule.de
- build optimized compiler (BuildFlavour = perf) - build optimized compiler (BuildFlavour = perf)
- bring back Fedora's Template Haskell patch - bring back Fedora's Template Haskell patch
- add Haskell trac ticket number to glibc-locale comment - add Haskell trac ticket number to glibc-locale comment
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 16 15:01:54 UTC 2013 - peter.trommler@ohm-hochschule.de Tue Jul 16 15:01:54 UTC 2013 - peter.trommler@ohm-hochschule.de
- add comment to explain why glibc-locale is required by - add comment to explain why glibc-locale is required by
ghc-compiler ghc-compiler
------------------------------------------------------------------- -------------------------------------------------------------------
Fri May 17 15:53:07 UTC 2013 - peter.trommler@ohm-hochschule.de Fri May 17 15:53:07 UTC 2013 - peter.trommler@ohm-hochschule.de
- glibc-locale required by ghc-pkg - glibc-locale required by ghc-pkg
------------------------------------------------------------------- -------------------------------------------------------------------
Fri May 3 07:38:55 UTC 2013 - peter.trommler@ohm-hochschule.de Fri May 3 07:38:55 UTC 2013 - peter.trommler@ohm-hochschule.de
@ -735,75 +741,75 @@ Fri May 3 07:38:55 UTC 2013 - peter.trommler@ohm-hochschule.de
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jan 11 16:52:35 UTC 2013 - peter.trommler@ohm-hochschule.de Fri Jan 11 16:52:35 UTC 2013 - peter.trommler@ohm-hochschule.de
- enable color and links in documentation - enable color and links in documentation
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 3 09:33:59 UTC 2012 - peter.trommler@ohm-hochschule.de Mon Dec 3 09:33:59 UTC 2012 - peter.trommler@ohm-hochschule.de
- try to work around factory-auto still thinking we need - try to work around factory-auto still thinking we need
to wait for BRs even when those are in a comment to wait for BRs even when those are in a comment
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Nov 28 08:30:30 UTC 2012 - peter.trommler@ohm-hochschule.de Wed Nov 28 08:30:30 UTC 2012 - peter.trommler@ohm-hochschule.de
- help factory-auto by commenting out currently unneeded BRs - help factory-auto by commenting out currently unneeded BRs
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Nov 13 10:20:38 UTC 2012 - peter.trommler@ohm-hochschule.de Tue Nov 13 10:20:38 UTC 2012 - peter.trommler@ohm-hochschule.de
- selfbootstrap ghc 7.4.2 - selfbootstrap ghc 7.4.2
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Nov 12 12:53:10 UTC 2012 - peter.trommler@ohm-hochschule.de Mon Nov 12 12:53:10 UTC 2012 - peter.trommler@ohm-hochschule.de
- remove binary distributions after bootstrap in Factory - remove binary distributions after bootstrap in Factory
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 8 22:24:25 UTC 2012 - peter.trommler@ohm-hochschule.de Thu Nov 8 22:24:25 UTC 2012 - peter.trommler@ohm-hochschule.de
- Update to version 7.4.2 from upstream - Update to version 7.4.2 from upstream
* Required by Haskell Platform 2012.4.0.0 * Required by Haskell Platform 2012.4.0.0
* Fixes for ghc and ghci * Fixes for ghc and ghci
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 8 19:58:08 UTC 2012 - peter.trommler@ohm-hochschule.de Thu Nov 8 19:58:08 UTC 2012 - peter.trommler@ohm-hochschule.de
- add ExclusiveArch tag - add ExclusiveArch tag
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Nov 6 14:41:06 UTC 2012 - peter.trommler@ohm-hochschule.de Tue Nov 6 14:41:06 UTC 2012 - peter.trommler@ohm-hochschule.de
- generate debug packages for Factory - generate debug packages for Factory
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Oct 14 07:41:59 UTC 2012 - peter.trommler@ohm-hochschule.de Sun Oct 14 07:41:59 UTC 2012 - peter.trommler@ohm-hochschule.de
- do not warn about metapackage ghc containing no binary - do not warn about metapackage ghc containing no binary
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Oct 13 12:14:42 UTC 2012 - peter.trommler@ohm-hochschule.de Sat Oct 13 12:14:42 UTC 2012 - peter.trommler@ohm-hochschule.de
- fix cyclic dependency to ghc (libraries reqire ghc-compiler) - fix cyclic dependency to ghc (libraries reqire ghc-compiler)
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Oct 12 18:33:57 UTC 2012 - peter.trommler@ohm-hochschule.de Fri Oct 12 18:33:57 UTC 2012 - peter.trommler@ohm-hochschule.de
- do not override automatic dependency generation - do not override automatic dependency generation
* needs ghc-pkg which we won't have in Factory yet * needs ghc-pkg which we won't have in Factory yet
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Oct 12 11:16:56 UTC 2012 - peter.trommler@ohm-hochschule.de Fri Oct 12 11:16:56 UTC 2012 - peter.trommler@ohm-hochschule.de
- prepare for bootstrap in Factory - prepare for bootstrap in Factory
* add binary distribution to spec file * add binary distribution to spec file
* change build to use ghc provided by binary distribution * change build to use ghc provided by binary distribution
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 31 20:02:45 UTC 2012 - peter.trommler@ohm-hochschule.de Tue Jul 31 20:02:45 UTC 2012 - peter.trommler@ohm-hochschule.de
- back ported two patches for Haskell trac #7062 - back ported two patches for Haskell trac #7062
* fix openpty undefined symbol * fix openpty undefined symbol
* fix extra libraries not on linker path * fix extra libraries not on linker path
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Jul 28 07:15:30 UTC 2012 - peter.trommler@ohm-hochschule.de Sat Jul 28 07:15:30 UTC 2012 - peter.trommler@ohm-hochschule.de
@ -812,20 +818,20 @@ Sat Jul 28 07:15:30 UTC 2012 - peter.trommler@ohm-hochschule.de
* add --disable-new-dtags to linker flags. Adding RUNPATH to shared * add --disable-new-dtags to linker flags. Adding RUNPATH to shared
libraries breaks linking. To fix that ghc's libraries need to set libraries breaks linking. To fix that ghc's libraries need to set
their own RUNPATHs which they currently don't. their own RUNPATHs which they currently don't.
* fixes Haskell #7062 * fixes Haskell #7062
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 25 10:11:48 UTC 2012 - peter.trommler@ohm-hochschule.de Mon Jun 25 10:11:48 UTC 2012 - peter.trommler@ohm-hochschule.de
- use ghc_lib_subpackage instead of ghc_binlib_package (ghc-rpm-macros 0.95.5.1) - use ghc_lib_subpackage instead of ghc_binlib_package (ghc-rpm-macros 0.95.5.1)
- add simple checks to %check section - add simple checks to %check section
- sort BuildRequires somewhat - sort BuildRequires somewhat
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jun 24 08:19:33 UTC 2012 - peter.trommler@ohm-hochschule.de Sun Jun 24 08:19:33 UTC 2012 - peter.trommler@ohm-hochschule.de
- remove perl boot comment - remove perl boot comment
- rebuild after project conf fix for hscolour (keep deepseq) - rebuild after project conf fix for hscolour (keep deepseq)
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jun 20 16:47:16 UTC 2012 - peter.trommler@ohm-hochschule.de Wed Jun 20 16:47:16 UTC 2012 - peter.trommler@ohm-hochschule.de
@ -835,23 +841,23 @@ Wed Jun 20 16:47:16 UTC 2012 - peter.trommler@ohm-hochschule.de
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jun 6 14:51:43 UTC 2012 - peter.trommler@ohm-hochschule.de Wed Jun 6 14:51:43 UTC 2012 - peter.trommler@ohm-hochschule.de
- disable bootstrapping for devel:languagaes:haskell - disable bootstrapping for devel:languagaes:haskell
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jun 6 08:30:33 UTC 2012 - peter.trommler@ohm-hochschule.de Wed Jun 6 08:30:33 UTC 2012 - peter.trommler@ohm-hochschule.de
- set bootstrapping for bootstrap in devel:languages:haskell - set bootstrapping for bootstrap in devel:languages:haskell
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 4 17:49:19 UTC 2012 - peter.trommler@ohm-hochschule.de Mon Jun 4 17:49:19 UTC 2012 - peter.trommler@ohm-hochschule.de
- add autoreconf required by suse as-needed patch - add autoreconf required by suse as-needed patch
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 4 15:23:52 UTC 2012 - peter.trommler@ohm-hochschule.de Mon Jun 4 15:23:52 UTC 2012 - peter.trommler@ohm-hochschule.de
- selfbootstraping - selfbootstraping
- disable perl boot, might undo libffi patch - disable perl boot, might undo libffi patch
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 4 11:23:19 UTC 2012 - peter.trommler@ohm-hochschule.de Mon Jun 4 11:23:19 UTC 2012 - peter.trommler@ohm-hochschule.de
@ -861,19 +867,19 @@ Mon Jun 4 11:23:19 UTC 2012 - peter.trommler@ohm-hochschule.de
- add ghc-suse-as-needed.patch - add ghc-suse-as-needed.patch
- add Cabal-fix-dynamic-exec-for-TH.patch - add Cabal-fix-dynamic-exec-for-TH.patch
- add ghc-gen_contents_index-type-level.patch - add ghc-gen_contents_index-type-level.patch
- bootstrapping - bootstrapping
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jun 3 11:44:09 UTC 2012 - peter.trommler@ohm-hochschule.de Sun Jun 3 11:44:09 UTC 2012 - peter.trommler@ohm-hochschule.de
- apply patch 2 - apply patch 2
- use perl boot to autoreconf all subdirectories - use perl boot to autoreconf all subdirectories
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 28 11:11:43 UTC 2012 - peter.trommler@ohm-hochschule.de Mon May 28 11:11:43 UTC 2012 - peter.trommler@ohm-hochschule.de
- added LICENSE to library and base package - added LICENSE to library and base package
- should probably be ignored in rpmlintrc - should probably be ignored in rpmlintrc
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 28 07:25:35 UTC 2012 - peter.trommler@ohm-hochschule.de Mon May 28 07:25:35 UTC 2012 - peter.trommler@ohm-hochschule.de
@ -881,12 +887,12 @@ Mon May 28 07:25:35 UTC 2012 - peter.trommler@ohm-hochschule.de
- follow Fedora packaging: - follow Fedora packaging:
- package compiler in ghc-compiler - package compiler in ghc-compiler
- meta package for all libraries - meta package for all libraries
- ghc became meta package for everything - ghc became meta package for everything
------------------------------------------------------------------- -------------------------------------------------------------------
Sat May 26 06:56:22 UTC 2012 - peter.trommler@ohm-hochschule.de Sat May 26 06:56:22 UTC 2012 - peter.trommler@ohm-hochschule.de
- deleted extra BR after project configuration fix - deleted extra BR after project configuration fix
------------------------------------------------------------------- -------------------------------------------------------------------
Fri May 25 12:56:11 UTC 2012 - peter.trommler@ohm-hochschule.de Fri May 25 12:56:11 UTC 2012 - peter.trommler@ohm-hochschule.de
@ -896,96 +902,95 @@ Fri May 25 12:56:11 UTC 2012 - peter.trommler@ohm-hochschule.de
------------------------------------------------------------------- -------------------------------------------------------------------
Sat May 19 16:00:19 UTC 2012 - peter.trommler@ohm-hochschule.de Sat May 19 16:00:19 UTC 2012 - peter.trommler@ohm-hochschule.de
- don't pack manual page when without_manual is set - don't pack manual page when without_manual is set
------------------------------------------------------------------- -------------------------------------------------------------------
Sat May 19 11:29:31 UTC 2012 - peter.trommler@ohm-hochschule.de Sat May 19 11:29:31 UTC 2012 - peter.trommler@ohm-hochschule.de
- temporarily disable manual to work around broken texlive - temporarily disable manual to work around broken texlive
------------------------------------------------------------------- -------------------------------------------------------------------
Thu May 17 07:27:48 UTC 2012 - peter.trommler@ohm-hochschule.de Thu May 17 07:27:48 UTC 2012 - peter.trommler@ohm-hochschule.de
- clean up BuildRequires (one per line) - clean up BuildRequires (one per line)
- force gmp-devel >= 5 to get rid of libgmp.so.3 in Factory - force gmp-devel >= 5 to get rid of libgmp.so.3 in Factory
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 12 13:34:35 UTC 2012 - peter.trommler@ohm-hochschule.de Mon Mar 12 13:34:35 UTC 2012 - peter.trommler@ohm-hochschule.de
- enabled hscolour - enabled hscolour
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Feb 3 18:03:31 UTC 2012 - peter.trommler@ohm-hochschule.de Fri Feb 3 18:03:31 UTC 2012 - peter.trommler@ohm-hochschule.de
- selfbootstrapping - selfbootstrapping
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Feb 3 07:39:58 UTC 2012 - peter.trommler@ohm-hochschule.de Fri Feb 3 07:39:58 UTC 2012 - peter.trommler@ohm-hochschule.de
- disable dependecy generator during bootstrap - disable dependecy generator during bootstrap
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 2 15:46:24 UTC 2012 - peter.trommler@ohm-hochschule.de Thu Feb 2 15:46:24 UTC 2012 - peter.trommler@ohm-hochschule.de
- bootstrap SLE11-SP1 - bootstrap SLE11-SP1
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 23 15:28:47 UTC 2012 - peter.trommler@ohm-hochschule.de Mon Jan 23 15:28:47 UTC 2012 - peter.trommler@ohm-hochschule.de
- provide ghc-compiler = %{version} - provide ghc-compiler = %{version}
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 23 14:36:52 UTC 2012 - peter.trommler@ohm-hochschule.de Mon Jan 23 14:36:52 UTC 2012 - peter.trommler@ohm-hochschule.de
- package HSffi.o on 11.3 - package HSffi.o on 11.3
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jan 22 19:01:17 UTC 2012 - peter.trommler@ohm-hochschule.de Sun Jan 22 19:01:17 UTC 2012 - peter.trommler@ohm-hochschule.de
- done bootstrapping - done bootstrapping
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jan 22 17:31:48 UTC 2012 - peter.trommler@ohm-hochschule.de Sun Jan 22 17:31:48 UTC 2012 - peter.trommler@ohm-hochschule.de
- Move documentation to new place - Move documentation to new place
- Fix douple packaging - Fix douple packaging
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 16 18:05:58 UTC 2012 - peter.trommler@ohm-hochschule.de Mon Jan 16 18:05:58 UTC 2012 - peter.trommler@ohm-hochschule.de
- Added haddock patch - Added haddock patch
- Fixed many file packaged twice issues - Fixed many file packaged twice issues
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 4 17:31:04 UTC 2012 - peter.trommler@ohm-hochschule.de Wed Jan 4 17:31:04 UTC 2012 - peter.trommler@ohm-hochschule.de
- Enabled hscolour - Enabled hscolour
- Prepared for libffi patch (needs fix fo bnc#711489) - Prepared for libffi patch (needs fix fo bnc#711489)
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Dec 29 13:35:07 UTC 2011 - peter.trommler@ohm-hochschule.de Thu Dec 29 13:35:07 UTC 2011 - peter.trommler@ohm-hochschule.de
- Lowered ghc BR to 6.10 - Lowered ghc BR to 6.10
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 28 21:09:31 UTC 2011 - peter.trommler@ohm-hochschule.de Wed Dec 28 21:09:31 UTC 2011 - peter.trommler@ohm-hochschule.de
- Added Cabal patch (required for ghc-rpm-macros) - Added Cabal patch (required for ghc-rpm-macros)
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 28 19:00:09 UTC 2011 - peter.trommler@ohm-hochschule.de Wed Dec 28 19:00:09 UTC 2011 - peter.trommler@ohm-hochschule.de
- unset bootstrapping - unset bootstrapping
- additional BR that should not be required - additional BR that should not be required
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Dec 27 15:05:20 UTC 2011 - peter.trommler@ohm-hochschule.de Tue Dec 27 15:05:20 UTC 2011 - peter.trommler@ohm-hochschule.de
- Fixed versions and names in libraries - Fixed versions and names in libraries
- Fixed files section - Fixed files section
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Dec 22 18:22:32 UTC 2011 - peter.trommler@ohm-hochschule.de Thu Dec 22 18:22:32 UTC 2011 - peter.trommler@ohm-hochschule.de
- Start version 7.0.4 - Start version 7.0.4