Changelog for
ElectricFence-2.2.2-20.i386.rpm :
Sat Sep 25 14:00:00 2004 PLD Team
All persons listed below can be reached at AATTpld.org.pl
$Log: ElectricFence.spec,v $
Revision 1.51 2004/09/25 09:26:13 kloczek
- reelase 20: rebuild on gcc 3.4.2.
Revision 1.50 2004/07/19 06:51:56 kloczek
- release 19: rebuild on gcc 3.4.1.
Revision 1.49 2004/04/22 22:22:14 kloczek
- License changed to GPL v2.
Revision 1.48 2004/01/10 19:26:38 kloczek
- release 17,
- added alignment patch: set default alignment to __alignof__(long double)
(based on patch from SuSE),
- added pthread patch (based on patches from RH/SuSE):
-- never call semaphore routines in between
__libc_malloc_pthread_startup(true) and __libc_malloc_pthread_startup(false)
-- only use semaphore locking if application or its dependencies are
linked against -lpthread,
- modify ac_am patch (for above) for not linking agains libpthread.